rpms/redhat-rpm-config/devel brp-java-repack-jars, 1.2, 1.3 redhat-rpm-config.spec, 1.35, 1.36

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Sep 11 19:25:12 UTC 2006


Author: fnasser

Update of /cvs/dist/rpms/redhat-rpm-config/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv1413

Modified Files:
	brp-java-repack-jars redhat-rpm-config.spec 
Log Message:
Fix order of tokens in find command (thanks mikeb at redhat.com)




Index: brp-java-repack-jars
===================================================================
RCS file: /cvs/dist/rpms/redhat-rpm-config/devel/brp-java-repack-jars,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- brp-java-repack-jars	7 Sep 2006 18:43:43 -0000	1.2
+++ brp-java-repack-jars	11 Sep 2006 19:25:05 -0000	1.3
@@ -66,7 +66,7 @@
 
 		# make the jar
 		pushd $JARDIR > /dev/null
-		find . -print -type f | LC_ALL=C sort | /usr/bin/zip -q -X -9 $j -@
+		find . -type f -print | LC_ALL=C sort | /usr/bin/zip -q -X -9 $j -@
 		popd > /dev/null
 
 		# Cleanup.


Index: redhat-rpm-config.spec
===================================================================
RCS file: /cvs/dist/rpms/redhat-rpm-config/devel/redhat-rpm-config.spec,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- redhat-rpm-config.spec	7 Sep 2006 18:43:43 -0000	1.35
+++ redhat-rpm-config.spec	11 Sep 2006 19:25:05 -0000	1.36
@@ -1,7 +1,7 @@
 Summary: Red Hat specific rpm configuration files.
 Name: redhat-rpm-config
 Version: 8.0.45
-Release: 4
+Release: 5
 License: GPL
 Group: Development/System
 Source: redhat-rpm-config-%{version}.tar.gz
@@ -40,6 +40,9 @@
 %{_prefix}/lib/rpm/redhat
 
 %changelog
+* Mon Sep 11 2006 Fernando Nasser <fnasser at redhat.com> - 8.0.45-5
+- Fix order of tokens in find command (thanks mikeb at redhat.com)
+
 * Thu Sep  7 2006 Ben Konrath <bkonrath at redhat.com> - 8.0.45-4
 - Fix bug in repack jars script. 
 




More information about the fedora-cvs-commits mailing list