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 c5275c6..f6b2c6d 100644 --- a/SPECS/postgresql.spec +++ b/SPECS/postgresql.spec @@ -60,7 +60,7 @@ Summary: PostgreSQL client programs Name: postgresql %global majorversion 12 Version: %{majorversion}.7 -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. @@ -1223,6 +1223,10 @@ make -C postgresql-setup-%{setup_version} check %changelog +* Fri Nov 05 2021 Filip Januš - 12.7-3 +- Using correct path to tmpfiles +- Resolves: #2016991 + * Wed Jul 14 2021 Filip Januš - 12.7-2 - Enable ssl for upgrade server Resolves: #1981518