From d49cd267c0d4dc31886563c05451f55c7aaf0aba Mon Sep 17 00:00:00 2001 From: Brian West Date: Thu, 11 Sep 2014 10:24:40 -0500 Subject: [PATCH] fix fedora rpm build --- freeswitch.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/freeswitch.spec b/freeswitch.spec index 23bf56faae..03aef0e4b6 100644 --- a/freeswitch.spec +++ b/freeswitch.spec @@ -159,7 +159,7 @@ BuildRequires: sqlite-devel BuildRequires: ldns-devel BuildRequires: libedit-devel BuildRequires: perl -%if 0%{?fedora_version} >= 8 || 0%{?rhel} >= 6 +%if 0%{?fedora} >= 8 || 0%{?rhel} >= 6 BuildRequires: perl-ExtUtils-Embed %endif BuildRequires: pkgconfig