Fix bug in repack jars script.

This commit is contained in:
Ben Konrath 2006-09-07 18:43:43 +00:00
parent 88e25c03cc
commit fca1b5906c
2 changed files with 5 additions and 2 deletions

View File

@ -66,7 +66,7 @@ if [ ! -z "$JARS" ]; then
# make the jar
pushd $JARDIR > /dev/null
/usr/bin/zip -q -X -9 $j -r .
find . -print -type f | LC_ALL=C sort | /usr/bin/zip -q -X -9 $j -@
popd > /dev/null
# Cleanup.

View File

@ -1,7 +1,7 @@
Summary: Red Hat specific rpm configuration files.
Name: redhat-rpm-config
Version: 8.0.45
Release: 3
Release: 4
License: GPL
Group: Development/System
Source: redhat-rpm-config-%{version}.tar.gz
@ -40,6 +40,9 @@ rm -rf ${RPM_BUILD_ROOT}
%{_prefix}/lib/rpm/redhat
%changelog
* Thu Sep 7 2006 Ben Konrath <bkonrath@redhat.com> - 8.0.45-4
- Fix bug in repack jars script.
* Wed Sep 6 2006 Jeremy Katz <katzj@redhat.com> - 8.0.45-3
- path fix