diff --git a/brp-java-repack-jars b/brp-java-repack-jars index bb493f1..e73116d 100644 --- a/brp-java-repack-jars +++ b/brp-java-repack-jars @@ -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. diff --git a/redhat-rpm-config.spec b/redhat-rpm-config.spec index 5fb0724..1dcbf0b 100644 --- a/redhat-rpm-config.spec +++ b/redhat-rpm-config.spec @@ -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 - 8.0.45-4 +- Fix bug in repack jars script. + * Wed Sep 6 2006 Jeremy Katz - 8.0.45-3 - path fix