SPECS: sudo.spec - corrected parameters with/without bconds

charles charles at pld-linux.org
Sat Sep 24 12:12:00 CEST 2005


Author: charles                      Date: Sat Sep 24 10:12:00 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- corrected parameters with/without bconds

---- Files affected:
SPECS:
   sudo.spec (1.99 -> 1.100) 

---- Diffs:

================================================================
Index: SPECS/sudo.spec
diff -u SPECS/sudo.spec:1.99 SPECS/sudo.spec:1.100
--- SPECS/sudo.spec:1.99	Fri Sep 23 13:48:51 2005
+++ SPECS/sudo.spec	Sat Sep 24 12:11:55 2005
@@ -142,9 +142,9 @@
 	--with-secure-path="/bin:/sbin:/usr/bin:/usr/sbin" \
 	--with-loglen=320 \
 	--disable-saved-ids \
-	--with%{?with_heimdal:out}-kerb5 \
-	--with%{?with_ldap:out}-ldap \
-	--with%{?with_skey:out}-skey \
+	--with%{!?with_heimdal:out}-kerb5 \
+	--with%{!?with_ldap:out}-ldap \
+	--with%{!?with_skey:out}-skey \
 	--with-long-otp-prompt
 
 %{__make}
@@ -192,6 +192,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.100  2005/09/24 10:11:55  charles
+- corrected parameters with/without bconds
+
 Revision 1.99  2005/09/23 11:48:51  qboosh
 - missing )
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/sudo.spec?r1=1.99&r2=1.100&f=u




More information about the pld-cvs-commit mailing list