Constructs of the form '%if %{?macro} == foo' are no longer accepted, and yield foo...
authorTony Mack <tmack@cs.princeton.edu>
Tue, 7 Sep 2010 19:02:29 +0000 (19:02 +0000)
committerTony Mack <tmack@cs.princeton.edu>
Tue, 7 Sep 2010 19:02:29 +0000 (19:02 +0000)
errors

sfa.spec

index 91bcf99..27f51f3 100644 (file)
--- 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