From e47185bc51db6ff0d04546479b77bdfe84b586c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Sun, 15 Jul 2018 16:25:45 +0200 Subject: [PATCH] Drop RHEL5 conditional --- pypy3.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pypy3.spec b/pypy3.spec index 2e1edb6..ccbd579 100644 --- a/pypy3.spec +++ b/pypy3.spec @@ -104,7 +104,7 @@ ExcludeArch: aarch64 %global with_stackless 0 # Should we build the emacs JIT-viewing mode? -%if 0%{?rhel} == 5 || 0%{?rhel} == 6 +%if 0%{?rhel} == 6 %global with_emacs 0 %else %global with_emacs 1