rpms/pam/devel pam.spec,1.86,1.87

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Sep 20 12:34:50 UTC 2005


Author: tmraz

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

Modified Files:
	pam.spec 
Log Message:
* Tue Sep 20 2005 Tomas Mraz <tmraz at redhat.com> 0.80-8
- process limit values other than RLIMIT_NICE correctly (#168790)



Index: pam.spec
===================================================================
RCS file: /cvs/dist/rpms/pam/devel/pam.spec,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -r1.86 -r1.87
--- pam.spec	24 Aug 2005 09:15:09 -0000	1.86
+++ pam.spec	20 Sep 2005 12:34:48 -0000	1.87
@@ -12,7 +12,7 @@
 Summary: A security tool which provides authentication for applications.
 Name: pam
 Version: 0.80
-Release: 7
+Release: 8
 License: GPL or BSD
 Group: System Environment/Base
 Source0: ftp.us.kernel.org:/pub/linux/libs/pam/pre/library/Linux-PAM-%{version}.tar.bz2
@@ -35,6 +35,7 @@
 Patch72: pam-0.80-pie.patch
 Patch73: pam-0.80-cleanup.patch
 Patch74: pam-0.79-userdb-test-null.patch
+Patch75: pam-0.80-limits-process.patch
 
 BuildRoot: %{_tmppath}/%{name}-root
 Requires: cracklib, cracklib-dicts >= 2.8, glib2, initscripts >= 3.94
@@ -100,6 +101,7 @@
 %patch72 -p1 -b .pie
 %patch73 -p1 -b .cleanup
 %patch74 -p1 -b .test-null
+%patch75 -p1 -b .process-limit
 
 for readme in modules/pam_*/README ; do
 	cp -f ${readme} doc/txts/README.`dirname ${readme} | sed -e 's|^modules/||'`
@@ -372,6 +374,9 @@
 %{_libdir}/libpam_misc.so
 
 %changelog
+* Tue Sep 20 2005 Tomas Mraz <tmraz at redhat.com> 0.80-8
+- process limit values other than RLIMIT_NICE correctly (#168790)
+
 * Wed Aug 24 2005 Tomas Mraz <tmraz at redhat.com> 0.80-7
 - don't fail in audit code when audit is not compiled in 
   on the newest kernels (#166422)




More information about the fedora-cvs-commits mailing list