]> git.pld-linux.org Git - packages/kernel.git/commitdiff
Fix pae bcond and make altkernel be -pae (baggins).
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 12 Feb 2020 10:38:25 +0000 (11:38 +0100)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Wed, 12 Feb 2020 10:38:25 +0000 (11:38 +0100)
kernel.spec

index 18add0079a7ab2412e35793e7706afaea3656e10..3b69e72d62ee751e4848f97f1425e02358877744 100644 (file)
@@ -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
This page took 0.113316 seconds and 4 git commands to generate.