Resolves: RHEL-81121

Signed-off-by: Josef Ridky <jridky@redhat.com>
This commit is contained in:
Josef Ridky 2025-03-21 08:55:43 +01:00
parent 9d6ababe33
commit 06bf0b3d4b
2 changed files with 7 additions and 4 deletions

View File

@ -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:

View File

@ -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 <jridky@redhat.com> - 1:5.9.4-15
- Resolves: RHEL-81121
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 1:5.9.4-14
- Bump release for October 2024 mass rebuild:
Resolves: RHEL-64018