From 67db070908a362b2503b5272635d01f01cf80e77 Mon Sep 17 00:00:00 2001 From: Severin Gehwolf Date: Tue, 26 Jun 2018 10:28:48 +0200 Subject: [PATCH] Add hook to show hs_err*.log files on failures. --- java-1.8.0-openjdk.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/java-1.8.0-openjdk.spec b/java-1.8.0-openjdk.spec index 43f4bee..8f25f35 100644 --- a/java-1.8.0-openjdk.spec +++ b/java-1.8.0-openjdk.spec @@ -951,7 +951,7 @@ Provides: java-%{javaver}-%{origin}-accessibility = %{epoch}:%{version}-%{releas Name: java-%{javaver}-%{origin} Version: %{javaver}.%{updatever} -Release: 11.%{buildver}%{?dist} +Release: 12.%{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 @@ -1757,7 +1757,7 @@ make \ POST_STRIP_CMD="" \ LOG=trace \ SCTP_WERROR= \ - %{targets} + %{targets} || ( find -name "hs_err_pid*.log" | xargs cat && false ) make zip-docs @@ -2262,6 +2262,9 @@ require "copy_jdk_configs.lua" %endif %changelog +* Mon Jun 25 2018 Severin Gehwolf - 1:1.8.0.172-12.b11 +- Add hook to show hs_err*.log files on failures. + * Wed Jun 20 2018 Severin Gehwolf - 1:1.8.0.172-11.b11 - Expose release/slowdebug builds being produced via conditionals.