diff --git a/liblouis.spec b/liblouis.spec index 79a8083bd3..f980191d1a 100644 --- a/liblouis.spec +++ b/liblouis.spec @@ -5,7 +5,7 @@ Name: liblouis Version: 2.6.2 -Release: 12%{?dist} +Release: 13%{?dist} Summary: Braille translation and back-translation library Group: System Environment/Libraries @@ -74,7 +74,8 @@ Six test programs are provided as part of the liblouis package. They are intended for testing liblouis and for debugging tables. None of them is suitable for braille transcription. -%package -n python-louis +%package -n python2-louis +%{?python_provide:%python_provide python2-louis} Summary: Python 2 language bindings for %{name} Group: Development/Languages BuildArch: noarch @@ -82,7 +83,7 @@ Requires: %{name} = %{version}-%{release} Obsoletes: %{name}-python < 2.6.2-3 Provides: %{name}-python = %{version}-%{release} -%description -n python-louis +%description -n python2-louis This package provides Python 2 language bindings for %{name}. @@ -182,7 +183,7 @@ fi %{_bindir}/lou_* %{_mandir}/man1/lou_*.1* -%files -n python-louis +%files -n python2-louis %doc python/README %{python_sitelib}/louis/ @@ -196,6 +197,10 @@ fi %changelog +* 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 + * Fri Nov 03 2017 Martin Gieseking - 2.6.2-12 - Applied security fixes from EL 7.4 (CVE-2014-8184, CVE-2017-13738, CVE-2017-13740, CVE-2017-13741, CVE-2017-13742, CVE-2017-13743, CVE-2017-13744) - Dropped redundant parts of the spec file.