Replacing tangerine with mksh & ed
These two should build against base-runtime; mksh also buildrequires ed so it needs to be built first. It would be great if we could have multiple components in one buildorder group and possibly even more groups here but it's hard to find tiny, easy to package components. Signed-off-by: Petr Šabata <contyk@redhat.com>
This commit is contained in:
parent
cd67c3fa60
commit
fb58c27430
1 changed files with 8 additions and 11 deletions
|
|
@ -17,20 +17,17 @@ data:
|
|||
profiles:
|
||||
default:
|
||||
rpms:
|
||||
- tangerine
|
||||
- mksh
|
||||
api:
|
||||
rpms:
|
||||
- perl-Tangerine
|
||||
- tangerine
|
||||
- ed
|
||||
- mksh
|
||||
components:
|
||||
rpms:
|
||||
perl-List-Compare:
|
||||
rationale: A dependency of tangerine.
|
||||
ref: f25
|
||||
perl-Tangerine:
|
||||
rationale: Provides API for this module and is a dependency of tangerine.
|
||||
ref: f25
|
||||
ed:
|
||||
rationale: A build dependency of mksh.
|
||||
ref: master
|
||||
tangerine:
|
||||
rationale: Provides API for this module.
|
||||
rationale: The main package of the module.
|
||||
buildorder: 10
|
||||
ref: f25
|
||||
ref: master
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue