From 708febf0ea2d9bc660dbe08fefb0da04db7287b2 Mon Sep 17 00:00:00 2001 From: Jiri Vanek Date: May 13 2015 06:34:49 +0000 Subject: added runtime requires for tzdata Remove reference to tz.properties which is no longer used (by gnu.andrew) --- diff --git a/java-1.8.0-openjdk.spec b/java-1.8.0-openjdk.spec index 1c17ffd..a7b6b48 100644 --- a/java-1.8.0-openjdk.spec +++ b/java-1.8.0-openjdk.spec @@ -548,7 +548,7 @@ Requires: ca-certificates # Require jpackage-utils for ownership of /usr/lib/jvm/ Requires: jpackage-utils # Require zoneinfo data provided by tzdata-java subpackage. -Requires: tzdata-java >= 2014f-1 +Requires: tzdata-java >= 2015d-2 # Post requires alternatives to install tool alternatives. Requires(post): %{_sbindir}/alternatives # Postun requires alternatives to uninstall tool alternatives. @@ -641,7 +641,7 @@ Obsoletes: java-1.7.0-openjdk-accessibility%1 Name: java-%{javaver}-%{origin} Version: %{javaver}.%{updatever} -Release: 36.%{buildver}%{?dist} +Release: 37.%{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 @@ -781,7 +781,7 @@ BuildRequires: java-1.8.0-openjdk-devel %ifnarch %{jit_arches} BuildRequires: libffi-devel %endif -BuildRequires: tzdata-java >= 2014f-1 +BuildRequires: tzdata-java >= 2015d-2 # cacerts build requirement. BuildRequires: openssl @@ -1462,7 +1462,6 @@ local caredFiles = {"jre/lib/calendars.properties", "jre/lib/net.properties", "jre/lib/psfontj2d.properties", "jre/lib/sound.properties", - "jre/lib/tz.properties", "jre/lib/deployment.properties", "jre/lib/deployment.config", "jre/lib/security/US_export_policy.jar", @@ -1725,6 +1724,10 @@ end %endif %changelog +* Wed May 13 2015 Jiri Vanek - 1:1.8.0.45-36.b13 +- added runtime requires for tzdata +- Remove reference to tz.properties which is no longer used (by gnu.andrew) + * Wed Apr 29 2015 Severin Gehwolf - 1:1.8.0.45-36.b13 - Patch hotspot to not use undefined code rather than passing -fno-tree-vrp via CFLAGS.