From b96661210ff9750a12122464514025e5a503de79 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Arkadiusz=20Mi=C5=9Bkiewicz?= Date: Wed, 12 Feb 2020 11:38:25 +0100 Subject: [PATCH] Fix pae bcond and make altkernel be -pae (baggins). --- kernel.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/kernel.spec b/kernel.spec index 18add007..3b69e72d 100644 --- a/kernel.spec +++ b/kernel.spec @@ -93,8 +93,8 @@ %if %{with vanilla} %define alt_kernel vanilla %endif -%if %{without pae} -%define alt_kernel nopae +%if %{with pae} +%define alt_kernel pae %endif %if %{with rt} %define alt_kernel rt @@ -304,7 +304,7 @@ Conflicts: udev < 1:081 Conflicts: util-linux < 2.10o Conflicts: util-vserver < 0.30.216 Conflicts: xfsprogs < 2.6.0 -%if %{without pae} +%if %{with pae} ExclusiveArch: i686 pentium3 pentium4 athlon %else ExclusiveArch: i486 i586 i686 pentium3 pentium4 athlon %{x8664} x32 alpha arm ia64 ppc ppc64 sparc sparc64 -- 2.44.0