- 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
|
# make the jar
|
||||||
pushd $JARDIR > /dev/null
|
pushd $JARDIR > /dev/null
|
||||||
|
|
||||||
if [ -n "`find -type f`" ]; then
|
if [ -n "`find -not -name '.'`" ]; then
|
||||||
find -type f -print | LC_ALL=C sort | /usr/bin/zip -q -X -9 $j -@
|
find * -not -name '.' | LC_ALL=C sort | /usr/bin/zip -q -X -9 $j -@
|
||||||
else
|
else
|
||||||
# Put the empty jar back
|
# Put the empty jar back
|
||||||
touch $j
|
touch $j
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
Summary: Red Hat specific rpm configuration files.
|
Summary: Red Hat specific rpm configuration files.
|
||||||
Name: redhat-rpm-config
|
Name: redhat-rpm-config
|
||||||
Version: 8.0.45
|
Version: 8.0.45
|
||||||
Release: 12%{dist}
|
Release: 13%{dist}
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: Development/System
|
Group: Development/System
|
||||||
Source: redhat-rpm-config-%{version}.tar.gz
|
Source: redhat-rpm-config-%{version}.tar.gz
|
||||||
@ -46,6 +46,9 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
%{_prefix}/lib/rpm/redhat
|
%{_prefix}/lib/rpm/redhat
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Oct 18 2006 Jon Masters <jcm@redhat.com> 8.0.45-12
|
||||||
- Synced kernel_module_package semantics with SuSE.
|
- Synced kernel_module_package semantics with SuSE.
|
||||||
- Updated kmodtool.
|
- Updated kmodtool.
|
||||||
|
Loading…
Reference in New Issue
Block a user