diff --git a/brp-java-repack-jars b/brp-java-repack-jars index 9a38347..e205088 100644 --- a/brp-java-repack-jars +++ b/brp-java-repack-jars @@ -74,8 +74,8 @@ if [ ! -z "$JARS" ]; then # 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 diff --git a/redhat-rpm-config.spec b/redhat-rpm-config.spec index 4986de3..05777cc 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: 12%{dist} +Release: 13%{dist} License: GPL Group: Development/System Source: redhat-rpm-config-%{version}.tar.gz @@ -46,6 +46,9 @@ rm -rf ${RPM_BUILD_ROOT} %{_prefix}/lib/rpm/redhat %changelog +* Tue Mar 13 2006 Ben Konrath 8.0.45-13 +- Update brp-java-repack-jars to fix issue with tomcat. + * Wed Oct 18 2006 Jon Masters 8.0.45-12 - Synced kernel_module_package semantics with SuSE. - Updated kmodtool.