import postgresql-10.17-2.module+el8.5.0+11838+8dca950a

This commit is contained in:
CentOS Sources 2021-07-17 04:53:54 +00:00 committed by Andrew Lukoshko
parent d26a5184d1
commit b2f293cc71
1 changed files with 8 additions and 1 deletions

View File

@ -59,7 +59,7 @@ Summary: PostgreSQL client programs
Name: postgresql
%global majorversion 10
Version: %{majorversion}.17
Release: 1%{?dist}
Release: 2%{?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.
@ -597,6 +597,9 @@ upgrade_configure ()
%endif
%if %pltcl
--with-tcl \
%endif
%if %ssl
--with-openssl \
%endif
--with-tclconfig=%_libdir \
--with-system-tzdata=/usr/share/zoneinfo \
@ -1166,6 +1169,10 @@ make -C postgresql-setup-%{setup_version} check
%changelog
* Wed Jul 14 2021 Filip Januš <fjanus@redhat.com> - 10.17-2
- Enable ssl for upgrade server
Resolves: #1982701
* Tue Jun 1 2021 Filip Januš <fjanus@redhat.com> - 10.17-1
- Update to 10.17
Resolves: #1964521