diff --git a/net-snmp.spec b/net-snmp.spec index a9a94ea..cc8098f 100644 --- a/net-snmp.spec +++ b/net-snmp.spec @@ -11,7 +11,7 @@ Summary: A collection of SNMP protocol tools and libraries Name: net-snmp Version: 5.7.2 -Release: 7%{?dist} +Release: 8%{?dist} Epoch: 1 License: BSD @@ -207,6 +207,10 @@ rm testing/fulltests/default/T200* %endif %build + +# Autoreconf to get autoconf 2.69 for ARM (#926223) +autoreconf + MIBS="host agentx smux \ ucd-snmp/diskio tcp-mib udp-mib mibII/mta_sendmail \ ip-mib/ipv4InterfaceTable ip-mib/ipv6InterfaceTable \ @@ -497,6 +501,9 @@ rm -rf ${RPM_BUILD_ROOT} %{_initrddir}/snmptrapd %changelog +* Mon Mar 25 2013 Jan Safranek 1:5.7.2-8 +- added autoreconf to be able to build on aarch64 (#926223) + * Thu Feb 14 2013 Tom Callaway 1:5.7.2-7 - add missing IETF MIB license text (BSD)