diff --git a/SOURCES/krb5-krb5kdc.conf b/SOURCES/krb5-krb5kdc.conf
index eadeb51..5160b28 100644
--- a/SOURCES/krb5-krb5kdc.conf
+++ b/SOURCES/krb5-krb5kdc.conf
@@ -1 +1 @@
-d /var/run/krb5kdc 0755 root root
+d /run/krb5kdc 0755 root root
diff --git a/SPECS/krb5.spec b/SPECS/krb5.spec
index f1566ef..f170979 100644
--- a/SPECS/krb5.spec
+++ b/SPECS/krb5.spec
@@ -18,7 +18,7 @@ Summary: The Kerberos network authentication system
 Name: krb5
 Version: 1.18.2
 # for prerelease, should be e.g., 0.% {prerelease}.1% { ?dist } (without spaces)
-Release: 9%{?dist}
+Release: 10%{?dist}
 
 # lookaside-cached sources; two downloads and a build artifact
 Source0: https://web.mit.edu/kerberos/dist/krb5/1.18/krb5-%{version}%{prerelease}.tar.gz
@@ -688,6 +688,10 @@ exit 0
 %{_libdir}/libkadm5srv_mit.so.*
 
 %changelog
+* Mon May 03 2021 Robbie Harwood <rharwood@redhat.com> - 1.18.2-10
+- Update tmpfiles dropin to use /run instead of /var/run
+- Resolves: #1945679
+
 * Tue Apr 20 2021 Robbie Harwood <rharwood@redhat.com> - 1.18.2-9
 - Add support for start_realm cache config
 - Resolves: #1901195