diff --git a/net-snmp-5.7.2-autoreconf.patch b/net-snmp-5.7.2-autoreconf.patch new file mode 100644 index 0000000..a5618e8 --- /dev/null +++ b/net-snmp-5.7.2-autoreconf.patch @@ -0,0 +1,10 @@ +926223 - net-snmp: Does not support aarch64 in f19 and rawhide + +Update autoconf version to make the test suite happy. + +diff -up net-snmp-5.7.2/dist/autoconf-version.autoreconf net-snmp-5.7.2/dist/autoconf-version +--- net-snmp-5.7.2/dist/autoconf-version.autoreconf 2013-03-25 13:00:15.002745347 +0100 ++++ net-snmp-5.7.2/dist/autoconf-version 2013-03-25 13:00:17.207736442 +0100 +@@ -1 +1 @@ +-2.68 ++2.69 diff --git a/net-snmp.spec b/net-snmp.spec index b4bdae3..b478b7b 100644 --- a/net-snmp.spec +++ b/net-snmp.spec @@ -38,6 +38,7 @@ Patch5: net-snmp-5.6-test-debug.patch Patch6: net-snmp-5.7.2-systemd.patch Patch7: net-snmp-5.7.2-python-ipaddress-size.patch Patch8: net-snmp-5.7.2-create-user-multilib.patch +Patch9: net-snmp-5.7.2-autoreconf.patch Requires(post): chkconfig Requires(preun): chkconfig @@ -201,6 +202,7 @@ cp %{SOURCE12} . %patch6 -p1 -b .systemd %patch7 -p1 -b .ipaddress-size %patch8 -p1 -b .multilib +%patch9 -p1 -b .autoreconf %ifarch sparc64 s390 s390x # disable failing test - see https://bugzilla.redhat.com/show_bug.cgi?id=680697