packages: pam/pam.spec - simplify man8 files

glen glen at pld-linux.org
Wed Jan 18 23:37:36 CET 2012


Author: glen                         Date: Wed Jan 18 22:37:36 2012 GMT
Module: packages                      Tag: HEAD
---- Log message:
- simplify man8 files

---- Files affected:
packages/pam:
   pam.spec (1.318 -> 1.319) 

---- Diffs:

================================================================
Index: packages/pam/pam.spec
diff -u packages/pam/pam.spec:1.318 packages/pam/pam.spec:1.319
--- packages/pam/pam.spec:1.318	Thu Oct 27 13:43:02 2011
+++ packages/pam/pam.spec	Wed Jan 18 23:37:31 2012
@@ -351,7 +351,7 @@
 rm -rf $RPM_BUILD_ROOT
 
 %triggerpostun libs -- %{name}-libs < 0.99.7.1
-for f in `grep -l "\(pam_make\|pam_homedir\)" /etc/pam.d/*` ; do
+for f in $(grep -l "\(pam_make\|pam_homedir\)" /etc/pam.d/*); do
 	case "$f" in
 	*rpmorig|*rpmnew|*rpmsave|*~|*.orig)
 		continue
@@ -437,13 +437,11 @@
 %{_mandir}/man8/PAM.*
 %{_mandir}/man8/mkhomedir_helper.8*
 %{_mandir}/man8/pam.*
-%{_mandir}/man8/pam_[a-r]*
-%{_mandir}/man8/pam_securetty*
-%{_mandir}/man8/pam_shells*
-%{_mandir}/man8/pam_succeed_if*
-%{_mandir}/man8/pam_[t-x]*
+%{_mandir}/man8/pam_*
 %{_mandir}/man8/unix_chkpwd*
 %{_mandir}/man8/unix_update*
+%exclude %{_mandir}/man8/pam_selinux*.8*
+%exclude %{_mandir}/man8/pam_sepermit*.8*
 %ghost %verify(not md5 mtime size) /var/log/tallylog
 
 %files libs
@@ -543,6 +541,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.319  2012/01/18 22:37:31  glen
+- simplify man8 files
+
 Revision 1.318  2011/10/27 11:43:02  baggins
 - shut up distfiles
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/pam/pam.spec?r1=1.318&r2=1.319&f=u



More information about the pld-cvs-commit mailing list