From e0958ea16a133332bdeffcea74169418b926685e Mon Sep 17 00:00:00 2001 From: Michel Alexandre Salim Date: Mar 04 2017 02:40:24 +0000 Subject: fix rhel conditional --- diff --git a/cpdup.spec b/cpdup.spec index 9cb7a61..9d5b842 100644 --- a/cpdup.spec +++ b/cpdup.spec @@ -11,7 +11,7 @@ URL: http://apollo.backplane.com/FreeSrc/ Source0: http://apollo.backplane.com/FreeSrc/cpdup-%{version}.tgz Source1: Makefile.linux -%if 0%{?rhel} < 7 +%if 0%{?rhel} && 0%{?rhel} < 7 # https://fedoraproject.org/wiki/EPEL:Packaging#Previously_required_boilerplate BuildRequires: epel-rpm-macros %endif