SPECS (LINUX_2_6): kernel.spec - don't use %{without ...}, it may ...

sparky sparky at pld-linux.org
Mon Nov 13 16:53:09 CET 2006


Author: sparky                       Date: Mon Nov 13 15:53:09 2006 GMT
Module: SPECS                         Tag: LINUX_2_6
---- Log message:
- don't use %{without ...}, it may not work after inverting bcond

---- Files affected:
SPECS:
   kernel.spec (1.441.2.1657 -> 1.441.2.1658) 

---- Diffs:

================================================================
Index: SPECS/kernel.spec
diff -u SPECS/kernel.spec:1.441.2.1657 SPECS/kernel.spec:1.441.2.1658
--- SPECS/kernel.spec:1.441.2.1657	Mon Nov 13 12:26:01 2006
+++ SPECS/kernel.spec	Mon Nov 13 16:53:03 2006
@@ -35,7 +35,7 @@
 
 %{?debug:%define with_verbose 1}
 
-%if %{without grsecurity}
+%if !%{with grsecurity}
 %undefine	with_grsec_full
 %undefine	with_grsec_minimal
 %endif
@@ -844,7 +844,7 @@
 
 %patch8 -p1
 
-%if %{without fbsplash}
+%if !%{with fbsplash}
 %patch3 -p1
 %else
 %patch4 -p1
@@ -1764,6 +1764,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.441.2.1658  2006/11/13 15:53:03  sparky
+- don't use %{without ...}, it may not work after inverting bcond
+
 Revision 1.441.2.1657  2006/11/13 11:26:01  czarny
 - few little things, that helped me build this kernel (as I need 2.6.18 for drivers of my new PC)
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/kernel.spec?r1=1.441.2.1657&r2=1.441.2.1658&f=u



More information about the pld-cvs-commit mailing list