rpms/p7zip/devel p7zip.spec,1.5,1.6

Matthias Saou (thias) fedora-extras-commits at redhat.com
Thu Oct 27 16:45:22 UTC 2005


Author: thias

Update of /cvs/extras/rpms/p7zip/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26546/devel

Modified Files:
	p7zip.spec 
Log Message:
Double quote args passed inside the shell scripts, to fix #171480.



Index: p7zip.spec
===================================================================
RCS file: /cvs/extras/rpms/p7zip/devel/p7zip.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- p7zip.spec	11 Oct 2005 10:30:22 -0000	1.5
+++ p7zip.spec	27 Oct 2005 16:45:20 -0000	1.6
@@ -1,7 +1,7 @@
 Summary: Very high compression ratio file archiver
 Name: p7zip
 Version: 4.29
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: LGPL
 Group: Applications/Archiving
 URL: http://p7zip.sourceforge.net/
@@ -31,12 +31,12 @@
 # same directory as the binaries, and we don't want them in %{_bindir}.
 %{__cat} << 'EOF' > 7za.sh
 #!/bin/sh
-exec %{_libexecdir}/p7zip/7za $@
+exec %{_libexecdir}/p7zip/7za "$@"
 EOF
 
 %{__cat} << 'EOF' > 7z.sh
 #!/bin/sh
-exec %{_libexecdir}/p7zip/7z $@
+exec %{_libexecdir}/p7zip/7z "$@"
 EOF
 
 %build
@@ -87,6 +87,9 @@
 
 
 %changelog
+* Thu Oct 27 2005 Matthias Saou <http://freshrpms.net/> 4.29-3
+- Double quote args passed inside the shell scripts, to fix #171480.
+
 * Mon Oct 10 2005 Matthias Saou <http://freshrpms.net/> 4.29-2
 - Update to 4.29.
 




More information about the fedora-extras-commits mailing list