rpms/at/devel at-3.1.10-pam_keyring.patch, NONE, 1.1 at.spec, 1.58, 1.59 atd.init, 1.5, 1.6

Marcela Mašláňová (mmaslano) fedora-extras-commits at redhat.com
Fri Oct 5 11:58:46 UTC 2007


Author: mmaslano

Update of /cvs/pkgs/rpms/at/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv18946

Modified Files:
	at.spec atd.init 
Added Files:
	at-3.1.10-pam_keyring.patch 
Log Message:
"Bug 250147 Processed: add optional support for gnome-keyring to passwd pam stack" was
solved by fixing pam configuration file for at.
Also the bug 250944 was fixed ;-)


at-3.1.10-pam_keyring.patch:

--- NEW FILE at-3.1.10-pam_keyring.patch ---
diff -up at-3.1.10/pam_atd.old at-3.1.10/pam_atd
--- at-3.1.10/pam_atd.old	2007-10-05 13:32:16.000000000 +0200
+++ at-3.1.10/pam_atd	2007-10-05 13:35:31.000000000 +0200
@@ -2,8 +2,8 @@
 #
 #
 auth		sufficient	pam_rootok.so
+auth            required        pam_env.so
 auth		include		system-auth
-auth		required	pam_env.so
 account		include		system-auth
 session		required	pam_loginuid.so 
 session		include		system-auth


Index: at.spec
===================================================================
RCS file: /cvs/pkgs/rpms/at/devel/at.spec,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- at.spec	22 Aug 2007 09:10:02 -0000	1.58
+++ at.spec	5 Oct 2007 11:58:14 -0000	1.59
@@ -6,7 +6,7 @@
 Summary: Job spooling tools
 Name: at
 Version: 3.1.10
-Release: 16%{?dist}
+Release: 17%{?dist}
 License: GPLv2+
 Group: System Environment/Daemons
 URL: http://ftp.debian.org/debian/pool/main/a/at
@@ -28,6 +28,7 @@
 Patch11: at-3.1.10-opt_V.patch
 Patch12: at-3.1.10-session.patch
 Patch13: at-3.1.10-havepam.patch
+Patch14: at-3.1.10-pam_keyring.patch
 
 BuildRequires: fileutils chkconfig /etc/init.d
 BuildRequires: flex bison autoconf
@@ -75,6 +76,7 @@
 %patch11 -p1 -b .opt_V
 %patch12 -p1 -b .session
 %patch13 -p1 -b .havepam
+%patch14 -p1 -b .pamkeyring
 
 %build
 # patch10 touches configure.in
@@ -149,13 +151,13 @@
 
 %preun
 if [ "$1" = 0 ] ; then
-	service atd stop >/dev/null 2>&1
+	/sbin/service atd stop >/dev/null 2>&1
 	/sbin/chkconfig --del atd
 fi
 
 %postun
 if [ "$1" -ge "1" ]; then
-	service atd condrestart >/dev/null 2>&1
+	/sbin/service atd condrestart >/dev/null 2>&1
 fi
 
 %files
@@ -177,6 +179,9 @@
 %attr(4755,root,root)	%{_bindir}/at
 
 %changelog
+* Fri Oct 05 2007 Marcela Maslanova <mmaslano at redhat.com> - 3.1.10-17
+- Bug 250147: add optional support for gnome-keyring to passwd pam stack
+
 * Wed Aug 22 2007 Marcela Maslanova <mmaslano at redhat.com> - 3.1.10-16
 - macro with_pam instead of have_pam
 - license tag is gplv2+ because of license in source files


Index: atd.init
===================================================================
RCS file: /cvs/pkgs/rpms/at/devel/atd.init,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- atd.init	12 Jul 2007 11:21:21 -0000	1.5
+++ atd.init	5 Oct 2007 11:58:14 -0000	1.6
@@ -2,11 +2,11 @@
 #
 #	/etc/rc.d/init.d/atd
 #
-# Starts the at daemon
+# Starts the "at" daemon
 #
 # chkconfig: 345 95 5
-# description: Runs commands scheduled by the at command at the time \
-#    specified when at was run, and runs batch commands when the load \
+# description: Runs commands scheduled by the "at" command at the time \
+#    specified when "at" was run, and runs batch commands when the load \
 #    average is low enough.
 # processname: atd
 




More information about the fedora-extras-commits mailing list