bab9bb6b69
Create new directories: ceph config config-files filesystem kernel kernel/kernel-modules ldap logging strorage-drivers tools utilities virt Retire directories: connectivity core devtools support extended Delete two packages: tgt irqbalance Relocated packages: base/ dhcp initscripts libevent lighttpd linuxptp memcached net-snmp novnc ntp openssh pam procps sanlock shadow sudo systemd util-linux vim watchdog ceph/ python-cephclient config/ facter puppet-4.8.2 puppet-modules filesystem/ e2fsprogs nfs-utils nfscheck kernel/ kernel-std kernel-rt kernel/kernel-modules/ mlnx-ofa_kernel ldap/ nss-pam-ldapd openldap logging/ syslog-ng logrotate networking/ lldpd iproute mellanox python-ryu mlx4-config python/ python-2.7.5 python-django python-gunicorn python-setuptools python-smartpm python-voluptuous security/ shim-signed shim-unsigned tboot strorage-drivers/ python-3parclient python-lefthandclient virt/ cloud-init libvirt libvirt-python qemu tools/ storage-topology vm-topology utilities/ tis-extensions namespace-utils nova-utils update-motd Change-Id: I37ade764d873c701b35eac5881eb40412ba64a86 Story: 2002801 Task: 22687 Signed-off-by: Scott Little <scott.little@windriver.com>
60 lines
2.0 KiB
Diff
60 lines
2.0 KiB
Diff
From 7f219b321341d75f3caa233669b7ae623eb1f705 Mon Sep 17 00:00:00 2001
|
|
From: Scott Little <scott.little@windriver.com>
|
|
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 d15029f..85955d0 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
|
|
@@ -357,6 +364,7 @@ MIBS="$MIBS ucd-snmp/lmsensorsMib"
|
|
--with-security-modules=tsm \
|
|
--with-mysql \
|
|
--with-systemd \
|
|
+ --without-nl \
|
|
--with-sys-contact="root@localhost" <<EOF
|
|
EOF
|
|
|
|
@@ -398,10 +406,14 @@ mv ${RPM_BUILD_ROOT}/%{_includedir}/net-snmp/net-snmp-config.h ${RPM_BUILD_ROOT}
|
|
install -m644 %SOURCE4 ${RPM_BUILD_ROOT}/%{_includedir}/net-snmp/net-snmp-config.h
|
|
%endif
|
|
|
|
-install -d ${RPM_BUILD_ROOT}%{_sysconfdir}/snmp
|
|
-install -m 644 %SOURCE1 ${RPM_BUILD_ROOT}%{_sysconfdir}/snmp/snmpd.conf
|
|
+install -d -m 750 ${RPM_BUILD_ROOT}%{_sysconfdir}/snmp
|
|
+# install -m 644 %SOURCE1 ${RPM_BUILD_ROOT}%{_sysconfdir}/snmp/snmpd.conf
|
|
install -m 644 %SOURCE6 ${RPM_BUILD_ROOT}%{_sysconfdir}/snmp/snmptrapd.conf
|
|
|
|
+# WRS
|
|
+install -m 644 %SOURCE12 ${RPM_BUILD_ROOT}%{_sysconfdir}/snmp/snmpd.conf
|
|
+chmod 600 ${RPM_BUILD_ROOT}%{_sysconfdir}/snmp/snmptrapd.conf
|
|
+
|
|
install -d ${RPM_BUILD_ROOT}%{_initrddir}
|
|
install -m 755 %SOURCE2 ${RPM_BUILD_ROOT}%{_initrddir}/snmpd
|
|
install -m 755 %SOURCE3 ${RPM_BUILD_ROOT}%{_initrddir}/snmptrapd
|
|
--
|
|
1.9.1
|
|
|