diff --git brial/brial.spec brial/brial.spec.tmp index b51f4afeb4..7bfa3e5c94 100644 --- brial/brial.spec +++ brial/brial.spec.tmp @@ -1,6 +1,6 @@ Name: brial Version: 0.8.5 -Release: 8%{?dist} +Release: 9%{?dist} Summary: Framework for Boolean Rings # The entire source code is GPLv2+ except the Cudd directory that is BSD License: GPLv2+ and BSD @@ -54,13 +54,14 @@ Provides: polybori-devel = %{version}-%{release} %description devel Development headers and libraries for %{name}. -%package -n python-%{name} +%package -n python2-%{name} +%{?python_provide:%python_provide python2-%{name}} Summary: Python interface to %{name} Requires: %{name}%{?_isa} = %{version}-%{release} Obsoletes: python-polybori <= %{version}-1 Provides: python-polybori = %{version}-%{release} -%description -n python-%{name} +%description -n python2-%{name} Python interface to %{name}. %prep @@ -97,10 +98,14 @@ rm %{buildroot}%{_libdir}/*.la %{_includedir}/polybori/ %{_libdir}/lib%{name}*.so -%files -n python-%{name} +%files -n python2-%{name} %{python2_sitelib}/%{name}/ %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 0.8.5-9 +- Python 2 binary package renamed to python2-brial + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Wed Aug 02 2017 Fedora Release Engineering - 0.8.5-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild