diff --git a/SOURCES/net-snmp-tmpfs.conf b/SOURCES/net-snmp-tmpfs.conf
index 382f8eb..9f782d6 100644
--- a/SOURCES/net-snmp-tmpfs.conf
+++ b/SOURCES/net-snmp-tmpfs.conf
@@ -1 +1 @@
-d	/var/run/net-snmp	0755	root	root
+d	/run/net-snmp	0755	root	root
diff --git a/SPECS/net-snmp.spec b/SPECS/net-snmp.spec
index e949f1c..39ed00a 100644
--- a/SPECS/net-snmp.spec
+++ b/SPECS/net-snmp.spec
@@ -10,7 +10,7 @@
 Summary:    A collection of SNMP protocol tools and libraries
 Name:       net-snmp
 Version:    5.8
-Release:    12%{?dist}.1
+Release:    14%{?dist}
 Epoch:      1
 
 License:    BSD
@@ -238,7 +238,7 @@ MIBS="$MIBS ucd-snmp/lmsensorsMib"
     --with-security-modules=tsm  \
     --with-sys-location="Unknown" \
     --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-sys-contact="root@localhost" <<EOF
 EOF
@@ -444,15 +444,18 @@ LD_LIBRARY_PATH=%{buildroot}/%{_libdir} make test
 %{_libdir}/libnetsnmptrapd*.so.%{soname}*
 
 %changelog
-* Mon Mar 16 2020 Josef Ridky <jridky@redhat.com> - 1:5.8-12.1
-- fix double free or corruption error caused by freeing security context (#1802055)
+* Mon Mar 16 2020 Josef Ridky <jridky@redhat.com> - 1:5.8-14
+- fix double free or corruption error when freeing security context (#1809077)
 - remove deprecated CFLAG
 
-* Wed Oct 16 2019 Jiri Kucera <jkucera@redhat.com> - 1:5.8-12
-- rebuild to ensure correct disttag (#1755359)
+* Mon Feb 17 2020 Josef Ridky <jridky@redhat.com> - 1:5.8-13
+- fix double free or corruption error (#1726373)
+
+* Wed Nov 06 2019 Josef Ridky <jridky@redhat.com> - 1:5.8-12
+- fix tmpfiles path (#1710784)
 
 * Tue Oct 15 2019 Jiri Kucera <jkucera@redhat.com> - 1:5.8-11
-- fix issue with flood messages (#1755359)
+- fix issue with flood messages (#1719350)
 
 * Thu Jun 27 2019 Josef Ridky <jridky@redhat.com> - 1:5.8-10
 - fix trapsink port issue (#1677192)