Resolves: #1807274 - fix config error with RPM library
This commit is contained in:
parent
72112e3c24
commit
55bd9e1c49
@ -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 <jridky@redhat.com> - 1:5.8-17
|
||||
- fix config error with RPM library (#1807274)
|
||||
|
||||
* Mon Feb 17 2020 Josef Ridky <jridky@redhat.com> - 1:5.8-16
|
||||
- set net-snmp-devel as requirement for net-snmp-perl
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user