diff --git a/python-semantic_version.spec b/python-semantic_version.spec index e85ee86..0e4d02d 100644 --- a/python-semantic_version.spec +++ b/python-semantic_version.spec @@ -7,7 +7,7 @@ Name: python-%{pypi_name} Version: 2.6.0 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Library implementing the 'SemVer' scheme License: BSD @@ -26,10 +26,11 @@ Summary: %{summary} BuildRequires: python2-devel %if 0%{?rhel} && 0%{?rhel} <= 7 BuildRequires: python-setuptools +BuildRequires: python2-django %else BuildRequires: python2-setuptools +BuildRequires: python2-django1.11 %endif -BuildRequires: python2-django %{?python_provide:%python_provide python2-%{pypi_name}} Provides: python-semantic-version @@ -107,6 +108,9 @@ rm -rf html/.{doctrees,buildinfo} %doc html %changelog +* Tue May 29 2018 Javier Peña - 2.6.0-5 +- Fix build due to Django dependency (bz#1556267) + * Fri Feb 09 2018 Fedora Release Engineering - 2.6.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild