[graphite-web/el5] Remove Requires conditionals for sanity

Jonathan Steffan jsteffan at fedoraproject.org
Wed Sep 25 00:12:51 UTC 2013


commit cc5d64e7244e4d744fd27fbe47b5e5bb7ac6c12d
Author: Jonathan Steffan <jsteffan at fedoraproject.org>
Date:   Tue Sep 24 18:12:33 2013 -0600

    Remove Requires conditionals for sanity

 graphite-web.spec |   15 +++++----------
 1 files changed, 5 insertions(+), 10 deletions(-)
---
diff --git a/graphite-web.spec b/graphite-web.spec
index 515b3f3..c6bca4f 100644
--- a/graphite-web.spec
+++ b/graphite-web.spec
@@ -3,7 +3,7 @@
 Name:           graphite-web
 Epoch:          1
 Version:        0.9.10
-Release:        11%{?dist}
+Release:        12%{?dist}
 Summary:        A Django webapp for enterprise scalable realtime graphing
 Group:          Applications/Internet
 
@@ -23,15 +23,7 @@ BuildRequires:  python-devel
 Requires:       python-whisper >= %{version}, mod_wsgi, pytz, pyparsing, python-simplejson
 Requires:       dejavu-sans-fonts, dejavu-serif-fonts, pycairo, django-tagging
 
-%if 0%{?fedora} >= 18
-Requires:       python-django >= 1.3
-%else
-Requires:       Django >= 1.3
-%endif
-
-%if 0%{?el5}
-Requires:       python-sqlite2
-%endif
+Requires:       Django, python-sqlite2
 
 
 %description
@@ -147,6 +139,9 @@ fi
 %doc README.selinux
 
 %changelog
+* Tue Sep 25 2013 Jonathan Steffan <jsteffan at fedoraproject.org> - 1:0.9.10-12
+- Remove conditionals, static Requires for EPEL5
+
 * Tue Sep 24 2013 Jonathan Steffan <jsteffan at fedoraproject.org> - 1:0.9.10-11
 - Reorder Requires conditionals to fix amzn1 issues (RHBZ#1007300)
 - Ensure python-whisper is also updated


More information about the scm-commits mailing list