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

Toshio くらとみ toshio at fedoraproject.org
Mon Jun 30 22:35:20 UTC 2014


commit 987c8bbdbe70072b997e9f5b953107d2ebaaef73
Author: Toshio Kuratomi <toshio at fedoraproject.org>
Date:   Mon Jun 30 15:35:20 2014 -0700

    Replace python-setuptools-devel BR with python-setuptools

 python-gnutls.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/python-gnutls.spec b/python-gnutls.spec
index b77cb97..e11e002 100644
--- a/python-gnutls.spec
+++ b/python-gnutls.spec
@@ -3,7 +3,7 @@
 
 Name:		python-gnutls
 Version:	1.2.4
-Release:	4%{?dist}
+Release:	5%{?dist}
 Summary:	Python wrapper for the GNUTLS library
 Group:		Development/Languages
 License:	LGPLv2+
@@ -13,7 +13,7 @@ Patch1:         track-libgnutls-and-opengpg-versions.patch
 BuildRoot:	%(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 BuildRequires:	python-devel
 BuildRequires:	gnutls-devel
-BuildRequires:	python-setuptools-devel
+BuildRequires:	python-setuptools
 Requires:	python-twisted-core
 Requires:	python-zope-interface
 
@@ -63,6 +63,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Jun 30 2014 Toshio Kuratomi <toshio at fedoraproject.org> - 1.2.4-5
+- Replace python-setuptools-devel BR with python-setuptools
+
 * Sat Jun 07 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.2.4-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
 


More information about the scm-commits mailing list