- Update brp-java-repack-jars to fix issue with tomcat.
This commit is contained in:
parent
377c0d60f8
commit
61a17008e0
@ -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
|
||||
|
@ -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 <bkonrath@redhat.com> 8.0.45-13
|
||||
- Update brp-java-repack-jars to fix issue with tomcat.
|
||||
|
||||
* Wed Oct 18 2006 Jon Masters <jcm@redhat.com> 8.0.45-12
|
||||
- Synced kernel_module_package semantics with SuSE.
|
||||
- Updated kmodtool.
|
||||
|
Loading…
Reference in New Issue
Block a user