SPECS (Titanium): kernel-desktop.spec - use !?with instead of ?without

shadzik shadzik at pld-linux.org
Mon Mar 30 00:27:44 CEST 2009


Author: shadzik                      Date: Sun Mar 29 22:27:44 2009 GMT
Module: SPECS                         Tag: Titanium
---- Log message:
- use !?with instead of ?without

---- Files affected:
SPECS:
   kernel-desktop.spec (1.204.2.25 -> 1.204.2.26) 

---- Diffs:

================================================================
Index: SPECS/kernel-desktop.spec
diff -u SPECS/kernel-desktop.spec:1.204.2.25 SPECS/kernel-desktop.spec:1.204.2.26
--- SPECS/kernel-desktop.spec:1.204.2.25	Sun Mar 29 22:28:04 2009
+++ SPECS/kernel-desktop.spec	Mon Mar 30 00:27:38 2009
@@ -49,9 +49,9 @@
 %define		_enable_debug_packages			0
 
 %if %{with laptop}
-%define		alt_kernel	laptop%{?with_pae:-pae}%{?without_grsec_minimal:-nogrsec}
+%define		alt_kernel	laptop%{?with_pae:-pae}%{!?with_grsec_minimal:-nogrsec}
 %else
-%define		alt_kernel	desktop%{?with_pae:-pae}%{?without_grsec_minimal:-nogrsec}
+%define		alt_kernel	desktop%{?with_pae:-pae}%{!?with_grsec_minimal:-nogrsec}
 %endif
 
 # kernel release (used in filesystem and eventually in uname -r)
@@ -1009,6 +1009,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.204.2.26  2009/03/29 22:27:38  shadzik
+- use !?with instead of ?without
+
 Revision 1.204.2.25  2009/03/29 20:28:04  shadzik
 - add grsec-minimal as bcond
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/kernel-desktop.spec?r1=1.204.2.25&r2=1.204.2.26&f=u



More information about the pld-cvs-commit mailing list