[python-flask-rstpages] fix epel6 conditional

Richard Marko rmarko at fedoraproject.org
Mon Nov 24 14:40:41 UTC 2014


commit 719d36cf7dd82818bdbcd66f71497828d3ff9b50
Author: Richard Marko <rmarko at fedoraproject.org>
Date:   Mon Nov 24 15:39:07 2014 +0100

    fix epel6 conditional
    
    Signed-off-by: Richard Marko <rmarko at fedoraproject.org>

 python-flask-rstpages.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/python-flask-rstpages.spec b/python-flask-rstpages.spec
index dcdb3fd..9570adf 100644
--- a/python-flask-rstpages.spec
+++ b/python-flask-rstpages.spec
@@ -8,7 +8,7 @@
 %global with_python3 0
 %endif
 
-%if 0%{?rhel} || 0%{?rhel} < 7
+%if 0%{?rhel} && 0%{?rhel} < 7
 # EL 6 doesn't have this macro
 %global __python2       %{__python}
 %global python2_sitelib %{python_sitelib}


More information about the scm-commits mailing list