From 7061e9d7d4862b39c133e1204d96c9c505f71b2b Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Nov 10 2021 08:34:12 +0000 Subject: import postgresql-10.17-3.module+el8.6.0+13194+2aad5abf --- 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 d25a106..39fe73a 100644 --- a/SPECS/postgresql.spec +++ b/SPECS/postgresql.spec @@ -59,7 +59,7 @@ Summary: PostgreSQL client programs Name: postgresql %global majorversion 10 Version: %{majorversion}.17 -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. @@ -1169,6 +1169,10 @@ make -C postgresql-setup-%{setup_version} check %changelog +* Wed Nov 03 2021 Filip Januš - 10.17-3 +- Fix tmp files deprecated path +- Resolves: #1992263 + * Wed Jul 14 2021 Filip Januš - 10.17-2 - Enable ssl for upgrade server Resolves: #1982701