From: Tony Mack Date: Tue, 7 Sep 2010 19:04:38 +0000 (+0000) Subject: Constructs of the form '%if %{?macro} == foo' are no longer accepted, and yield foo... X-Git-Tag: sfa-0.9-16~1 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=5a22a8a84b07acde58bf8da9d98580c4212ca541;p=sfa.git Constructs of the form '%if %{?macro} == foo' are no longer accepted, and yield foo.spec:12: parseExpressionBoolean returns -1 errors --- diff --git a/sfa.spec b/sfa.spec index 5af0b63e..22a205be 100644 --- a/sfa.spec +++ b/sfa.spec @@ -47,9 +47,9 @@ Requires: python-dateutil # %if %has_py24 # # this also didn't work very well. I'll just check for distroname - baris -%if %{distroname} == "centos5" -Requires: python-uuid -%endif +#%if %{distroname} == "centos5" +#Requires: python-uuid +#%endif %package cm Summary: the SFA wrapper around MyPLC's NodeManager