[python-flask] Make this conditional a bit stronger.

Ricky Elrod codeblock at fedoraproject.org
Mon Jan 20 19:34:02 UTC 2014


commit 817e68471782e0d0792a1bc78fdd89dc771919d3
Author: Ricky Elrod <ricky at elrod.me>
Date:   Mon Jan 20 14:34:12 2014 -0500

    Make this conditional a bit stronger.

 python-flask.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/python-flask.spec b/python-flask.spec
index b9f0c2a..a8ec4f9 100644
--- a/python-flask.spec
+++ b/python-flask.spec
@@ -22,7 +22,7 @@ BuildArch:      noarch
 BuildRequires:  python2-devel python-setuptools python-werkzeug python-sphinx
 Requires:       python-werkzeug
 
-%if 0%{?rhel}
+%if 0%{?rhel} < 7
 BuildRequires:  python-jinja2-26
 BuildRequires:  python-itsdangerous
 Requires:       python-jinja2-26


More information about the scm-commits mailing list