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
|
Summary: A collection of SNMP protocol tools and libraries
|
||||||
Name: net-snmp
|
Name: net-snmp
|
||||||
Version: 5.8
|
Version: 5.8
|
||||||
Release: 16%{?dist}
|
Release: 17%{?dist}
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
|
|
||||||
License: BSD
|
License: BSD
|
||||||
@ -253,7 +253,7 @@ MIBS="$MIBS ucd-snmp/lmsensorsMib"
|
|||||||
--enable-mfd-rewrites \
|
--enable-mfd-rewrites \
|
||||||
--enable-ucd-snmp-compatibility \
|
--enable-ucd-snmp-compatibility \
|
||||||
--sysconfdir=%{_sysconfdir} \
|
--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-ldflags="$RPM_LD_FLAGS" \
|
||||||
--with-logfile="/var/log/snmpd.log" \
|
--with-logfile="/var/log/snmpd.log" \
|
||||||
--with-mib-modules="$MIBS" \
|
--with-mib-modules="$MIBS" \
|
||||||
@ -487,6 +487,9 @@ LD_LIBRARY_PATH=%{buildroot}/%{_libdir} make test
|
|||||||
%{_libdir}/libnetsnmptrapd*.so.%{soname}*
|
%{_libdir}/libnetsnmptrapd*.so.%{soname}*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Feb 17 2020 Josef Ridky <jridky@redhat.com> - 1:5.8-16
|
||||||
- set net-snmp-devel as requirement for net-snmp-perl
|
- set net-snmp-devel as requirement for net-snmp-perl
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user