diff --git a/README.md b/README.md index 2de8a21..b9b18b4 100644 --- a/README.md +++ b/README.md @@ -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 | **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 pass** | | ✗ NO | Meets the **Fedora Module Packaging Guidelines** | diff --git a/system-tools.yaml b/system-tools.yaml index b582091..f8ffe82 100644 --- a/system-tools.yaml +++ b/system-tools.yaml @@ -14,11 +14,19 @@ data: - MIT dependencies: 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: - platform: master + base-runtime: f26 + shared-userspace: f26 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 profiles: default: @@ -26,8 +34,7 @@ data: - calc - dateutils - gcal - - mlocate - - screen + - nano filter: rpms: - calc-devel @@ -36,22 +43,18 @@ data: - calc - dateutils - gcal - - mlocate - - screen + - nano components: rpms: calc: - rationale: A command-line calculator. - ref: master + rationale: command-line calculator. + ref: f26 dateutils: - rationale: A command-line utility for date and time calculation. - ref: master + rationale: command-line date and time math. + ref: f26 gcal: - rationale: A command-line calendar utility. - ref: master - mlocate: - rationale: A utility for finding files. - ref: master - screen: - rationale: A screen manager supporting multiple logins on one terminal. - ref: master + rationale: better command-line calendar utility. + ref: f26 + nano: + rationale: like Canada for editor wars. + ref: f26