rpms/at/devel at.spec,1.72,1.73

Marcela Mašláňová mmaslano at fedoraproject.org
Thu Feb 26 13:44:16 UTC 2009


Author: mmaslano

Update of /cvs/pkgs/rpms/at/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv5243

Modified Files:
	at.spec 
Log Message:
* Thu Feb 26 2009 Marcela Mašláňová <mmaslano at redhat.com> - 3.1.10-30
- 435765 and 486844 in some cases could be used bash for at commands
 even if user sets different default shell. Also bash4.0 fix Here Documents
 which breaks previous patch at-3.1.10-shell.patch.



Index: at.spec
===================================================================
RCS file: /cvs/pkgs/rpms/at/devel/at.spec,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -r1.72 -r1.73
--- at.spec	24 Feb 2009 02:51:05 -0000	1.72
+++ at.spec	26 Feb 2009 13:43:46 -0000	1.73
@@ -6,7 +6,7 @@
 Summary: Job spooling tools
 Name: at
 Version: 3.1.10
-Release: 29%{?dist}
+Release: 30%{?dist}
 License: GPLv2+
 Group: System Environment/Daemons
 URL: http://ftp.debian.org/debian/pool/main/a/at
@@ -35,6 +35,7 @@
 Patch17: nonposix.patch
 Patch18: selinux_mail.patch
 Patch19: at-3.1.10-man_hyphen.patch
+Patch20: at-3.1.10-different_shell.patch
 
 BuildRequires: fileutils chkconfig /etc/init.d
 BuildRequires: flex bison autoconf
@@ -89,6 +90,7 @@
 %patch17 -p1 -b .nonposix
 %patch18 -p1 -b .mailselinux
 %patch19 -p1 -b .hyphen
+%patch20 -p1 -b .fix
 
 %build
 # patch10 touches configure.in
@@ -194,6 +196,11 @@
 %attr(0755,root,root)	%{_libdir}/pm-utils/sleep.d/56atd
 
 %changelog
+* Thu Feb 26 2009 Marcela Mašláňová <mmaslano at redhat.com> - 3.1.10-30
+- 435765 and 486844 in some cases could be used bash for at commands
+ even if user sets different default shell. Also bash4.0 fix Here Documents
+ which breaks previous patch at-3.1.10-shell.patch.
+
 * Mon Feb 23 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.1.10-29
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 




More information about the scm-commits mailing list