diff --git a/pg_repack.spec b/pg_repack.spec index 05bc825..f984bd3 100644 --- a/pg_repack.spec +++ b/pg_repack.spec @@ -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 - 1.4.7-3 +- add lz4-devel + * Fri Jul 22 2022 Fedora Release Engineering - 1.4.7-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild