diff --git a/postgresql.spec b/postgresql.spec index 3edd1d1..f006a3b 100644 --- a/postgresql.spec +++ b/postgresql.spec @@ -61,7 +61,7 @@ Summary: PostgreSQL client programs Name: postgresql %global majorversion 13 Version: %{majorversion}.3 -Release: 3%{?dist} +Release: 4%{?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. @@ -633,6 +633,31 @@ upgrade_configure () %if %pltcl --with-tcl \ %endif +%if %ldap + --with-ldap \ +%endif +%if %pam + --with-pam \ +%endif +%if %kerberos + --with-gssapi \ +%endif +%if %uuid + --with-ossp-uuid \ +%endif +%if %xml + --with-libxml \ + --with-libxslt \ +%endif +%if %nls + --enable-nls \ +%endif +%if %sdt + --enable-dtrace \ +%endif +%if %selinux + --with-selinux \ +%endif %if %plpython3 --with-python \ %endif @@ -1217,6 +1242,9 @@ make -C postgresql-setup-%{setup_version} check %changelog +* Tue Jul 20 2021 Filip Januš - 13.3-4 +- Enable ssl and other features for upgrade server + * Fri Jun 04 2021 Honza Horak - 13.3-3 - Build with a private libpq Resolves: #1905584