import postgresql-13.3-2.module+el8.5.0+11832+e924f9ed
This commit is contained in:
parent
5e76a7bc99
commit
8a3dd64783
@ -60,7 +60,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.
|
||||
@ -624,6 +624,9 @@ upgrade_configure ()
|
||||
%endif
|
||||
%if %pltcl
|
||||
--with-tcl \
|
||||
%endif
|
||||
%if %ssl
|
||||
--with-openssl \
|
||||
%endif
|
||||
--with-tclconfig=%_libdir \
|
||||
--with-system-tzdata=/usr/share/zoneinfo \
|
||||
@ -1222,6 +1225,10 @@ make -C postgresql-setup-%{setup_version} check
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Jul 14 2021 Filip Januš <fjanus@redhat.com> - 13.3-2
|
||||
- Enable ssl for upgrade server
|
||||
Resolves: #1982697
|
||||
|
||||
* Mon May 31 2021 Filip Januš <fjanus@redhat.com> - 13.3-1
|
||||
- Update to 13.3
|
||||
Resolves: #1966339
|
||||
|
Loading…
Reference in New Issue
Block a user