From 69fb6af10cdcc4c7e845ad253b424c32d0af8fda Mon Sep 17 00:00:00 2001 From: Pete Walter Date: Jun 18 2016 07:52:59 +0000 Subject: Drop explicit 'Requires: python2' This is already covered with autogenerated dep on 'python(abi) = 2.7'. https://bugzilla.redhat.com/show_bug.cgi?id=1046597 --- diff --git a/python-cloudfiles.spec b/python-cloudfiles.spec index c6424a1..fa601c2 100644 --- a/python-cloudfiles.spec +++ b/python-cloudfiles.spec @@ -23,7 +23,6 @@ BuildArch: noarch BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) BuildRequires: python-setuptools, python-nose -Requires: python2 %description Python language bindings for Rackspace CloudFiles API @@ -53,6 +52,9 @@ rm -rf %{buildroot} %{python_sitelib}/python_cloudfiles-*-py*.egg-info/ %changelog +* Sat Jun 18 2016 Pete Walter - 1.7.10-7 +- Drop explicit 'Requires: python2' (#1046597) + * Thu Feb 04 2016 Fedora Release Engineering - 1.7.10-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild