import postgresql-13.3-3.module+el8.6.0+13178+65995aa0

This commit is contained in:
CentOS Sources 2021-11-10 08:33:33 +00:00 committed by Stepan Oksanichenko
parent 8a3dd64783
commit 3824a411ff
2 changed files with 6 additions and 2 deletions

View File

@ -1 +1 @@
d /var/run/postgresql 0755 postgres postgres -
d /run/postgresql 0755 postgres postgres -

View File

@ -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