diff --git python-django-south/python-django-south.spec python-django-south/python-django-south.spec.tmp index 5254c3045e..3daad8d133 100644 --- python-django-south/python-django-south.spec +++ python-django-south/python-django-south.spec.tmp @@ -2,7 +2,7 @@ Name: python-django-south Version: 0.8.4 -Release: 10%{?dist} +Release: 11%{?dist} Summary: Intelligent schema migrations for Django apps Group: Development/Languages @@ -13,21 +13,29 @@ Source: http://www.aeracode.org/releases/south/south-%{version}.tar.gz BuildArch: noarch BuildRequires: python2-devel BuildRequires: python-setuptools -Requires: python-django %if 0%{?with_python3} BuildRequires: python3-devel BuildRequires: python3-setuptools %endif # last built as Django-south-0:0.7.3-2.fc15.noarch -Provides: Django-south = %{version}-%{release} -Obsoletes: Django-south < 0:0.7.3-3 -%description -South brings migrations to Django applications. Its main objectives are to -provide a simple, stable and database-independent migration layer to prevent +%global _description\ +South brings migrations to Django applications. Its main objectives are to\ +provide a simple, stable and database-independent migration layer to prevent\ all the hassle schema changes over time bring to your Django applications. +%description %_description + +%package -n python2-django-south +Summary: %summary +Requires: python-django +Provides: Django-south = %{version}-%{release} +Obsoletes: Django-south < 0:0.7.3-3 +%{?python_provide:%python_provide python2-django-south} + +%description -n python2-django-south %_description + %if 0%{?with_python3} %package -n python3-django-south Summary: Intelligent schema migrations for Django apps @@ -68,7 +76,7 @@ pushd %{py3dir} popd %endif -%files +%files -n python2-django-south %doc README %{python_sitelib}/south %{python_sitelib}/South-%{version}-py?.?.egg-info @@ -81,6 +89,10 @@ popd %endif %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 0.8.4-11 +- Python 2 binary package renamed to python2-django-south + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Jul 27 2017 Fedora Release Engineering - 0.8.4-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild