diff --git libwfut/libwfut.spec libwfut/libwfut.spec.tmp index a641a45b93..e9b1354807 100644 --- libwfut/libwfut.spec +++ libwfut/libwfut.spec.tmp @@ -5,7 +5,7 @@ Name: libwfut Version: 0.2.3 -Release: 11%{?dist} +Release: 12%{?dist} Summary: Software updater tool for WorldForge applications Group: Development/Libraries @@ -35,12 +35,16 @@ Requires: pkgconfig %{name} = %{version}-%{release} libsigc++20-devel libcurl-de Development libraries and headers for linking against the libwfut library. -%package python +%package -n python2-libwfut +%{?python_provide:%python_provide python2-libwfut} +# Remove before F30 +Provides: %{name}-python%{?_isa} = %{version}-%{release} +Obsoletes: %{name}-python < %{version}-%{release} Summary: Python interface for libwfut library Group: Development/Libraries -%description python +%description -n python2-libwfut Python interface for libwfut library. @@ -99,11 +103,15 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/libwfut-0.2.so %{_libdir}/pkgconfig/*.pc -%files python +%files -n python2-libwfut %{python_sitearch}/%{name} %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 0.2.3-12 +- Python 2 binary package renamed to python2-libwfut + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Aug 03 2017 Fedora Release Engineering - 0.2.3-11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild