SPECS: pam.spec -install pam_selinux only with selinux
areq
areq at pld-linux.org
Wed Feb 7 21:51:25 CET 2007
Author: areq Date: Wed Feb 7 20:51:25 2007 GMT
Module: SPECS Tag: HEAD
---- Log message:
-install pam_selinux only with selinux
---- Files affected:
SPECS:
pam.spec (1.253 -> 1.254)
---- Diffs:
================================================================
Index: SPECS/pam.spec
diff -u SPECS/pam.spec:1.253 SPECS/pam.spec:1.254
--- SPECS/pam.spec:1.253 Wed Feb 7 01:40:50 2007
+++ SPECS/pam.spec Wed Feb 7 21:51:20 2007
@@ -280,8 +280,10 @@
%{__make} install \
DESTDIR=$RPM_BUILD_ROOT
+%if %{with selinux}
install modules/pam_selinux/.libs/pam_selinux_check $RPM_BUILD_ROOT%{_sbindir}
install modules/pam_selinux/pam_selinux_check.8 $RPM_BUILD_ROOT%{_mandir}/man8
+%endif
mkdir -p doc/txts
for r in modules/pam_*/README ; do
@@ -522,6 +524,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.254 2007/02/07 20:51:20 areq
+-install pam_selinux only with selinux
+
Revision 1.253 2007/02/07 00:40:50 baggins
- started work at trigger
- fixed .la install
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/pam.spec?r1=1.253&r2=1.254&f=u
More information about the pld-cvs-commit
mailing list