parent
acb4270f21
commit
d681d2bfff
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user