diff --git a/net-snmp-tmpfs.conf b/net-snmp-tmpfs.conf index 382f8eb..9f782d6 100644 --- a/net-snmp-tmpfs.conf +++ b/net-snmp-tmpfs.conf @@ -1 +1 @@ -d /var/run/net-snmp 0755 root root +d /run/net-snmp 0755 root root diff --git a/net-snmp.spec b/net-snmp.spec index aa5793f..85682a3 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 -Release: 2%{?dist} +Release: 3%{?dist} Epoch: 1 License: BSD @@ -490,6 +490,9 @@ LD_LIBRARY_PATH=%{buildroot}/%{_libdir} make test %{_libdir}/libnetsnmptrapd*.so.%{soname}* %changelog +* Wed Nov 18 2020 Josef Ridky - 1:5.9-3 +- update net-snmp-tmpfs.conf for /var/run to /run (#1893471) + * Tue Sep 01 2020 Josef Ridky - 1:5.9-2 - Disable pcre binding - Add support for available memory report