diff --git a/net-snmp.spec b/net-snmp.spec index 8ce5eb9..e44db5f 100644 --- a/net-snmp.spec +++ b/net-snmp.spec @@ -11,7 +11,7 @@ Summary: A collection of SNMP protocol tools and libraries Name: net-snmp Version: 5.7.3 -Release: 26%{?dist} +Release: 27%{?dist} Epoch: 1 License: BSD @@ -202,6 +202,7 @@ binaries and applications. %package -n python2-net-snmp %{?python_provide:%python_provide python2-net-snmp} # Remove before F30 +Provides: %{name}-python = %{version}-%{release} Provides: %{name}-python%{?_isa} = %{version}-%{release} Obsoletes: %{name}-python < %{version}-%{release} Group: Development/Libraries @@ -557,6 +558,9 @@ rm -rf ${RPM_BUILD_ROOT} %endif %changelog +* Sun Aug 20 2017 Zbigniew Jędrzejewski-Szmek - 1:5.7.3-27 +- Add Provides for the old name without %%_isa + * Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek - 1:5.7.3-26 - Python 2 binary package renamed to python2-net-snmp See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3