import postgresql-12.7-3.module+el8.6.0+13168+6b549c20

This commit is contained in:
CentOS Sources 2021-11-10 08:33:53 +00:00 committed by Stepan Oksanichenko
parent 73c3a5e787
commit d80f98d790
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 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š <fjanus@redhat.com> - 12.7-3
- Using correct path to tmpfiles
- Resolves: #2016991
* Wed Jul 14 2021 Filip Januš <fjanus@redhat.com> - 12.7-2
- Enable ssl for upgrade server
Resolves: #1981518