From 387d170e5cc224b2bbfb406c03853c339cd4528e Mon Sep 17 00:00:00 2001 From: Scott Little Date: Mon, 2 Oct 2017 17:05:58 -0400 Subject: [PATCH 1/9] WRS: spec-include-TiS-patches.patch --- SPECS/net-snmp.spec | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/SPECS/net-snmp.spec b/SPECS/net-snmp.spec index a59db4f..da7706b 100644 --- a/SPECS/net-snmp.spec +++ b/SPECS/net-snmp.spec @@ -1,3 +1,6 @@ +# WRS: Disable check +%global netsnmp_check 0 + # use netsnmp_tcp_wrappers 0 to disable tcp_wrappers support %{!?netsnmp_tcp_wrappers:%global netsnmp_tcp_wrappers 1} # use nestnmp_check 0 to speed up packaging by disabling 'make test' @@ -35,6 +38,10 @@ Source8: net-snmptrapd.sysconfig Source9: net-snmp-tmpfs.conf Source10: snmpd.service Source11: snmptrapd.service + +# WRS +Source12: snmpd.conf.cgcs + Patch1: net-snmp-5.7.2-pie.patch Patch2: net-snmp-5.5-dir-fix.patch Patch3: net-snmp-5.6-multilib.patch @@ -372,6 +379,7 @@ MIBS="$MIBS ucd-snmp/lmsensorsMib" --with-security-modules=tsm \ --with-mysql \ --with-systemd \ + --without-nl \ --with-sys-contact="root@localhost" <