rpms/vixie-cron/devel vixie-cron.spec,1.61,1.62

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Jan 10 23:25:21 UTC 2006


Author: jvdias

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

Modified Files:
	vixie-cron.spec 
Log Message:
fix bug 177476: make mailer/minder process run as job user with user context; reorganize SELinux and PAM security code


Index: vixie-cron.spec
===================================================================
RCS file: /cvs/dist/rpms/vixie-cron/devel/vixie-cron.spec,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- vixie-cron.spec	15 Dec 2005 20:34:34 -0000	1.61
+++ vixie-cron.spec	10 Jan 2006 23:25:19 -0000	1.62
@@ -7,7 +7,7 @@
 Summary: The Vixie cron daemon for executing specified programs at set times.
 Name: vixie-cron
 Version: 4.1
-Release: 42.FC5
+Release: 44.FC5
 Epoch:   4
 License: distributable
 Group:   System Environment/Base
@@ -62,6 +62,7 @@
 Patch45: vixie-cron-4.1-_45-warnings.patch
 Patch46: vixie-cron-4.1-_46-audit.patch
 Patch47: vixie-cron-4.1-_47-m_option.patch
+Patch48: vixie-cron-4.1-_48-security.patch
 Buildroot: %{_tmppath}/%{name}-%{version}-root
 Requires: syslog, bash >= 2.0
 Conflicts: sysklogd < 1.4.1
@@ -140,6 +141,7 @@
 %patch45 -p1 -b .warnings
 %patch46 -p1 -b .audit_deny
 %patch47 -p1 -b .-m_option
+%patch48 -p1 -b .security
 
 %build
 make RPM_OPT_FLAGS="$RPM_OPT_FLAGS -g -DLINT -Dlint -Werror"
@@ -197,6 +199,10 @@
 %config(noreplace) /etc/sysconfig/crond
 
 %changelog
+* Tue Jan 10 2006 Jason Vas Dias<jvdias at redhat.com>
+- fix bug 177476: make minder/mailer process run as job user 
+  with user context; re-organize PAM and SELinux code 
+ 
 * Thu Dec 15 2005 Jason Vas Dias<jvdias at redhat.com>
 - fix bug 172885: Replace Requires:sysklogd with Requires:syslog
 




More information about the fedora-cvs-commits mailing list