Update modular variants

Dropping shim because we decided to ship the traditional, signed Fedora
version in this release.  Adding hardware-support, which carries
dependencies for the installer, and adding perl, which is required by
hardware-support.

Also reordering the list so it's easier to read.

Signed-off-by: Petr Šabata <contyk@redhat.com>
This commit is contained in:
Petr Šabata 2017-09-20 19:51:33 +02:00
parent ffa5fd956e
commit 2f2a187f60

View File

@ -12,10 +12,11 @@
<arch>x86_64</arch> <arch>x86_64</arch>
</arches> </arches>
<modules> <modules>
<module>platform-master</module> <module>hardware-support-master</module>
<module>host-master</module> <module>host-master</module>
<module>shim-master</module>
<module>installer-master</module> <module>installer-master</module>
<module>perl-master</module>
<module>platform-master</module>
</modules> </modules>
</variant> </variant>
</variants> </variants>