From d80f98d7905c77c6537989c06863760016f5e32c Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Wed, 10 Nov 2021 08:33:53 +0000 Subject: [PATCH] import postgresql-12.7-3.module+el8.6.0+13168+6b549c20 --- SOURCES/postgresql.tmpfiles.d | 2 +- SPECS/postgresql.spec | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) 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