[packages/kernel] Fix pae bcond and make altkernel be -pae (baggins).

arekm arekm at pld-linux.org
Wed Feb 12 11:38:35 CET 2020


commit b96661210ff9750a12122464514025e5a503de79
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Wed Feb 12 11:38:25 2020 +0100

    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
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/kernel.git/commitdiff/b96661210ff9750a12122464514025e5a503de79



More information about the pld-cvs-commit mailing list