another touching attempt to polycies...
This commit is contained in:
parent
c35257f261
commit
d2c2de4938
@ -661,7 +661,7 @@ Obsoletes: java-1.7.0-openjdk-accessibility%1
|
||||
|
||||
Name: java-%{javaver}-%{origin}
|
||||
Version: %{javaver}.%{updatever}
|
||||
Release: 10.%{buildver}%{?dist}
|
||||
Release: 11.%{buildver}%{?dist}
|
||||
# java-1.5.0-ibm from jpackage.org set Epoch to 1 for unknown reasons,
|
||||
# and this change was brought into RHEL-4. java-1.5.0-ibm packages
|
||||
# also included the epoch in their virtual provides. This created a
|
||||
@ -1734,6 +1734,9 @@ end
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu Aug 13 2015 Jiri Vanek <jvanek@redhat.com> - 1:1.8.0.60-11.b24
|
||||
- another touching attempt to polycies...
|
||||
|
||||
* Mon Aug 04 2015 Jiri Vanek <jvanek@redhat.com> - 1:1.8.0.60-10.b24
|
||||
- arch64 updated to u60-b24 with hope to fix rhbz1249037
|
||||
|
||||
|
@ -7,7 +7,7 @@ for f in local_policy.jar US_export_policy.jar ; do
|
||||
ORIG=$P/$f
|
||||
echo "processing $f ($ORIG)"
|
||||
if [ ! -f $ORIG ]; then
|
||||
echo "File not found!"
|
||||
echo "File not found! $ORIG"
|
||||
continue
|
||||
fi
|
||||
d=`mktemp -d`
|
||||
@ -22,13 +22,16 @@ NW=$d/$f
|
||||
zip -rX $f *
|
||||
popd
|
||||
echo "replacing $ORIG"
|
||||
touch -t 201401010000 $ORIG
|
||||
md5sum $ORIG
|
||||
sha256sum $ORIG
|
||||
echo "by $NW"
|
||||
md5sum $NW
|
||||
sha256sum $NW
|
||||
touch -t 201401010000 $NW
|
||||
cp $NW $ORIG
|
||||
md5sum $ORIG
|
||||
sha256sum $ORIG
|
||||
touch -t 201401010000 $ORIG
|
||||
rm -rfv $d
|
||||
done
|
||||
|
Loading…
Reference in New Issue
Block a user