From: Marc Fiuczynski Date: Mon, 5 Nov 2007 18:22:38 +0000 (+0000) Subject: get rid of extra ) in %if conditional X-Git-Tag: myplc-4.0-15~56 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=27c1bb42e0ea9a7e31b6cf16adaaadc4074063f9;p=myplc.git get rid of extra ) in %if conditional --- diff --git a/myplc-devel-native.spec b/myplc-devel-native.spec index 2425ad8..d786378 100644 --- a/myplc-devel-native.spec +++ b/myplc-devel-native.spec @@ -50,7 +50,7 @@ Requires: libpcap %if "%{distroname}" == "Fedora" && "%{distrorelease}" >= "6" Requires: libpcap-devel %endif -%if "%{distroname}" == "CentOS" && "%{distrorelease}" >= "5") +%if "%{distroname}" == "CentOS" && "%{distrorelease}" >= "5" Requires: libpcap-devel %endif Requires: libtool