From 12417af11ef208c9a024fd027cd90ecebe385659 Mon Sep 17 00:00:00 2001 From: Iryna Shcherbina Date: Feb 12 2018 01:39:13 +0000 Subject: Update Python 2 dependency declarations to new packaging standards --- diff --git a/python-filelock.spec b/python-filelock.spec index fd0e79e..7229e18 100644 --- a/python-filelock.spec +++ b/python-filelock.spec @@ -5,7 +5,7 @@ Name: python-%{srcname} Version: 2.0.8 -Release: 4%{?dist} +Release: 5%{?dist} Summary: %{sum} Group: Development/Libraries @@ -24,8 +24,8 @@ the same lock object twice, it will not block. %package doc Summary: Documentation for %{srcname}, %{sum} -BuildRequires: python-sphinx -BuildRequires: python-sphinx_rtd_theme +BuildRequires: python2-sphinx +BuildRequires: python2-sphinx_rtd_theme Requires: fontawesome-fonts Requires: google-roboto-slab-fonts Requires: lato-fonts @@ -112,6 +112,10 @@ install -p -m0644 -D docs/build/man/py-%{srcname}.1 %{buildroot}%{_mandir}/man1/ %{python3_sitelib}/__pycache__/%{srcname}*.py[co] %changelog +* Mon Feb 12 2018 Iryna Shcherbina - 2.0.8-5 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Fri Feb 09 2018 Fedora Release Engineering - 2.0.8-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild