rpms/pam/devel config-util.pamd,NONE,1.1 pam.spec,1.88,1.89

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri Sep 30 13:52:30 UTC 2005


Author: tmraz

Update of /cvs/dist/rpms/pam/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv17025

Modified Files:
	pam.spec 
Added Files:
	config-util.pamd 
Log Message:
* Fri Sep 30 2005 Tomas Mraz <tmraz at redhat.com> 0.80-9
- don't include ps and pdf docs (#168823)
- new common config file for configuration utilities
- remove glib2 dependency (#166979)



--- NEW FILE config-util.pamd ---
#%PAM-1.0
auth		sufficient	pam_rootok.so
auth		sufficient	pam_timestamp.so
auth		include		system-auth
account		required	pam_permit.so
session		required	pam_permit.so
session		optional	pam_xauth.so
session		optional	pam_timestamp.so


Index: pam.spec
===================================================================
RCS file: /cvs/dist/rpms/pam/devel/pam.spec,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -r1.88 -r1.89
--- pam.spec	20 Sep 2005 13:42:45 -0000	1.88
+++ pam.spec	30 Sep 2005 13:52:28 -0000	1.89
@@ -12,7 +12,7 @@
 Summary: A security tool which provides authentication for applications.
 Name: pam
 Version: 0.80
-Release: 8
+Release: 9
 License: GPL or BSD
 Group: System Environment/Base
 Source0: ftp.us.kernel.org:/pub/linux/libs/pam/pre/library/Linux-PAM-%{version}.tar.bz2
@@ -22,6 +22,7 @@
 Source4: db-%{db_version}.tar.gz
 Source5: other.pamd
 Source6: system-auth.pamd
+Source7: config-util.pamd
 Source8: dlopen.sh
 Patch10: pam-0.77-lastlog-utmp.patch
 Patch21: pam-0.78-unix-hpux-aging.patch
@@ -39,7 +40,7 @@
 Patch76: pam-0.80-unix-honor-nis.patch
 
 BuildRoot: %{_tmppath}/%{name}-root
-Requires: cracklib, cracklib-dicts >= 2.8, glib2, initscripts >= 3.94
+Requires: cracklib, cracklib-dicts >= 2.8, initscripts >= 3.94
 Obsoletes: pamconfig
 Prereq: grep, mktemp, sed, coreutils, /sbin/ldconfig
 BuildPrereq: autoconf, bison, flex, glib2-devel, sed, cracklib,
@@ -55,7 +56,7 @@
 %endif
 # Following deps are necessary only to build the pam library documentation.
 # They can be safely removed if the documentation is not needed.
-BuildPrereq: ghostscript, linuxdoc-tools
+BuildPrereq: linuxdoc-tools
 
 URL: http://www.us.kernel.org/pub/linux/libs/pam/index.html
 
@@ -85,6 +86,7 @@
 %setup -q -n Linux-PAM-%{version} -a 2 -a 3 -a 4
 cp $RPM_SOURCE_DIR/other.pamd .
 cp $RPM_SOURCE_DIR/system-auth.pamd .
+cp $RPM_SOURCE_DIR/config-util.pamd .
 
 %patch10 -p1 -b .lastlog-utmp
 %patch21 -p1 -b .unix-hpux-aging
@@ -164,6 +166,7 @@
 install -d -m 755 $RPM_BUILD_ROOT%{_sysconfdir}/pam.d
 install -m 644 other.pamd $RPM_BUILD_ROOT%{_sysconfdir}/pam.d/other
 install -m 644 system-auth.pamd $RPM_BUILD_ROOT%{_sysconfdir}/pam.d/system-auth
+install -m 644 config-util.pamd $RPM_BUILD_ROOT%{_sysconfdir}/pam.d/config-util
 install -m 600 /dev/null $RPM_BUILD_ROOT%{_sysconfdir}/security/opasswd
 
 # Forcibly strip binaries.
@@ -285,8 +288,9 @@
 %dir /etc/pam.d
 %config(noreplace) /etc/pam.d/other
 %config(noreplace) /etc/pam.d/system-auth
+%config(noreplace) /etc/pam.d/config-util
 %doc Copyright
-%doc doc/html doc/ps doc/txts doc/pdf
+%doc doc/html doc/txts
 %doc doc/specs/rfc86.0.txt
 /%{_lib}/libpam.so.*
 /%{_lib}/libpamc.so.*
@@ -376,6 +380,11 @@
 %{_libdir}/libpam_misc.so
 
 %changelog
+* Fri Sep 30 2005 Tomas Mraz <tmraz at redhat.com> 0.80-9
+- don't include ps and pdf docs (#168823)
+- new common config file for configuration utilities
+- remove glib2 dependency (#166979)
+
 * Tue Sep 20 2005 Tomas Mraz <tmraz at redhat.com> 0.80-8
 - process limit values other than RLIMIT_NICE correctly (#168790)
 - pam_unix: always honor nis flag on password change (by Aaron Hope)




More information about the fedora-cvs-commits mailing list