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 3934887..3d1642d 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.4 -Release: 14%{?dist} +Release: 15%{?dist} Epoch: 1 License: MIT-CMU and BSD-3-Clause and MIT and OpenSSL @@ -515,6 +515,9 @@ LD_LIBRARY_PATH=%{buildroot}/%{_libdir} make test %{_libdir}/libnetsnmptrapd*.so.%{soname}* %changelog +* Fri Mar 21 2025 Josef Ridky - 1:5.9.4-15 +- Resolves: RHEL-81121 + * Tue Oct 29 2024 Troy Dawson - 1:5.9.4-14 - Bump release for October 2024 mass rebuild: Resolves: RHEL-64018