Update Python 2 dependency declarations to new packaging standards

This commit is contained in:
Iryna Shcherbina 2018-01-09 18:55:23 +01:00
parent b388529034
commit 6792866f8c

View File

@ -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 <ishcherb@redhat.com> - 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 <zbyszek@in.waw.pl> - 2.6.2-13
- Python 2 binary package renamed to python2-louis
See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3