SPECS: pam.spec - unify

glen glen at pld-linux.org
Thu Feb 8 11:37:45 CET 2007


Author: glen                         Date: Thu Feb  8 10:37:45 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- unify

---- Files affected:
SPECS:
   pam.spec (1.255 -> 1.256) 

---- Diffs:

================================================================
Index: SPECS/pam.spec
diff -u SPECS/pam.spec:1.255 SPECS/pam.spec:1.256
--- SPECS/pam.spec:1.255	Thu Feb  8 11:08:34 2007
+++ SPECS/pam.spec	Thu Feb  8 11:37:40 2007
@@ -323,7 +323,7 @@
 
 # Make sure every module subdirectory gave us a module.  Yes, this is hackish.
 for dir in modules/pam_* ; do
-%if !%{with selinux}
+%if %{without selinux}
 [ ${dir} = "modules/pam_selinux" ] && continue
 %endif
 	if [ -d ${dir} ] ; then
@@ -357,7 +357,7 @@
 rm -f $RPM_BUILD_ROOT/%{_lib}/security/*.{la,a}
 rm -rf $RPM_BUILD_ROOT%{_datadir}/doc/Linux-PAM
 
-%if !%{with selinux}
+%if %{without selinux}
 rm -rf $RPM_BUILD_ROOT{/%{_lib}/security/pam_selinux.so,%{_sbindir}/pam_selinux_check,%{_mandir}/man8/pam_selinux*.8*}
 %endif
 
@@ -527,6 +527,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.256  2007/02/08 10:37:40  glen
+- unify
+
 Revision 1.255  2007/02/08 10:08:34  baggins
 - fixed building without selinux
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/pam.spec?r1=1.255&r2=1.256&f=u



More information about the pld-cvs-commit mailing list