From e92544b91d5037be2b22f3ce46ea5efd47ad871e Mon Sep 17 00:00:00 2001 From: Scott Shambarger Date: Tue, 15 Sep 2015 15:01:23 -0700 Subject: [PATCH] Fixed conditional in spec file --- mod_auth_tkt.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod_auth_tkt.spec b/mod_auth_tkt.spec index a7306e8..6e9f63b 100644 --- a/mod_auth_tkt.spec +++ b/mod_auth_tkt.spec @@ -2,7 +2,7 @@ # Use "--define='apache 1'" to build a 'mod_auth_tkt1' package for apache1 %define httpd httpd %define name mod_auth_tkt -%if %{rhel} < 7 +%if 0%{?rhel} && 0%{?rhel} < 7 %define apxs /usr/sbin/apxs %else %define apxs /usr/bin/apxs