rpms/vixie-cron/FC-4 vixie-cron.spec,1.51,1.52

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Jan 24 00:07:59 UTC 2006


Author: jvdias

Update of /cvs/dist/rpms/vixie-cron/FC-4
In directory cvs.devel.redhat.com:/tmp/cvs-serv13725

Modified Files:
	vixie-cron.spec 
Log Message:
fix bugs 178431, 173926


Index: vixie-cron.spec
===================================================================
RCS file: /cvs/dist/rpms/vixie-cron/FC-4/vixie-cron.spec,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- vixie-cron.spec	11 Jul 2005 22:19:04 -0000	1.51
+++ vixie-cron.spec	24 Jan 2006 00:07:56 -0000	1.52
@@ -7,7 +7,7 @@
 Summary: The Vixie cron daemon for executing specified programs at set times.
 Name: vixie-cron
 Version: 4.1
-Release: 36.FC4
+Release: 40.FC4
 Epoch:   4
 License: distributable
 Group:   System Environment/Base
@@ -56,7 +56,8 @@
 Patch39: vixie-cron-4.1-loginuid.patch
 Patch40: vixie_cron-4.1-162887.patch
 Patch41: vixie-cron-4.1-CAN-2005-1038-fix-race.patch
-
+Patch42: vixie-cron-4.1-_42-bz178431.patch
+Patch43: vixie-cron-4.1-_43-bz173926.patch
 Buildroot: %{_tmppath}/%{name}-%{version}-root
 Requires: sysklogd >= 1.3.33-6, bash >= 2.0
 %if %{WITH_SELINUX}
@@ -128,6 +129,8 @@
 %patch39 -p1 -b .loginuid
 %patch40 -p1 -b .162887
 %patch41 -p1 -b .CAN-2005-1038-fix-race
+%patch42 -p1 -b .bz178431
+%patch43 -p1 -b .bz173926
 
 %build
 make RPM_OPT_FLAGS="$RPM_OPT_FLAGS"
@@ -185,6 +188,11 @@
 %config(noreplace) /etc/sysconfig/crond
 
 %changelog
+* Mon Jan 23 2006 Jason Vas Dias <jvdias at redhat.com> - 4.1-40.FC4
+- fix bug 178431: if a pam_limits hard nproc limit is exceeded, 
+  do not allow user's job to run
+- fix bug 173926: silence pam_unix session log messages
+
 * Mon Jul 11 2005 Jason Vas Dias <jvdias at redhat.com> - 4.1-36.FC4
 - fix bug 162887: allow multiple /etc/cron.d crontabs for *system* user
 - further fix for bug 154920 / CAN-2005-1038 ( crontab -e ):




More information about the fedora-cvs-commits mailing list