rpms/redhat-rpm-config/FC-6 brp-java-repack-jars, 1.4, 1.5 redhat-rpm-config.spec, 1.39, 1.40

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Mar 28 06:19:15 UTC 2007


Author: bkonrath

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

Modified Files:
	brp-java-repack-jars redhat-rpm-config.spec 
Log Message:
* Wed Mar 28 2007 Ben Konrath <bkonrath at redhat.com> 8.0.45-9
- Update brp-java-repack-jars to fix issue with tomcat. 
- Resolves: #234286



Index: brp-java-repack-jars
===================================================================
RCS file: /cvs/dist/rpms/redhat-rpm-config/FC-6/brp-java-repack-jars,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- brp-java-repack-jars	12 Sep 2006 22:24:31 -0000	1.4
+++ brp-java-repack-jars	28 Mar 2007 06:19:11 -0000	1.5
@@ -74,8 +74,8 @@
 		# make the jar
 		pushd $JARDIR > /dev/null
 
-		if [ -n "`find -type f`" ]; then
-			find -type f -print | LC_ALL=C sort | /usr/bin/zip -q -X -9 $j -@
+		if [ -n "`find -not -name '.'`" ]; then
+			find * -not -name '.' | LC_ALL=C sort | /usr/bin/zip -q -X -9 $j -@
 		else
 			# Put the empty jar back
 			touch $j


Index: redhat-rpm-config.spec
===================================================================
RCS file: /cvs/dist/rpms/redhat-rpm-config/FC-6/redhat-rpm-config.spec,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- redhat-rpm-config.spec	12 Oct 2006 05:54:52 -0000	1.39
+++ redhat-rpm-config.spec	28 Mar 2007 06:19:11 -0000	1.40
@@ -1,7 +1,7 @@
 Summary: Red Hat specific rpm configuration files.
 Name: redhat-rpm-config
 Version: 8.0.45
-Release: 8
+Release: 9
 License: GPL
 Group: Development/System
 Source: redhat-rpm-config-%{version}.tar.gz
@@ -42,6 +42,10 @@
 %{_prefix}/lib/rpm/redhat
 
 %changelog
+* Wed Mar 28 2007 Ben Konrath <bkonrath at redhat.com> 8.0.45-9
+- Update brp-java-repack-jars to fix issue with tomcat. 
+- Resolves: #234286
+
 * Thu Oct 12 2006 Jon Masters <jcm at redhat.com> 8.0.45-8
 - Added patch for find-requires. Waiting on write access to public CVS.
 




More information about the fedora-cvs-commits mailing list