From 5a22a8a84b07acde58bf8da9d98580c4212ca541 Mon Sep 17 00:00:00 2001 From: Tony Mack Date: Tue, 7 Sep 2010 19:04:38 +0000 Subject: [PATCH] Constructs of the form '%if %{?macro} == foo' are no longer accepted, and yield foo.spec:12: parseExpressionBoolean returns -1 errors --- sfa.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.47.0