add lz4
This commit is contained in:
parent
1fe9e4871f
commit
b0c7b99552
@ -1,6 +1,6 @@
|
||||
Name: pg_repack
|
||||
Version: 1.4.7
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: Reorganize tables in PostgreSQL databases without any locks
|
||||
|
||||
License: BSD
|
||||
@ -9,7 +9,7 @@ Source0: https://github.com/reorg/%{name}/archive/ver_%{version}.tar.gz
|
||||
|
||||
BuildRequires: make
|
||||
BuildRequires: postgresql, gcc, openssl-devel, postgresql-server
|
||||
BuildRequires: postgresql-server-devel
|
||||
BuildRequires: postgresql-server-devel, lz4-devel
|
||||
BuildRequires: readline-devel, zlib-devel, postgresql-static
|
||||
BuildRequires: python3-docutils
|
||||
%{?postgresql_module_requires}
|
||||
@ -62,6 +62,9 @@ make
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Aug 3 2022 Filip Janus <fjanus@redhat.com> - 1.4.7-3
|
||||
- add lz4-devel
|
||||
|
||||
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.7-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user