From 27c1bb42e0ea9a7e31b6cf16adaaadc4074063f9 Mon Sep 17 00:00:00 2001 From: Marc Fiuczynski Date: Mon, 5 Nov 2007 18:22:38 +0000 Subject: [PATCH] get rid of extra ) in %if conditional --- myplc-devel-native.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.0