diff --git libteam/libteam.spec libteam/libteam.spec.tmp index 1b431e78f6..dbf42664dd 100644 --- libteam/libteam.spec +++ libteam/libteam.spec.tmp @@ -1,6 +1,6 @@ Name: libteam Version: 1.27 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Library for controlling team network device Group: System Environment/Libraries License: LGPLv2+ @@ -42,7 +42,8 @@ Group: Development/Libraries Summary: Libraries and header files for teamd development Requires: teamd = %{version}-%{release} -%package -n python-libteam +%package -n python2-libteam +%{?python_provide:%python_provide python2-libteam} Group: Development/Libraries Summary: Team network device library bindings Requires: libteam = %{version}-%{release} @@ -58,7 +59,7 @@ The teamd package contains team network device control daemon. The teamd-devel package contains the header files and libraries necessary for developing programs using libteamdctl. -%description -n python-libteam +%description -n python2-libteam The team-python package contains a module that permits applications written in the Python programming language to use the interface supplied by team network device library. @@ -143,11 +144,15 @@ python ./setup.py install --root $RPM_BUILD_ROOT -O1 %{_libdir}/libteamdctl.so %{_libdir}/pkgconfig/libteamdctl.pc -%files -n python-libteam +%files -n python2-libteam %doc COPYING _tmpdoc2/examples %{python_sitearch}/* %changelog +* Sat Aug 12 2017 Zbigniew Jędrzejewski-Szmek - 1.27-4 +- Python 2 binary package renamed to python2-libteam + See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3 + * Thu Aug 03 2017 Fedora Release Engineering - 1.27-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild