From 9155f5fb011c56b84b339e9a85abc188d5a246d2 Mon Sep 17 00:00:00 2001 From: Iryna Shcherbina Date: Feb 12 2018 04:00:25 +0000 Subject: Update Python 2 dependency declarations to new packaging standards --- diff --git a/python-paste-deploy.spec b/python-paste-deploy.spec index 91724b0..bb64eaa 100644 --- a/python-paste-deploy.spec +++ b/python-paste-deploy.spec @@ -12,7 +12,7 @@ this configuration file. Name: python-paste-deploy Version: 1.5.2 -Release: 13%{?dist} +Release: 14%{?dist} Summary: %{sum} Group: System Environment/Libraries License: MIT @@ -23,7 +23,7 @@ BuildArch: noarch # 1.5.0+ dropped Python 2.4 support BuildRequires: python2-devel > 2.4 -BuildRequires: python-setuptools +BuildRequires: python2-setuptools %if 0%{?with_python3} BuildRequires: python3-devel @@ -38,8 +38,8 @@ BuildRequires: python3-setuptools %package -n python2-paste-deploy Summary: %{sum} -Requires: python-paste -Requires: python-setuptools +Requires: python2-paste +Requires: python2-setuptools %{?python_provide:%python_provide python2-paste-deploy} @@ -118,6 +118,10 @@ rm -rf %{buildroot} %changelog +* Mon Feb 12 2018 Iryna Shcherbina - 1.5.2-14 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Fri Feb 09 2018 Fedora Release Engineering - 1.5.2-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild