commit 5c84a9cd442c47c46a85b2ae8a4c8a586fa66a72
Author: Toshio Kuratomi <toshio(a)fedoraproject.org>
Date: Mon Jun 30 16:54:28 2014 -0700
Replace python-setuptools-devel BR with python-setuptools
python-urllib2_kerberos.spec | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/python-urllib2_kerberos.spec b/python-urllib2_kerberos.spec
index 3b9b36d..585215b 100644
--- a/python-urllib2_kerberos.spec
+++ b/python-urllib2_kerberos.spec
@@ -2,7 +2,7 @@
Name: python-%{srcname}
Version: 0.1.6
-Release: 11%{?dist}
+Release: 12%{?dist}
Summary: Kerberos over HTTP Negotiate/SPNEGO support for urllib2
Group: Development/Languages
@@ -19,7 +19,7 @@ Patch2: dont-panick-if-we-succeed.patch
Patch3: port-to-python-2.4.patch
BuildArch: noarch
-BuildRequires: python-setuptools-devel
+BuildRequires: python-setuptools
Requires: python-kerberos
%description
@@ -55,6 +55,9 @@ touch -r $lib $lib.new && mv $lib.new $lib
%changelog
+* Mon Jun 30 2014 Toshio Kuratomi <toshio(a)fedoraproject.org> - 0.1.6-12
+- Replace python-setuptools-devel BR with python-setuptools
+
* Tue Jun 10 2014 Matěj Cepl <mcepl(a)redhat.com> - 0.1.6-11
- Add all patches I could find.
- Also add RHEL5 patch porting to python 2.4 (RHBZ# 578711)