import postgresql-10.17-3.module+el8.6.0+13194+2aad5abf

This commit is contained in:
CentOS Sources 2021-11-10 08:34:12 +00:00 committed by Stepan Oksanichenko
parent b2f293cc71
commit 5e897e4577
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

@ -59,7 +59,7 @@ Summary: PostgreSQL client programs
Name: postgresql Name: postgresql
%global majorversion 10 %global majorversion 10
Version: %{majorversion}.17 Version: %{majorversion}.17
Release: 2%{?dist} Release: 3%{?dist}
# The PostgreSQL license is very similar to other MIT licenses, but the OSI # The PostgreSQL license is very similar to other MIT licenses, but the OSI
# recognizes it as an independent license, so we do as well. # recognizes it as an independent license, so we do as well.
@ -1169,6 +1169,10 @@ make -C postgresql-setup-%{setup_version} check
%changelog %changelog
* Wed Nov 03 2021 Filip Januš <fjanus@redhat.com> - 10.17-3
- Fix tmp files deprecated path
- Resolves: #1992263
* Wed Jul 14 2021 Filip Januš <fjanus@redhat.com> - 10.17-2 * Wed Jul 14 2021 Filip Januš <fjanus@redhat.com> - 10.17-2
- Enable ssl for upgrade server - Enable ssl for upgrade server
Resolves: #1982701 Resolves: #1982701