Enable ssl support for upgrade server

Resolves: #1983632
This commit is contained in:
Filip Januš 2021-07-19 13:49:52 +02:00
parent acb4270f21
commit d681d2bfff
1 changed files with 8 additions and 1 deletions

View File

@ -63,7 +63,7 @@ Summary: PostgreSQL client programs
Name: postgresql
%global majorversion 13
Version: %{majorversion}.3
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.
@ -632,6 +632,9 @@ upgrade_configure ()
%if %pltcl
--with-tcl \
%endif
%if %ssl
--with-openssl \
%endif
%if %plpython3
--with-python \
%endif
@ -1216,6 +1219,10 @@ make -C postgresql-setup-%{setup_version} check
%changelog
* Mon Jul 19 2021 Filip Januš <fjanus@redhat.com> - 13.3-2
- Enable SSL for upgrade server
Resolves: #1983632
* Wed Jun 16 2021 Honza Horak <hhorak@redhat.com> - 13.3-1
- Update to 13.3
Resolves: #1964497