From d05d82a306c674dddfe3a83811f92b38565b9fcc Mon Sep 17 00:00:00 2001 From: Filip Janus Date: Wed, 1 Oct 2025 20:43:14 +0000 Subject: [PATCH] Add OpenSSL support to upgrade_configure function - Add --with-openssl parameter to upgrade_configure function - This ensures upgrade server is compiled with OpenSSL support - Required for SSL/TLS connections during database upgrades Resolves: RHEL-115264 --- postgresql16.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/postgresql16.spec b/postgresql16.spec index 49ef6fa..7ed2fe0 100644 --- a/postgresql16.spec +++ b/postgresql16.spec @@ -48,7 +48,7 @@ Summary: PostgreSQL client programs Name: %{majorname}%{majorversion} Version: %{majorversion}.10 -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. @@ -712,6 +712,7 @@ upgrade_configure () --disable-rpath \ --with-lz4 \ --with-zstd \ + --with-openssl \ %if %icu --with-icu \ %endif @@ -1340,7 +1341,12 @@ make -C postgresql-setup-%{setup_version} check %changelog -* Fri Sep 5 2025 Filip Janus - 16.10-2 +* Wed Oct 1 2025 Filip Janus - 16.10-2 +- Add OpenSSL support to upgrade_configure function +- This ensures upgrade server is compiled with OpenSSL support +- Required for SSL/TLS connections during database upgrades + +* Fri Sep 5 2025 Filip Janus - 16.10-1 - Update to 16.10 * Tue Jul 22 2025 Filip Janus - 16.8-2