From d9674fbb2623179a447f226900b2b881d3fb7880 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Sat, 7 Jul 2018 13:49:41 +0200 Subject: [PATCH 1/3] Rebuilt for Python 3.7 After the Perl side tag was merged, the latest build was for 3.6 again. --- net-snmp.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/net-snmp.spec b/net-snmp.spec index 78e4cc1..b52db0c 100644 --- a/net-snmp.spec +++ b/net-snmp.spec @@ -7,7 +7,7 @@ Summary: A collection of SNMP protocol tools and libraries Name: net-snmp Version: 5.7.3 -Release: 40%{?dist} +Release: 41%{?dist} Epoch: 1 License: BSD @@ -512,6 +512,9 @@ LD_LIBRARY_PATH=%{buildroot}/%{_libdir} make test %{_libdir}/libnetsnmptrapd*.so.* %changelog +* Sat Jul 07 2018 Miro Hrončok - 1:5.7.3-41 +- Rebuilt for Python 3.7 + * Wed Jun 27 2018 Jitka Plesnikova - 1:5.7.3-40 - Perl 5.28 rebuild From 7309d216b335b9485fb867353c084033686fa57d Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Wed, 11 Jul 2018 01:15:11 +0200 Subject: [PATCH 2/3] remove Requires: gcc Those don't seem to be needed. net-snmp has nothing to do with a compiler in runtime. Signed-off-by: Igor Gnatenko --- net-snmp.spec | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/net-snmp.spec b/net-snmp.spec index b52db0c..3b0c82b 100644 --- a/net-snmp.spec +++ b/net-snmp.spec @@ -74,7 +74,6 @@ Patch102: net-snmp-5.7.3-python3.patch Requires: %{name}-libs%{?_isa} = %{epoch}:%{version}-%{release} Requires: %{name}-agent-libs%{?_isa} = %{epoch}:%{version}-%{release} -Requires: gcc # This is actually needed for the %%triggerun script but Requires(triggerun) # is not valid. We can use %%post because this particular %triggerun script # should fire just after this package is installed. @@ -112,7 +111,6 @@ which contains NET-SNMP utilities. %package utils Summary: Network management utilities using SNMP, from the NET-SNMP project Requires: %{name}-libs%{?_isa} = %{epoch}:%{version}-%{release} -Requires: gcc %description utils The net-snmp-utils package contains various utilities for use with the @@ -131,7 +129,7 @@ Requires: elfutils-devel, rpm-devel, elfutils-libelf-devel, openssl-devel Requires: lm_sensors-devel %endif # pull perl development libraries, net-snmp agent libraries may link to them -Requires: perl-devel%{?_isa}, gcc +Requires: perl-devel%{?_isa} %description devel The net-snmp-devel package contains the development libraries and From 68a361f3b1591830e3a84d728a4e193cb8924ca0 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 13 Jul 2018 11:29:23 +0000 Subject: [PATCH 3/3] - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- net-snmp.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/net-snmp.spec b/net-snmp.spec index 3b0c82b..5e70e40 100644 --- a/net-snmp.spec +++ b/net-snmp.spec @@ -7,7 +7,7 @@ Summary: A collection of SNMP protocol tools and libraries Name: net-snmp Version: 5.7.3 -Release: 41%{?dist} +Release: 42%{?dist} Epoch: 1 License: BSD @@ -510,6 +510,9 @@ LD_LIBRARY_PATH=%{buildroot}/%{_libdir} make test %{_libdir}/libnetsnmptrapd*.so.* %changelog +* Fri Jul 13 2018 Fedora Release Engineering - 1:5.7.3-42 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild + * Sat Jul 07 2018 Miro Hrončok - 1:5.7.3-41 - Rebuilt for Python 3.7