From 2ad9213908e61b50d3d19be83be554a048070763 Mon Sep 17 00:00:00 2001 From: Richard Marko Date: Nov 24 2014 14:38:35 +0000 Subject: fix will_java_throw_suppressed availability on RHEL6 --- diff --git a/will-crash.spec b/will-crash.spec index 510280d..45c5d42 100644 --- a/will-crash.spec +++ b/will-crash.spec @@ -1,6 +1,6 @@ Name: will-crash Version: 0.9 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Set of crashing executables written in various languages Group: Development/Tools @@ -58,7 +58,9 @@ find %{buildroot} -name '*.la' -or -name '*.a' | xargs rm -f %{_bindir}/will_java_segfault %{_bindir}/will_java_throw %{_bindir}/will_java_throw_remote +%if 0%{?rhel} && 0%{?rhel} < 7 %{_bindir}/will_java_throw_suppressed +%endif %{_bindir}/will_cpp_segfault %{_bindir}/will_stackoverflow %{_bindir}/will_oops @@ -69,6 +71,9 @@ find %{buildroot} -name '*.la' -or -name '*.a' | xargs rm -f %{_libdir}/libwilljavasegfault.so* %changelog +* Mon Nov 24 2014 Richard Marko - 0.9-2 +- fix will_java_throw_suppressed availability on RHEL6 + * Thu Oct 30 2014 Jakub Filak - 0.9-1 - port to javapackages-utils