Make fedora-release-nonproduct "default"
When unspecified, the default for the packagereq type is "mandatory". By making it "default", we allow users to pass '--excludepkg=fedora-release-nonproduct' when running yum/dnf and install the rest of an environment group.
This commit is contained in:
parent
7de6fdacad
commit
87a21e94fc
@ -1639,7 +1639,7 @@
|
||||
<default>false</default>
|
||||
<uservisible>false</uservisible>
|
||||
<packagelist>
|
||||
<packagereq>fedora-release-nonproduct</packagereq>
|
||||
<packagereq type="default">fedora-release-nonproduct</packagereq>
|
||||
</packagelist>
|
||||
</group>
|
||||
<group>
|
||||
|
Loading…
Reference in New Issue
Block a user