Fix bug in repack jars script.
This commit is contained in:
parent
88e25c03cc
commit
fca1b5906c
@ -66,7 +66,7 @@ if [ ! -z "$JARS" ]; then
|
|||||||
|
|
||||||
# make the jar
|
# make the jar
|
||||||
pushd $JARDIR > /dev/null
|
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
|
popd > /dev/null
|
||||||
|
|
||||||
# Cleanup.
|
# Cleanup.
|
||||||
|
@ -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: 3
|
Release: 4
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: Development/System
|
Group: Development/System
|
||||||
Source: redhat-rpm-config-%{version}.tar.gz
|
Source: redhat-rpm-config-%{version}.tar.gz
|
||||||
@ -40,6 +40,9 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
%{_prefix}/lib/rpm/redhat
|
%{_prefix}/lib/rpm/redhat
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Sep 6 2006 Jeremy Katz <katzj@redhat.com> - 8.0.45-3
|
||||||
- path fix
|
- path fix
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user