Import from CS git

This commit is contained in:
eabdullin 2024-12-04 14:44:29 +00:00
parent cfc8eec4e0
commit 4703d84a11
3 changed files with 11 additions and 3 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/ver_1.4.8.tar.gz
SOURCES/ver_1.5.1.tar.gz

View File

@ -1 +1 @@
74e54f43f6c062644e442224eacc2a2bc95a04ef SOURCES/ver_1.4.8.tar.gz
8e129aa7a4ecd3b15b85c94c065c98ec5754e307 SOURCES/ver_1.5.1.tar.gz

View File

@ -1,5 +1,5 @@
Name: pg_repack
Version: 1.4.8
Version: 1.5.1
Release: 1%{?dist}
Summary: Reorganize tables in PostgreSQL databases without any locks
@ -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,13 @@ make
%changelog
* Mon Nov 4 2024 Filip Janus <fjanus@redhat.com> - 1.5.1-1
- Update to v1.5.1
* 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