]> git.pld-linux.org Git - packages/grub2.git/commitdiff
- really separate xen_pvh bcond
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 12 Jun 2021 04:49:46 +0000 (06:49 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sat, 12 Jun 2021 04:49:46 +0000 (06:49 +0200)
grub2.spec

index a4d995f4fe991830e8d68873e36979c802459fe1..c3070bc9b75961452817a759cd4c871ec51ba4a9 100644 (file)
@@ -65,7 +65,7 @@
 
 # the 'most natural' platform should go last
 %ifarch %{ix86} %{x8664} x32
-%define                platforms %{?with_coreboot:coreboot} %{?with_ieee1275:ieee1275} %{?with_multiboot:multiboot} %{?with_qemu:qemu} %{?with_xen:xen xen_pvh} %{?with_efi:efi} %{?with_pc:pc}
+%define                platforms %{?with_coreboot:coreboot} %{?with_ieee1275:ieee1275} %{?with_multiboot:multiboot} %{?with_qemu:qemu} %{?with_xen:xen} %{!?with_xen_pvh:xen_pvh} %{?with_efi:efi} %{?with_pc:pc}
 %endif
 %ifarch %{arm}
 %define                platforms %{?with_efi:efi} %{?with_uboot:uboot}
This page took 0.160407 seconds and 4 git commands to generate.