From 742fe8824be252f7dc1df7d1d686a9eedb5970ed Mon Sep 17 00:00:00 2001 From: Pádraig Brady Date: Oct 29 2015 15:43:23 +0000 Subject: fix rpm macro syntax Add '?' to the name to ignore if not defined. This was triggering issues with rpopkg parsing. --- diff --git a/python-eventlet.spec b/python-eventlet.spec index 398f116..f450015 100644 --- a/python-eventlet.spec +++ b/python-eventlet.spec @@ -52,7 +52,7 @@ high programmer usability by using coroutines to make the non-blocking io operations appear blocking at the source code level. -%if 0%{with_python3} +%if 0%{?with_python3} %package -n python3-eventlet Summary: Highly concurrent networking library BuildArch: noarch