From 700d149afb39245cff249d76b2babc96110ba235 Mon Sep 17 00:00:00 2001 From: Iryna Shcherbina Date: Wed, 31 Jan 2018 23:12:14 +0100 Subject: [PATCH] Update Python 2 dependency declarations to new packaging standards --- pyxdg.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/pyxdg.spec b/pyxdg.spec index c223e87..9896d0c 100644 --- a/pyxdg.spec +++ b/pyxdg.spec @@ -2,7 +2,7 @@ Name: pyxdg Version: 0.25 -Release: 13%{?dist} +Release: 14%{?dist} Summary: Python library to access freedesktop.org standards Group: Development/Libraries License: LGPLv2 @@ -25,7 +25,7 @@ Summary: Python2 library to access freedesktop.org standards Group: Development/Libraries BuildRequires: python2-devel # These are needed for the nose tests. -BuildRequires: python-nose +BuildRequires: python2-nose %{?python_provide:%python_provide python2-pyxdg} Provides: pyxdg = %{version}-%{release} Obsoletes: pyxdg < 0.25-10 @@ -91,6 +91,10 @@ nosetests-%{python3_version} || : %endif #with_python3 %changelog +* Wed Jan 31 2018 Iryna Shcherbina - 0.25-14 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Thu Jul 27 2017 Fedora Release Engineering - 0.25-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild