[graphite-web] Reorder Requires conditionals to fix amzn1 issues (RHBZ#1007300), Ensure python-whisper is also upda

Jonathan Steffan jsteffan at fedoraproject.org
Tue Sep 24 23:39:52 UTC 2013


commit bce38ba3cc50e46acbd1d524e224dd2749517f84
Author: Jonathan Steffan <jsteffan at fedoraproject.org>
Date:   Tue Sep 24 17:39:38 2013 -0600

    Reorder Requires conditionals to fix amzn1 issues (RHBZ#1007300), Ensure python-whisper is also updated

 graphite-web.spec |   18 +++++++++++++-----
 1 files changed, 13 insertions(+), 5 deletions(-)
---
diff --git a/graphite-web.spec b/graphite-web.spec
index a20ad90..516b5f3 100644
--- a/graphite-web.spec
+++ b/graphite-web.spec
@@ -1,6 +1,6 @@
 Name:           graphite-web
 Version:        0.9.12
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        A Django webapp for enterprise scalable realtime graphing
 
 License:        ASL 2.0
@@ -15,13 +15,17 @@ BuildRoot:      %{_tmppath}/graphite-web-%{version}-%{release}-root-%(%{__id_u}
 
 BuildArch:      noarch
 BuildRequires:  python-devel
-Requires:       python-whisper, mod_wsgi, pytz, pyparsing, python-simplejson
+Requires:       python-whisper >= %{version}, mod_wsgi, pytz, pyparsing, python-simplejson
 Requires:       dejavu-sans-fonts, dejavu-serif-fonts, pycairo, django-tagging
 
-%if 0%{?fedora} <= 17
-Requires:       python-sqlite2, Django >= 1.3
-%else
+%if 0%{?fedora} >= 18
 Requires:       python-django >= 1.3
+%else
+Requires:       Django >= 1.3
+%endif
+
+%if 0%{?el5}
+Requires:       python-sqlite2
 %endif
 
 
@@ -135,6 +139,10 @@ fi
 %doc README.selinux
 
 %changelog
+* Tue Sep 24 2013 Jonathan Steffan <jsteffan at fedoraproject.org> - 0.9.12-3
+- Reorder Requires conditionals to fix amzn1 issues (RHBZ#1007300)
+- Ensure python-whisper is also updated
+
 * Tue Sep 17 2013 Jonathan Steffan <jsteffan at fedoraproject.org> - 0.9.12-2
 - Don't ship js/ext/resources/*.swf (RHBZ#1000253)
 


More information about the scm-commits mailing list