Add new build dependencies to fix build with lz4 enabled
Related: RHEL-47604
This commit is contained in:
parent
7b80f81d19
commit
426b83c847
@ -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 <anezbeda@redhat.com> 1.4.8-2
|
||||
- Add new build dependencies to fix build with lz4 enabled
|
||||
- Related: RHEL-47604
|
||||
|
||||
* Fri Oct 13 2023 Filip Janus <fjanus@redhat.com> - 1.4.8-1
|
||||
- Resolves: RHEL-3636
|
||||
- Initial import for PG 16 module
|
||||
|
Loading…
Reference in New Issue
Block a user