[will-crash/el6] fix conditional

Richard Marko rmarko at fedoraproject.org
Mon Nov 24 14:48:33 UTC 2014


commit 353da0efad3556583e5c99558cc0b98da8672eec
Author: Richard Marko <rmarko at fedoraproject.org>
Date:   Mon Nov 24 15:48:26 2014 +0100

    fix conditional

 will-crash.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/will-crash.spec b/will-crash.spec
index 45c5d42..5fde219 100644
--- a/will-crash.spec
+++ b/will-crash.spec
@@ -58,7 +58,7 @@ 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
+%if 0%{?rhel} && 0%{?rhel} > 6
 %{_bindir}/will_java_throw_suppressed
 %endif
 %{_bindir}/will_cpp_segfault


More information about the scm-commits mailing list