Enable zstd support

Resolves: RHEL-47603
This commit is contained in:
Filip Janus 2024-07-15 10:37:33 +02:00
parent 792fbb5c90
commit a70c277e47

View File

@ -48,7 +48,7 @@
Summary: PostgreSQL client programs
Name: %{majorname}%{majorversion}
Version: %{majorversion}.1
Release: 8%{?dist}
Release: 9%{?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.
@ -110,6 +110,7 @@ Summary: PostgreSQL client programs
BuildRequires: make
BuildRequires: lz4-devel
BuildRequires: libzstd-devel
BuildRequires: gcc
BuildRequires: perl(ExtUtils::MakeMaker) glibc-devel bison flex gawk
BuildRequires: perl(ExtUtils::Embed), perl-devel
@ -624,6 +625,7 @@ common_configure_options='
--datadir=%_datadir/pgsql
--with-systemd
--with-lz4
--with-zstd
%if %icu
--with-icu
%endif
@ -711,6 +713,7 @@ upgrade_configure ()
--prefix=%prev_prefix \
--disable-rpath \
--with-lz4 \
--with-zstd \
%if %icu
--with-icu \
%endif
@ -1339,6 +1342,10 @@ make -C postgresql-setup-%{setup_version} check
%changelog
* Mon Jul 15 2024 Filip Janus <fjanus@redhat.com> - 16.1-9
- Enable zstd support
- Resolves: RHEL-47603
* Wed Jul 3 2024 Filip Janus <fjanus@redhat.com> - 16.1-8
- Disable Openssl ENGINE_API