From 0329225c1ca234cf3e211d48a5e5e7ed79204211 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josef=20=C5=98=C3=ADdk=C3=BD?= Date: Thu, 3 Aug 2023 11:05:05 +0200 Subject: [PATCH] Related: #2210892 - fix missing python3 epoch --- net-snmp.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/net-snmp.spec b/net-snmp.spec index 0006af9..62d844e 100644 --- a/net-snmp.spec +++ b/net-snmp.spec @@ -10,7 +10,7 @@ Summary: A collection of SNMP protocol tools and libraries Name: net-snmp Version: 5.9.1 -Release: 10%{?dist} +Release: 11%{?dist} Epoch: 1 License: BSD @@ -189,9 +189,9 @@ binaries and applications. %package -n python3-net-snmp %{?python_provide:%python_provide python3-net-snmp} # Remove before F30 -Provides: %{name}-python = %{version}-%{release} -Provides: %{name}-python%{?_isa} = %{version}-%{release} -Obsoletes: %{name}-python < %{version}-%{release} +Provides: %{name}-python = %{epoch}:%{version}-%{release} +Provides: %{name}-python%{?_isa} = %{epoch}:%{version}-%{release} +Obsoletes: %{name}-python < %{epoch}:%{version}-%{release} Summary: The Python 'netsnmp' module for the Net-SNMP Requires: %{name}-libs%{?_isa} = %{epoch}:%{version}-%{release} @@ -504,6 +504,9 @@ LD_LIBRARY_PATH=%{buildroot}/%{_libdir} make test %{_libdir}/libnetsnmptrapd*.so.%{soname}* %changelog +* Thu Aug 03 2023 Josef Ridky - 1:5.9.1-11 +- fix python3 missing epoch + * Wed Aug 02 2023 Josef Ridky - 1:5.9.1-10 - fix sendmsg error code for new kernel (#2210892)