Make workstation-ostree-support (AW) packages mandatory
The group description says these are "mandatory", so they should probably be, well, mandatory. This means that compose of any deliverable that contains them will fail if they cannot be installed, as opposed to 'succeeding' but with the package silently left out. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
fe6f65f12d
commit
23b09fe750
@ -6493,10 +6493,10 @@
|
||||
<default>false</default>
|
||||
<uservisible>false</uservisible>
|
||||
<packagelist>
|
||||
<packagereq>docker</packagereq>
|
||||
<packagereq>nss-altfiles</packagereq>
|
||||
<packagereq>ostree-grub2</packagereq>
|
||||
<packagereq>rpm-ostree</packagereq>
|
||||
<packagereq type="mandatory">docker</packagereq>
|
||||
<packagereq type="mandatory">nss-altfiles</packagereq>
|
||||
<packagereq type="mandatory">ostree-grub2</packagereq>
|
||||
<packagereq type="mandatory">rpm-ostree</packagereq>
|
||||
</packagelist>
|
||||
</group>
|
||||
<group>
|
||||
|
Loading…
Reference in New Issue
Block a user