[python-netifaces] Replace python-setuptools-devel BR with python-setuptools

Toshio くらとみ toshio at fedoraproject.org
Mon Jun 30 23:04:37 UTC 2014


commit 47a0b24c271419e7d0611396cb2ffa5ecdea2bbb
Author: Toshio Kuratomi <toshio at fedoraproject.org>
Date:   Mon Jun 30 16:04:39 2014 -0700

    Replace python-setuptools-devel BR with python-setuptools

 python-netifaces.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/python-netifaces.spec b/python-netifaces.spec
index 6b127ca..b506fc5 100644
--- a/python-netifaces.spec
+++ b/python-netifaces.spec
@@ -5,7 +5,7 @@
 
 Name:           python-netifaces
 Version:        0.5
-Release:        6%{?dist}
+Release:        7%{?dist}
 Summary:        Python library to retrieve information about network interfaces
 
 Group:          Development/Libraries
@@ -15,7 +15,7 @@ Source0:        http://alastairs-place.net/2007/03/netifaces/netifaces-0.5.tar.g
 BuildRoot:      %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
 BuildRequires:  python2-devel
-BuildRequires:  python-setuptools-devel
+BuildRequires:  python-setuptools
 
 Requires:       python2
 
@@ -49,6 +49,9 @@ rm -rf $RPM_BUILD_ROOT
 %{python_sitearch}/netifaces.so
 
 %changelog
+* Mon Jun 30 2014 Toshio Kuratomi <toshio at fedoraproject.org> - 0.5-7
+- Replace python-setuptools-devel BR with python-setuptools
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.5-6
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 


More information about the scm-commits mailing list