From 999397ab4bcfc4cfb7c76b52cc0dbdad144b94e7 Mon Sep 17 00:00:00 2001 From: Nick Bebout Date: Mon, 11 Sep 2017 08:34:22 -0500 Subject: [PATCH] Fix BR to use python2-* instead of python-* --- python-httplib2.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/python-httplib2.spec b/python-httplib2.spec index 057cf65..776c6f2 100644 --- a/python-httplib2.spec +++ b/python-httplib2.spec @@ -8,7 +8,7 @@ Name: python-httplib2 Version: 0.10.3 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A comprehensive HTTP client library Group: System Environment/Libraries License: MIT @@ -28,12 +28,13 @@ Patch3: %{name}.rfc2459.patch Patch4: python-httplib2-0.9-proxy-http.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: python-setuptools -BuildRequires: python-devel +BuildRequires: python2-setuptools +BuildRequires: python2-devel BuildArch: noarch %if 0%{?with_python3} BuildRequires: python3-devel +BuildRequires: python3-setuptools %endif # if with_python3 %global _description\ @@ -104,6 +105,9 @@ rm -rf $RPM_BUILD_ROOT %endif # with_python3 %changelog +* Mon Sep 11 2017 Nick Bebout - 0.10.3-2 +- Fix BuildRequires to use python2-* instead of python-* + * Sun Sep 10 2017 Nick Bebout - 0.10.3-1 - Update to 0.10.3