diff --git a/SPECS/pg_repack.spec b/SPECS/pg_repack.spec index 6705dde..23a0b17 100644 --- a/SPECS/pg_repack.spec +++ b/SPECS/pg_repack.spec @@ -1,6 +1,6 @@ Name: pg_repack Version: 1.4.8 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Reorganize tables in PostgreSQL databases without any locks License: BSD @@ -8,6 +8,7 @@ URL: http://reorg.github.io/%{name}/ Source0: https://github.com/reorg/%{name}/archive/ver_%{version}.tar.gz BuildRequires: make +BuildRequires: lz4-devel, libzstd-devel BuildRequires: postgresql, gcc, openssl-devel, postgresql-server BuildRequires: postgresql-server-devel >= 16 BuildRequires: readline-devel, zlib-devel, postgresql-static @@ -62,6 +63,10 @@ make %changelog +* Mon Aug 19 2024 Ales Nezbeda 1.4.8-2 +- Add new build dependencies to fix build with lz4 enabled +- Related: RHEL-47604 + * Fri Oct 13 2023 Filip Janus - 1.4.8-1 - Resolves: RHEL-3636 - Initial import for PG 16 module