From 6792866f8cb0c8ef2736f484286a851e85907991 Mon Sep 17 00:00:00 2001 From: Iryna Shcherbina Date: Tue, 9 Jan 2018 18:55:23 +0100 Subject: [PATCH] Update Python 2 dependency declarations to new packaging standards --- liblouis.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/liblouis.spec b/liblouis.spec index c5bd792..26bb7d1 100644 --- a/liblouis.spec +++ b/liblouis.spec @@ -5,7 +5,7 @@ Name: liblouis Version: 2.6.2 -Release: 13%{?dist} +Release: 14%{?dist} Summary: Braille translation and back-translation library Group: System Environment/Libraries @@ -66,7 +66,7 @@ developing applications that use %{name}. Summary: Command-line utilities to test %{name} Group: Applications/Text Requires: %{name}%{?_isa} = %{version}-%{release} -Requires: python-louis = %{version}-%{release} +Requires: python2-louis = %{version}-%{release} License: GPLv3+ %description utils @@ -198,6 +198,10 @@ fi %changelog +* Tue Jan 09 2018 Iryna Shcherbina - 2.6.2-14 +- Update Python 2 dependency declarations to new packaging standards + (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3) + * Sun Dec 17 2017 Zbigniew Jędrzejewski-Szmek - 2.6.2-13 - Python 2 binary package renamed to python2-louis See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3