From f525b5fa7734c471a70515fb68066489e8754cda Mon Sep 17 00:00:00 2001 From: Geoff Ericksson Date: Mon, 9 May 2016 10:03:41 +1000 Subject: [PATCH] Allow for the case where the el6 macro doesn't exist --- cake.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cake.spec b/cake.spec index 15426add..a8afa754 100644 --- a/cake.spec +++ b/cake.spec @@ -7,7 +7,7 @@ License: GPL3 Group: System/Libraries Buildroot: %_tmppath/%{name}-%{version} BuildArch: noarch -%if 0%{el6} +%if 0%{?el6} BuildRequires: help2man redhat-lsb %else BuildRequires: help2man redhat-lsb-core perl-Exporter