import CS pg_repack-1.4.8-1.module_el9+807+b1de07f3

This commit is contained in:
eabdullin 2024-03-30 05:29:15 +00:00
parent be0e333cf2
commit cfc8eec4e0
3 changed files with 9 additions and 21 deletions

2
.gitignore vendored
View File

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

View File

@ -1 +1 @@
42d40c7ab5d72e65fa148a958f1d1cffec98ab46 SOURCES/ver_1.4.6.tar.gz
74e54f43f6c062644e442224eacc2a2bc95a04ef SOURCES/ver_1.4.8.tar.gz

View File

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