From 203184369ed077f2d313e1e90f7e02107719c191 Mon Sep 17 00:00:00 2001 From: Jiri Vanek Date: Jul 17 2015 14:21:47 +0000 Subject: added one more md5sum test (thanx to Sewerein! --- diff --git a/java-1.8.0-openjdk.spec b/java-1.8.0-openjdk.spec index 4317a75..7240390 100644 --- a/java-1.8.0-openjdk.spec +++ b/java-1.8.0-openjdk.spec @@ -181,6 +181,7 @@ if [ "$1" -gt 1 ]; then sum=$(md5sum "${javasecurity}" | cut -d' ' -f1) # This is the md5sum of an unmodified java.security file if [ "${sum}" = '1690ac33955594f71dc952c9e83fd396' -o \\ + "${sum}" = 'b138695d0c0ea947e64a21a627d973ba' -o \\ "${sum}" = 'd17958676bdb9f9d941c8a59655311fb' ]; then if [ -f "${javasecurity}.rpmnew" ]; then mv -f "${javasecurity}.rpmnew" "${javasecurity}" @@ -660,7 +661,7 @@ Obsoletes: java-1.7.0-openjdk-accessibility%1 Name: java-%{javaver}-%{origin} Version: %{javaver}.%{updatever} -Release: 3.%{buildver}%{?dist} +Release: 4.%{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 @@ -1792,6 +1793,9 @@ end %endif %changelog +* Fri Jul 17 2015 Jiri Vanek - 1:1.8.0.51-4.b16 +- added one more md5sum test (thanx to Sewerein!) + * Thu Jul 16 2015 Jiri Vanek - 1:1.8.0.51-3.b16 - doubled slash in md5sum test in post