Compare commits

..

7 commits

Author SHA1 Message Date
Nils Philippsen
79cdcf65af add screen 2017-11-20 15:26:22 +01:00
Nils Philippsen
4a39d22c64 add mlocate 2017-11-20 13:17:01 +01:00
Nils Philippsen
5ddb9b64f2 make rationales nicer 2017-11-20 13:16:47 +01:00
Nils Philippsen
e1d6e179a3 update components to master branch 2017-11-20 13:08:11 +01:00
Nils Philippsen
9fba21e0e7 sync components, api, ... with released branches 2017-11-20 13:07:51 +01:00
Nils Philippsen
875266e366 update references 2017-11-20 13:06:16 +01:00
Nils Philippsen
40df1c59b5 update dependencies 2017-11-20 13:05:50 +01:00
2 changed files with 20 additions and 23 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) |
| ✗ NO | **No bootstrap** - uses only proper modules | | ✓ YES | **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,19 +14,11 @@ data:
- MIT - MIT
dependencies: dependencies:
buildrequires: buildrequires:
# clashes with bootstrap bootstrap: master
# base-runtime: f26
common-build-dependencies: f26
shared-userspace: f26
perl: f26
# ouch, needed for nano (groff and deps)
bootstrap: f26
requires: requires:
base-runtime: f26 platform: master
shared-userspace: f26
references: references:
community: https://fedoraproject.org/wiki/Modularity community: https://docs.pagure.org/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:
@ -34,7 +26,8 @@ data:
- calc - calc
- dateutils - dateutils
- gcal - gcal
- nano - mlocate
- screen
filter: filter:
rpms: rpms:
- calc-devel - calc-devel
@ -43,18 +36,22 @@ data:
- calc - calc
- dateutils - dateutils
- gcal - gcal
- nano - mlocate
- screen
components: components:
rpms: rpms:
calc: calc:
rationale: command-line calculator. rationale: A command-line calculator.
ref: f26 ref: master
dateutils: dateutils:
rationale: command-line date and time math. rationale: A command-line utility for date and time calculation.
ref: f26 ref: master
gcal: gcal:
rationale: better command-line calendar utility. rationale: A command-line calendar utility.
ref: f26 ref: master
nano: mlocate:
rationale: like Canada for editor wars. rationale: A utility for finding files.
ref: f26 ref: master
screen:
rationale: A screen manager supporting multiple logins on one terminal.
ref: master