[python-setuptools] Remove the python-setuptools-devel Virtual Provides as per this Fedora 21

Toshio くらとみ toshio at fedoraproject.org
Tue Jul 1 01:29:54 UTC 2014


commit 1ea385e0b4596a643dfb132bb5338f36ef9359f8
Author: Toshio Kuratomi <toshio at fedoraproject.org>
Date:   Mon Jun 30 18:29:53 2014 -0700

    Remove the python-setuptools-devel Virtual Provides as per this Fedora 21
    
      Change: http://fedoraproject.org/wiki/Changes/Remove_Python-setuptools-devel

 python-setuptools.spec |   13 +++++--------
 1 files changed, 5 insertions(+), 8 deletions(-)
---
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 <toshio at fedoraproject.org> - 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 <toshio at fedoraproject.org> - 2.0-7
 - And another bug in sdist
 


More information about the scm-commits mailing list