From 5c84a9cd442c47c46a85b2ae8a4c8a586fa66a72 Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Jun 30 2014 23:54:28 +0000 Subject: Replace python-setuptools-devel BR with python-setuptools --- 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 - 0.1.6-12 +- Replace python-setuptools-devel BR with python-setuptools + * Tue Jun 10 2014 Matěj Cepl - 0.1.6-11 - Add all patches I could find. - Also add RHEL5 patch porting to python 2.4 (RHBZ# 578711)