rpms/at/F-12 at-3.1.10-different_shell.patch, 1.2, 1.3 at.spec, 1.80, 1.81

Marcela Mašláňová mmaslano at fedoraproject.org
Thu Jan 14 12:23:31 UTC 2010


Author: mmaslano

Update of /cvs/pkgs/rpms/at/F-12
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18367

Modified Files:
	at-3.1.10-different_shell.patch at.spec 
Log Message:
* Thu Jan 14 2010 Marcela Mašláňová <mmaslano at redhat.com> - 3.1.10-40
- 546103 there were missing apostrophes around delimiter


at-3.1.10-different_shell.patch:
 at.c |   16 ++++++++++------
 1 file changed, 10 insertions(+), 6 deletions(-)

Index: at-3.1.10-different_shell.patch
===================================================================
RCS file: /cvs/pkgs/rpms/at/F-12/at-3.1.10-different_shell.patch,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- at-3.1.10-different_shell.patch	1 Jun 2009 11:47:21 -0000	1.2
+++ at-3.1.10-different_shell.patch	14 Jan 2010 12:23:30 -0000	1.3
@@ -34,7 +34,7 @@ diff -up at-3.1.10/at.c.fix at-3.1.10/at
  
 -    fprintf(fp, "${SHELL:-/bin/sh} << `(dd if=/dev/urandom count=200 bs=1 2>/dev/null|LC_ALL=C tr -d -c '[:alnum:]')`\n\n");
 +    i = random();
-+    fprintf(fp, "${SHELL:-/bin/sh} << marcinDELIMITER%08lx\n", i);
++    fprintf(fp, "${SHELL:-/bin/sh} << \'marcinDELIMITER%08lx\'\n", i);
  
      istty = isatty(fileno(stdin));
      if (istty) {
@@ -42,7 +42,7 @@ diff -up at-3.1.10/at.c.fix at-3.1.10/at
  	fprintf(stderr, "<EOT>\n");
      }
      fprintf(fp, "\n");
-+	fprintf(fp, "marcinDELIMITER%08lx\n", i);
++    fprintf(fp, "marcinDELIMITER%08lx\n", i);
      if (ferror(fp))
  	panic("Output error");
  


Index: at.spec
===================================================================
RCS file: /cvs/pkgs/rpms/at/F-12/at.spec,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -p -r1.80 -r1.81
--- at.spec	13 Oct 2009 13:21:48 -0000	1.80
+++ at.spec	14 Jan 2010 12:23:30 -0000	1.81
@@ -6,7 +6,7 @@
 Summary: Job spooling tools
 Name: at
 Version: 3.1.10
-Release: 39%{?dist}
+Release: 40%{?dist}
 License: GPLv2+
 Group: System Environment/Daemons
 URL: http://ftp.debian.org/debian/pool/main/a/at
@@ -85,7 +85,7 @@ cp %{SOURCE1} .
 %patch17 -p1 -b .nonposix
 %patch18 -p1 -b .mailselinux
 %patch19 -p1 -b .hyphen
-%patch20 -p1 -b .fix
+%patch20 -p1 -b .fixshell
 
 %build
 # patch10 touches configure.in
@@ -191,6 +191,9 @@ fi
 %attr(0755,root,root)		%{_libdir}/pm-utils/sleep.d/56atd
 
 %changelog
+* Thu Jan 14 2010 Marcela Mašláňová <mmaslano at redhat.com> - 3.1.10-40
+- 546103 there were missing apostrophes around delimiter
+
 * Tue Oct 13 2009 Marcela Mašláňová <mmaslano at redhat.com> - 3.1.10-39
 - 528582 add noreplace option into files section
 



More information about the scm-commits mailing list