From e54fdbe85fa1cc1d997c717ff76e8f22777a3e43 Mon Sep 17 00:00:00 2001 From: Iryna Shcherbina Date: Mon, 19 Mar 2018 12:57:00 +0100 Subject: [PATCH] Update Python 2 dependency declarations to new packaging standards --- diveintopython.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/diveintopython.spec b/diveintopython.spec index 4f6da15..602d083 100644 --- a/diveintopython.spec +++ b/diveintopython.spec @@ -2,7 +2,7 @@ Name: diveintopython Version: 5.4 -Release: 33%{?dist} +Release: 34%{?dist} Summary: Dive into Python - a python book @@ -20,7 +20,7 @@ Patch1: diveintopython-build_common.xml.patch Patch2: diveintopython-xalan.patch BuildRequires: desktop-file-utils, htmldoc, ant >= 1.8.2, xerces-j2, xml-commons-apis -BuildRequires: python, w3m, java, xalan-j2 +BuildRequires: python2, w3m, java, xalan-j2 %description Dive Into Python is a Python book for experienced programmers. @@ -111,6 +111,10 @@ desktop-file-install \ %doc %{_pkgdocdir}/txt %changelog +* Mon Mar 19 2018 Iryna Shcherbina - 5.4-34 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Fri Mar 16 2018 Devrim Gündüz - 5.4-33 - Update BR, per #1555699