Update tmpfiles.d path
This commit is contained in:
parent
c664a21037
commit
c384b83a3c
@ -10,7 +10,7 @@
|
|||||||
Summary: A collection of SNMP protocol tools and libraries
|
Summary: A collection of SNMP protocol tools and libraries
|
||||||
Name: net-snmp
|
Name: net-snmp
|
||||||
Version: 5.8
|
Version: 5.8
|
||||||
Release: 22%{?dist}
|
Release: 23%{?dist}
|
||||||
Epoch: 1
|
Epoch: 1
|
||||||
|
|
||||||
License: BSD
|
License: BSD
|
||||||
@ -305,7 +305,7 @@ MIBS="$MIBS ucd-snmp/lmsensorsMib"
|
|||||||
--with-security-modules=tsm \
|
--with-security-modules=tsm \
|
||||||
--with-sys-location="Unknown" \
|
--with-sys-location="Unknown" \
|
||||||
--with-systemd \
|
--with-systemd \
|
||||||
--with-temp-file-pattern=/var/run/net-snmp/snmp-tmp-XXXXXX \
|
--with-temp-file-pattern=/run/net-snmp/snmp-tmp-XXXXXX \
|
||||||
--with-transports="DTLSUDP TLSTCP" \
|
--with-transports="DTLSUDP TLSTCP" \
|
||||||
--with-sys-contact="root@localhost" <<EOF
|
--with-sys-contact="root@localhost" <<EOF
|
||||||
EOF
|
EOF
|
||||||
@ -527,6 +527,9 @@ LD_LIBRARY_PATH=%{buildroot}/%{_libdir} make test
|
|||||||
%{_libdir}/libnetsnmptrapd*.so.%{soname}*
|
%{_libdir}/libnetsnmptrapd*.so.%{soname}*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jul 07 2020 Josef Ridky <jridky@redhat.com> - 1:5.8-23
|
||||||
|
- change /var/run/net-snmp to /run/net-snmp (#1737631)
|
||||||
|
|
||||||
* Tue Jul 07 2020 Josef Ridky <jridky@redhat.com> - 1:5.8-22
|
* Tue Jul 07 2020 Josef Ridky <jridky@redhat.com> - 1:5.8-22
|
||||||
- proxied OIDs unspecified in proxy statement in snmpd.conf
|
- proxied OIDs unspecified in proxy statement in snmpd.conf
|
||||||
- UCD-SNMP-MIB::dskTable doesn't update dynamically
|
- UCD-SNMP-MIB::dskTable doesn't update dynamically
|
||||||
|
Loading…
Reference in New Issue
Block a user