From: Daniel P. Berrange Date: Thu, 6 Dec 2007 16:07:18 +0000 (+0000) Subject: Really fix macro for RHEL this time X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=48ea0a57f8299f1f5f14e58ece9fbe2bbc936e13;p=libvirt.git Really fix macro for RHEL this time --- diff --git a/libvirt.spec.in b/libvirt.spec.in index 87fd022aa3..6e7d064ebb 100644 --- a/libvirt.spec.in +++ b/libvirt.spec.in @@ -1,6 +1,6 @@ # -*- rpm-spec -*- -%if 0%{?fedora} >= 8 +%if "%{fedora}" >= "8" %define with_polkit 1 %define with_proxy no %else