import net-snmp-5.9.1-7.el9_0.1
This commit is contained in:
parent
3d185fc7ec
commit
986247aad1
@ -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:
|
||||
|
@ -10,7 +10,7 @@
|
||||
Summary: A collection of SNMP protocol tools and libraries
|
||||
Name: net-snmp
|
||||
Version: 5.9.1
|
||||
Release: 7%{?dist}
|
||||
Release: 7%{?dist}.1
|
||||
Epoch: 1
|
||||
|
||||
License: BSD
|
||||
@ -498,6 +498,9 @@ LD_LIBRARY_PATH=%{buildroot}/%{_libdir} make test
|
||||
%{_libdir}/libnetsnmptrapd*.so.%{soname}*
|
||||
|
||||
%changelog
|
||||
* Tue Apr 19 2022 Josef Ridky <jridky@redhat.com> - 1:5.9.1-7.1
|
||||
- fix default snmpd.conf file content (#2075537)
|
||||
|
||||
* Wed Oct 13 2021 Josef Ridky <jridky@redhat.com> - 1:5.9.1-7
|
||||
- fix FTBFS due of OpenSSL update (#2001430)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user