From 73c3a5e787d0051c8c725639a3f4609d0208d317 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Fri, 16 Jul 2021 04:59:13 +0000 Subject: [PATCH] import postgresql-12.7-2.module+el8.5.0+11804+86306fc7 --- SPECS/postgresql.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/SPECS/postgresql.spec b/SPECS/postgresql.spec index acacc97..c5275c6 100644 --- a/SPECS/postgresql.spec +++ b/SPECS/postgresql.spec @@ -60,7 +60,7 @@ Summary: PostgreSQL client programs Name: postgresql %global majorversion 12 Version: %{majorversion}.7 -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. @@ -626,6 +626,9 @@ upgrade_configure () %endif %if %pltcl --with-tcl \ +%endif +%if %ssl + --with-openssl \ %endif --with-tclconfig=%_libdir \ --with-system-tzdata=/usr/share/zoneinfo \ @@ -1220,6 +1223,10 @@ make -C postgresql-setup-%{setup_version} check %changelog +* Wed Jul 14 2021 Filip Januš - 12.7-2 +- Enable ssl for upgrade server + Resolves: #1981518 + * Tue Jun 1 2021 Filip Januš 12.7-1 - Update to 12.7 Resolves: #1964511