From 2efdd20268a0d9160d97130d4fd512702613cabc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josef=20=C5=98=C3=ADdk=C3=BD?= Date: Thu, 7 Apr 2022 16:12:48 +0200 Subject: [PATCH] Resolves: #2067954 - fix default snmpd.conf file content --- net-snmp.redhat.conf | 6 +++--- net-snmp.spec | 5 ++++- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/net-snmp.redhat.conf b/net-snmp.redhat.conf index 4d3a7f2..ee19ab8 100644 --- a/net-snmp.redhat.conf +++ b/net-snmp.redhat.conf @@ -38,14 +38,14 @@ # First, map the community name "public" into a "security name" # sec.name source community -#com2sec notConfigUser default public +com2sec notConfigUser default public #### # Second, map the security name into a group name: # groupName securityModel securityName -#group notConfigGroup v1 notConfigUser -#group notConfigGroup v2c notConfigUser +group notConfigGroup v1 notConfigUser +group notConfigGroup v2c notConfigUser #### # Third, create a view for us to let the group have rights to: diff --git a/net-snmp.spec b/net-snmp.spec index e72f5b2..431f26a 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.9.1 -Release: 7%{?dist} +Release: 8%{?dist} Epoch: 1 License: BSD @@ -498,6 +498,9 @@ LD_LIBRARY_PATH=%{buildroot}/%{_libdir} make test %{_libdir}/libnetsnmptrapd*.so.%{soname}* %changelog +* Thu Apr 07 2022 Josef Ridky - 1:5.9.1-8 +- fix default snmpd.conf file content (#2067954) + * Wed Oct 13 2021 Josef Ridky - 1:5.9.1-7 - fix FTBFS due of OpenSSL update (#2001430)