diff --git a/postgresql16.spec b/postgresql16.spec index 08f6883..748d2cc 100644 --- a/postgresql16.spec +++ b/postgresql16.spec @@ -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 - 16.1-9 +- Enable zstd support +- Resolves: RHEL-47603 + * Wed Jul 3 2024 Filip Janus - 16.1-8 - Disable Openssl ENGINE_API