diff --git a/net-snmp.spec b/net-snmp.spec index 3b36b40..12e1151 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: 24%{?dist} +Release: 25%{?dist} Epoch: 1 License: BSD @@ -294,7 +294,7 @@ MIBS="$MIBS ucd-snmp/lmsensorsMib" --enable-ucd-snmp-compatibility \ --sysconfdir=%{_sysconfdir} \ --with-cflags="$RPM_OPT_FLAGS -fPIE" \ - --with-ldflags="$RPM_LD_FLAGS" \ + --with-ldflags="$RPM_LD_FLAGS -lm" \ --with-logfile="/var/log/snmpd.log" \ --with-mib-modules="$MIBS" \ --with-mysql \ @@ -527,6 +527,9 @@ LD_LIBRARY_PATH=%{buildroot}/%{_libdir} make test %{_libdir}/libnetsnmptrapd*.so.%{soname}* %changelog +* Tue Aug 04 2020 Josef Ridky - 1:5.8-25 +- link math library to fix FTBFS for hplip (#1863855) + * Tue Jul 28 2020 Fedora Release Engineering - 1:5.8-24 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild