Define profiles
perl-core package pulls in all required packages transitively.
This commit is contained in:
parent
f79af84dac
commit
0cb226486d
1 changed files with 9 additions and 0 deletions
|
|
@ -22,6 +22,15 @@ data:
|
|||
community: https://fedoraproject.org/wiki/Modularity
|
||||
documentation: https://fedoraproject.org/wiki/Fedora_Packaging_Guidelines_for_Modules
|
||||
tracker: https://taiga.fedorainfracloud.org/project/modularity
|
||||
profiles:
|
||||
# Interpreter and all Perl modules bundled within upstream Perl
|
||||
default:
|
||||
rpms:
|
||||
perl-core
|
||||
# Only the interpreter as standalone executable
|
||||
minimal:
|
||||
rpms:
|
||||
perl
|
||||
filter:
|
||||
rpms:
|
||||
# This is provided by MBR, we do not need any different content
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue