Compare commits

..

3 commits

Author SHA1 Message Date
Nils Philippsen
ca39665b57 disable base-runtime (clashes with bootstrap) 2017-07-13 19:26:27 +02:00
Nils Philippsen
660cf99c3d we use bootstrap again (for nano -> groff) 2017-07-13 17:55:48 +02:00
Nils Philippsen
f4ebb4ec4a and downsize... 2017-07-13 17:54:25 +02:00
2 changed files with 23 additions and 20 deletions

View file

@ -15,7 +15,7 @@ nowhere to get them from, hence the need for this module.
|-------|-------------| |-------|-------------|
| ✓ YES | **Build passes** in the infra (all build deps are ok) | | ✓ YES | **Build passes** in the infra (all build deps are ok) |
| ✓ YES | **Installs** on the Base Runtime (all runtime deps are ok) | | ✓ YES | **Installs** on the Base Runtime (all runtime deps are ok) |
| ✓ YES | **No bootstrap** - uses only proper modules | | ✗ NO | **No bootstrap** - uses only proper modules |
| ✓ YES | General **tests are in dist-git** | | ✓ YES | General **tests are in dist-git** |
| ✓ YES | General **tests pass** | | ✓ YES | General **tests pass** |
| ✗ NO | Meets the **Fedora Module Packaging Guidelines** | | ✗ NO | Meets the **Fedora Module Packaging Guidelines** |

View file

@ -14,11 +14,19 @@ data:
- MIT - MIT
dependencies: dependencies:
buildrequires: buildrequires:
bootstrap: master # clashes with bootstrap
# base-runtime: f26
common-build-dependencies: f26
shared-userspace: f26
perl: f26
# ouch, needed for nano (groff and deps)
bootstrap: f26
requires: requires:
platform: master base-runtime: f26
shared-userspace: f26
references: references:
community: https://docs.pagure.org/modularity/ community: https://fedoraproject.org/wiki/Modularity
documentation: https://github.com/modularity-modules/system-tools
tracker: https://github.com/modularity-modules/system-tools tracker: https://github.com/modularity-modules/system-tools
profiles: profiles:
default: default:
@ -26,8 +34,7 @@ data:
- calc - calc
- dateutils - dateutils
- gcal - gcal
- mlocate - nano
- screen
filter: filter:
rpms: rpms:
- calc-devel - calc-devel
@ -36,22 +43,18 @@ data:
- calc - calc
- dateutils - dateutils
- gcal - gcal
- mlocate - nano
- screen
components: components:
rpms: rpms:
calc: calc:
rationale: A command-line calculator. rationale: command-line calculator.
ref: master ref: f26
dateutils: dateutils:
rationale: A command-line utility for date and time calculation. rationale: command-line date and time math.
ref: master ref: f26
gcal: gcal:
rationale: A command-line calendar utility. rationale: better command-line calendar utility.
ref: master ref: f26
mlocate: nano:
rationale: A utility for finding files. rationale: like Canada for editor wars.
ref: master ref: f26
screen:
rationale: A screen manager supporting multiple logins on one terminal.
ref: master