From 55bd9e1c4975cf8b6040c196308518147d4440e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josef=20=C5=98=C3=ADdk=C3=BD?= Date: Wed, 26 Feb 2020 11:41:27 +0100 Subject: [PATCH] Resolves: #1807274 - fix config error with RPM library --- net-snmp.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/net-snmp.spec b/net-snmp.spec index 64b8f9a..7fc78db 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.8 -Release: 16%{?dist} +Release: 17%{?dist} Epoch: 1 License: BSD @@ -253,7 +253,7 @@ MIBS="$MIBS ucd-snmp/lmsensorsMib" --enable-mfd-rewrites \ --enable-ucd-snmp-compatibility \ --sysconfdir=%{_sysconfdir} \ - --with-cflags="$RPM_OPT_FLAGS -D_RPM_4_4_COMPAT -fPIE" \ + --with-cflags="$RPM_OPT_FLAGS -fPIE" \ --with-ldflags="$RPM_LD_FLAGS" \ --with-logfile="/var/log/snmpd.log" \ --with-mib-modules="$MIBS" \ @@ -487,6 +487,9 @@ LD_LIBRARY_PATH=%{buildroot}/%{_libdir} make test %{_libdir}/libnetsnmptrapd*.so.%{soname}* %changelog +* Wed Feb 26 2020 Josef Ridky - 1:5.8-17 +- fix config error with RPM library (#1807274) + * Mon Feb 17 2020 Josef Ridky - 1:5.8-16 - set net-snmp-devel as requirement for net-snmp-perl