parent
acb4270f21
commit
d681d2bfff
@ -63,7 +63,7 @@ Summary: PostgreSQL client programs
|
|||||||
Name: postgresql
|
Name: postgresql
|
||||||
%global majorversion 13
|
%global majorversion 13
|
||||||
Version: %{majorversion}.3
|
Version: %{majorversion}.3
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
|
|
||||||
# The PostgreSQL license is very similar to other MIT licenses, but the OSI
|
# The PostgreSQL license is very similar to other MIT licenses, but the OSI
|
||||||
# recognizes it as an independent license, so we do as well.
|
# recognizes it as an independent license, so we do as well.
|
||||||
@ -632,6 +632,9 @@ upgrade_configure ()
|
|||||||
%if %pltcl
|
%if %pltcl
|
||||||
--with-tcl \
|
--with-tcl \
|
||||||
%endif
|
%endif
|
||||||
|
%if %ssl
|
||||||
|
--with-openssl \
|
||||||
|
%endif
|
||||||
%if %plpython3
|
%if %plpython3
|
||||||
--with-python \
|
--with-python \
|
||||||
%endif
|
%endif
|
||||||
@ -1216,6 +1219,10 @@ make -C postgresql-setup-%{setup_version} check
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Jun 16 2021 Honza Horak <hhorak@redhat.com> - 13.3-1
|
||||||
- Update to 13.3
|
- Update to 13.3
|
||||||
Resolves: #1964497
|
Resolves: #1964497
|
||||||
|
Loading…
Reference in New Issue
Block a user