From: Tony Mack Date: Tue, 7 Sep 2010 19:02:29 +0000 (+0000) Subject: Constructs of the form '%if %{?macro} == foo' are no longer accepted, and yield foo... X-Git-Tag: sfa-1.0-2~39 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=dced55d1d2d2c4517f5a81b7c2122765574dcfda;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 91bcf99b..27f51f35 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