From fdf22b2c342d8da07e10d017df5f2cef8295b548 Mon Sep 17 00:00:00 2001 From: Nick Bebout Date: Mon, 26 Feb 2018 11:28:40 -0600 Subject: [PATCH] Add python2- prefix where possible --- python-requests-file.spec | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/python-requests-file.spec b/python-requests-file.spec index 157bc99..c6c32b2 100644 --- a/python-requests-file.spec +++ b/python-requests-file.spec @@ -8,7 +8,7 @@ Name: python-%{srcname} Version: 1.4.3 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Transport adapter for using file:// URLs with python-requests License: ASL 2.0 @@ -27,16 +27,6 @@ This is the Python 2 version of the requests_file module Summary: Transport adapter for using file:// URLs with python-requests %{?python_provide:%python_provide python2-%{srcname}} -%if 0%{?rhel} && 0%{?rhel} <= 7 -# EL7 has unversioned names for these packages -BuildRequires: python-devel -BuildRequires: python-setuptools -BuildRequires: python-requests -BuildRequires: python-six - -Requires: python-requests -Requires: python-six -%else BuildRequires: python2-devel BuildRequires: python2-setuptools BuildRequires: python2-requests @@ -110,6 +100,9 @@ rm -rf requests_file.egg-info %endif %changelog +* Mon Feb 26 2018 Nick Bebout - 1.4.3-5 +- Add python2- prefix where possible + * Fri Feb 09 2018 Fedora Release Engineering - 1.4.3-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild