From 76c30931a21612df00d9ac253153aff53c3c6c08 Mon Sep 17 00:00:00 2001 From: Iryna Shcherbina Date: Tue, 20 Feb 2018 10:27:07 +0100 Subject: [PATCH] Update Python 2 dependency declarations to new packaging standards --- libcomps.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/libcomps.spec b/libcomps.spec index 99a768b..0f99561 100644 --- a/libcomps.spec +++ b/libcomps.spec @@ -6,7 +6,7 @@ Name: libcomps Version: 0.1.8 -Release: 11%{?dist} +Release: 12%{?dist} Summary: Comps XML file manipulation library License: GPLv2+ @@ -43,7 +43,7 @@ Documentation files for libcomps library. Summary: Documentation files for python bindings libcomps library Requires: %{name} = %{version}-%{release} BuildArch: noarch -BuildRequires: python-sphinx +BuildRequires: python2-sphinx %description -n python-%{name}-doc Documentation files for python bindings libcomps library. @@ -140,6 +140,10 @@ popd %endif %changelog +* Tue Feb 20 2018 Iryna Shcherbina - 0.1.8-12 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Wed Feb 07 2018 Fedora Release Engineering - 0.1.8-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild