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:
Adam Williamson 2018-03-09 23:07:55 -08:00
parent fe6f65f12d
commit 23b09fe750

View File

@ -6493,10 +6493,10 @@
<default>false</default> <default>false</default>
<uservisible>false</uservisible> <uservisible>false</uservisible>
<packagelist> <packagelist>
<packagereq>docker</packagereq> <packagereq type="mandatory">docker</packagereq>
<packagereq>nss-altfiles</packagereq> <packagereq type="mandatory">nss-altfiles</packagereq>
<packagereq>ostree-grub2</packagereq> <packagereq type="mandatory">ostree-grub2</packagereq>
<packagereq>rpm-ostree</packagereq> <packagereq type="mandatory">rpm-ostree</packagereq>
</packagelist> </packagelist>
</group> </group>
<group> <group>