diff --git a/python-setuptools.spec b/python-setuptools.spec index a7614ba..7f37e90 100644 --- a/python-setuptools.spec +++ b/python-setuptools.spec @@ -20,7 +20,7 @@ Name: python-setuptools Version: 2.0 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Easily build and distribute Python packages Group: Applications/System @@ -53,13 +53,6 @@ BuildRequires: python3-wheel # For unittests BuildRequires: subversion -# Legacy: We removed this subpackage once easy_install no longer depended on -# python-devel -# Planning on removing for F21 -# https://lists.fedoraproject.org/pipermail/devel/2013-November/191344.html -Provides: python-setuptools-devel = %{version}-%{release} -Obsoletes: python-setuptools-devel < 0.6.7-1 - # We're now back to setuptools as the package. # Keep the python-distribute name active for a few releases. Eventually we'll # want to get rid of the Provides and just keep the Obsoletes @@ -207,6 +200,10 @@ rm -rf %{buildroot} %endif # with_python3 %changelog +* Mon Jun 30 2014 Toshio Kuratomi - 2.0-8 +- Remove the python-setuptools-devel Virtual Provides as per this Fedora 21 + Change: http://fedoraproject.org/wiki/Changes/Remove_Python-setuptools-devel + * Mon Jun 30 2014 Toshio Kuratomi - 2.0-7 - And another bug in sdist