From e091ca992cb661f2185806b9595e471cadf055a5 Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Mon, 30 Jun 2014 15:41:43 -0700 Subject: [PATCH] Replace python-setuptools-devel BR with python-setuptools --- python-httplib2.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-httplib2.spec b/python-httplib2.spec index 2e4542e..d857d01 100644 --- a/python-httplib2.spec +++ b/python-httplib2.spec @@ -10,7 +10,7 @@ Name: python-httplib2 Version: 0.9 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A comprehensive HTTP client library Group: System Environment/Libraries License: MIT @@ -20,7 +20,7 @@ Patch1: %{name}.certfile.patch Patch2: %{name}.getCertHost.patch Patch3: %{name}.rfc2459.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: python-setuptools-devel +BuildRequires: python-setuptools BuildRequires: python-devel BuildArch: noarch @@ -87,6 +87,9 @@ rm -rf $RPM_BUILD_ROOT %endif # with_python3 %changelog +* Mon Jun 30 2014 Toshio Kuratomi - 0.9-4 +- Replace python-setuptools-devel BR with python-setuptools + * Sat Jun 07 2014 Fedora Release Engineering - 0.9-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild