[graphite-web/el5] 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:54:15 UTC 2013


commit 6a0de0779090dd1bea89104b39f5804a74377190
Author: Jonathan Steffan <jsteffan at fedoraproject.org>
Date:   Tue Sep 24 17:54:05 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 70f55d7..515b3f3 100644
--- a/graphite-web.spec
+++ b/graphite-web.spec
@@ -3,7 +3,7 @@
 Name:           graphite-web
 Epoch:          1
 Version:        0.9.10
-Release:        10%{?dist}
+Release:        11%{?dist}
 Summary:        A Django webapp for enterprise scalable realtime graphing
 Group:          Applications/Internet
 
@@ -20,13 +20,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
+%if 0%{?fedora} >= 18
+Requires:       python-django >= 1.3
 %else
-Requires:       python-django
+Requires:       Django >= 1.3
+%endif
+
+%if 0%{?el5}
+Requires:       python-sqlite2
 %endif
 
 
@@ -143,6 +147,10 @@ fi
 %doc README.selinux
 
 %changelog
+* 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
+
 * Thu Sep 19 2013 Jonathan Steffan <jsteffan at fedoraproject.org> - 1:0.9.10-10
 - Add epoch to invalidate FEDORA-EPEL-2013-11422
 


More information about the scm-commits mailing list