diff --git a/SOURCES/postgresql.tmpfiles.d b/SOURCES/postgresql.tmpfiles.d
index d8d960d..6c48e34 100644
--- a/SOURCES/postgresql.tmpfiles.d
+++ b/SOURCES/postgresql.tmpfiles.d
@@ -1 +1 @@
-d /var/run/postgresql 0755 postgres postgres -
+d /run/postgresql 0755 postgres postgres -
diff --git a/SPECS/postgresql.spec b/SPECS/postgresql.spec
index 2ad83f3..bcee348 100644
--- a/SPECS/postgresql.spec
+++ b/SPECS/postgresql.spec
@@ -60,7 +60,7 @@ Summary: PostgreSQL client programs
 Name: postgresql
 %global majorversion 13
 Version: %{majorversion}.3
-Release: 2%{?dist}
+Release: 3%{?dist}
 
 # The PostgreSQL license is very similar to other MIT licenses, but the OSI
 # recognizes it as an independent license, so we do as well.
@@ -1225,6 +1225,10 @@ make -C postgresql-setup-%{setup_version} check
 
 
 %changelog
+* Mon Nov 08 2021 Filip Januš <fjansu@redhat.com> - 13.3-3
+- Correct path to tmpfiles
+  Resolves: #2016996
+
 * Wed Jul 14 2021 Filip Januš <fjanus@redhat.com> - 13.3-2
 - Enable ssl for upgrade server
   Resolves: #1982697