From 6835f5d6628f91212fdbf492a5d8fdab76b764c4 Mon Sep 17 00:00:00 2001 From: Iryna Shcherbina Date: Dec 04 2017 11:05:41 +0000 Subject: Fix ambiguous Python 2 dependencies declarations --- diff --git a/python2-docs.spec b/python2-docs.spec index c8f2d1b..042b836 100644 --- a/python2-docs.spec +++ b/python2-docs.spec @@ -3,7 +3,7 @@ Name: python2-docs # The Version needs to be in-sync with the "python2" package: Version: 2.7.14 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Documentation for the Python 2 programming language Group: Documentation License: Python @@ -19,8 +19,8 @@ Patch20: python-2.7-texinfobuilder.patch BuildArch: noarch BuildRequires: python2 -BuildRequires: python-docutils -BuildRequires: python-pygments +BuildRequires: python2-docutils +BuildRequires: python2-pygments BuildRequires: python2-sphinx BuildRequires: linkchecker @@ -114,6 +114,10 @@ linkchecker \ %license LICENSE %changelog +* Mon Dec 04 2017 Iryna Shcherbina - 2.7.14-2 +- Fix ambiguous Python 2 dependencies declarations + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Thu Nov 02 2017 Charalampos Stratakis - 2.7.14-1 - Update to 2.7.14