Compare commits

...

1 Commits

Author SHA1 Message Date
AlmaLinux RelEng Bot
4695b88c9f import CS pg_repack-1.5.3-1.module_el9+1300+1c4aa8df 2026-04-16 06:56:01 -04:00
3 changed files with 18 additions and 18 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/ver_1.4.6.tar.gz SOURCES/ver_1.5.3.tar.gz

View File

@ -1 +1 @@
42d40c7ab5d72e65fa148a958f1d1cffec98ab46 SOURCES/ver_1.4.6.tar.gz c42023f367e5e2a75b5fcea5e8b52002a9caeea1 SOURCES/ver_1.5.3.tar.gz

View File

@ -1,15 +1,16 @@
Name: pg_repack Name: pg_repack
Version: 1.4.6 Version: 1.5.3
Release: 3%{?dist} Release: 1%{?dist}
Summary: Reorganize tables in PostgreSQL databases without any locks Summary: Reorganize tables in PostgreSQL databases without any locks
License: BSD License: BSD
URL: http://reorg.github.io/%{name}/ URL: http://reorg.github.io/%{name}/
Source0: https://github.com/reorg/%{name}/archive/ver_%{version}.tar.gz Source0: https://github.com/reorg/%{name}/archive/ver_%{version}.tar.gz
BuildRequires: make BuildRequires: make
BuildRequires: lz4-devel, libzstd-devel
BuildRequires: postgresql, gcc, openssl-devel, postgresql-server BuildRequires: postgresql, gcc, openssl-devel, postgresql-server
BuildRequires: postgresql-libs, postgresql-devel, postgresql-server-devel BuildRequires: postgresql-server-devel >= 18
BuildRequires: readline-devel, zlib-devel, postgresql-static BuildRequires: readline-devel, zlib-devel, postgresql-static
BuildRequires: python3-docutils BuildRequires: python3-docutils
%{?postgresql_module_requires} %{?postgresql_module_requires}
@ -62,18 +63,17 @@ make
%changelog %changelog
* Wed May 26 2021 Filip Januš <fjanus@redhat.com> - 1.4.6-3 * Tue Nov 18 2025 Filip Janus <fjanus@redhat.com> - 1.5.3-1
- Release bump - enable gating - Update to 1.5.3
- Initial import for postgresql18
* Mon May 24 2021 Filip Januš <fjanus@redhat.com> - 1.4.6-2 * Mon Nov 4 2024 Filip Janus <fjanus@redhat.com> - 1.5.1-1
- Rebuild - Update to v1.5.1
- Resolves:#1954442
* Thu Jan 14 2021 Patrik Novotný <panovotn@redhat.com> - 1.4.6-1 * Mon Aug 19 2024 Ales Nezbeda <anezbeda@redhat.com> 1.4.8-2
- Rebase to upstream release 1.4.6 - Add new build dependencies to fix build with lz4 enabled
- Related: RHEL-47604
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.5-2 * Fri Oct 13 2023 Filip Janus <fjanus@redhat.com> - 1.4.8-1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - Resolves: RHEL-3636
- Initial import for PG 16 module
* Wed Aug 21 2019 Filip Januš <fjanus@redhat.com> 1.4.5-1
- Initial packaging