#2 On Fedora 28+, require django1.11
Merged 6 years ago by piotrp. Opened 6 years ago by churchyard.
rpms/ churchyard/graphite-web django1.11  into  master

file modified
+9 -1
@@ -3,7 +3,7 @@ 

  

  Name:           graphite-web

  Version:        1.1.1

- Release:        3%{?dist}

+ Release:        4%{?dist}

  

  Summary:        A Django web application for enterprise scalable realtime graphing

  License:        ASL 2.0
@@ -35,7 +35,11 @@ 

  Requires:       python2-pytz

  

  %if 0%{?fedora} || 0%{?rhel} >= 7

+ %if 0%{?fedora} >= 28

+ Requires:       python2-django1.11 >= 1.3

+ %else

  Requires:       python-django >= 1.3

+ %endif

  %else

  Requires:       Django >= 1.3

  %endif
@@ -123,6 +127,10 @@ 

  

  

  %changelog

+ * Fri Mar 16 2018 Miro Hrončok <mhroncok@redhat.com> - 1.1.1-4

+ - On Fedora 28+, require django1.11

+   (See https://fedoraproject.org/wiki/Changes/Django20)

+ 

  * Tue Feb 20 2018 Iryna Shcherbina <ishcherb@redhat.com> - 1.1.1-3

  - Update Python 2 dependency declarations to new packaging standards

    (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)

This is needed ASAP for master and Fedora 28.

Pull-Request has been merged by piotrp

6 years ago