From 3f18efad8f458348d3ca7feaf0cb24fff0fa4985 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Andriot?= Date: Wed, 16 Mar 2016 07:05:57 +0100 Subject: RPM Packaging: update for pclinuxos2016 --- redhat/Makefile.r14 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'redhat/Makefile.r14') diff --git a/redhat/Makefile.r14 b/redhat/Makefile.r14 index b179230d0..1ad7a4480 100644 --- a/redhat/Makefile.r14 +++ b/redhat/Makefile.r14 @@ -246,8 +246,8 @@ ifneq ($(wildcard /boot/vmlinuz*.el5*),) endif torsocks: -# Do NOT build on RHEL 6, RHEL 7 -ifeq ($(wildcard /boot/vmlinuz*.el6* /boot/vmlinuz*.el7*),) +# Do NOT build on RHEL 6, RHEL 7, Fedora > 20 +ifeq ($(wildcard /boot/vmlinuz*.el6* /boot/vmlinuz*.el7* /boot/vmlinuz*.fc2*),) $(call buildpkg,3rdparty/torsocks) endif -- cgit v1.2.1