From 5931527aff61791da022eb4064d52b262cf1536e Mon Sep 17 00:00:00 2001 From: Iryna Shcherbina Date: Sat, 27 Jan 2018 01:06:49 +0100 Subject: [PATCH] Update Python 2 dependency declarations to new packaging standards --- python-pid.spec | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/python-pid.spec b/python-pid.spec index ae9c4ee..bb10094 100644 --- a/python-pid.spec +++ b/python-pid.spec @@ -2,7 +2,7 @@ Name: python-%{srcname} Version: 2.1.1 -Release: 4%{?dist} +Release: 5%{?dist} Summary: PID file management library License: ASL 2.0 @@ -25,8 +25,8 @@ PidFile can also be used as a context manager or a decorator. Summary: PID file management library BuildRequires: python2-devel -BuildRequires: python-setuptools -BuildRequires: python-nose +BuildRequires: python2-setuptools +BuildRequires: python2-nose %{?python_provide:%python_provide python2-%{srcname}} @@ -88,6 +88,10 @@ rm -rf *.egg-info %{python3_sitelib}/pid-*.egg-info %changelog +* Sat Jan 27 2018 Iryna Shcherbina - 2.1.1-5 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Thu Jul 27 2017 Fedora Release Engineering - 2.1.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild