diff --git brltty/brltty.spec brltty/brltty.spec.tmp index 7a3d9ffdbd..2759e63c2c 100644 --- brltty/brltty.spec +++ brltty/brltty.spec.tmp @@ -22,7 +22,7 @@ Name: brltty Version: %{pkg_version} -Release: 7%{?dist} +Release: 8%{?dist} License: GPLv2+ Group: System Environment/Daemons URL: http://mielke.cc/brltty/ @@ -143,7 +143,8 @@ Summary: Tcl binding for BrlAPI %description -n tcl-brlapi This package provides the Tcl binding for BrlAPI. -%package -n python-brlapi +%package -n python2-brlapi +%{?python_provide:%python_provide python2-brlapi} Version: %{api_version} Group: Development/System License: LGPLv2+ @@ -152,7 +153,7 @@ BuildRequires: Cython BuildRequires: python2-devel BuildRequires: python-setuptools Summary: Python binding for BrlAPI -%description -n python-brlapi +%description -n python2-brlapi This package provides the Python binding for BrlAPI. %if 0%{?with_python3} @@ -409,7 +410,7 @@ fi %files -n tcl-brlapi %{tcl_sitearch}/brlapi-%{api_version} -%files -n python-brlapi +%files -n python2-brlapi %{python_sitearch}/brlapi.so %{python_sitearch}/Brlapi-%{api_version}-*.egg-info @@ -430,6 +431,10 @@ fi %endif %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 5.5-8 +- Python 2 binary package renamed to python2-brltty + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Wed Aug 02 2017 Fedora Release Engineering - 5.5-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild