From 911fab38f41561dbc6729038ae0a36c0fb8bdacd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Josef=20=C5=98=C3=ADdk=C3=BD?= Date: Wed, 18 Nov 2020 08:02:02 +0100 Subject: [PATCH] Resolves: #1893471 - fix /var/run to /run for tmpfs --- net-snmp-tmpfs.conf | 2 +- net-snmp.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) 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