Compare commits

..

No commits in common. 'c9' and 'i9c-stream-16' have entirely different histories.

2
.gitignore vendored

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

@ -1 +1 @@
42d40c7ab5d72e65fa148a958f1d1cffec98ab46 SOURCES/ver_1.4.6.tar.gz 8e129aa7a4ecd3b15b85c94c065c98ec5754e307 SOURCES/ver_1.5.1.tar.gz

@ -1,15 +1,16 @@
Name: pg_repack Name: pg_repack
Version: 1.4.6 Version: 1.5.1
Release: 4%{?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-server-devel BuildRequires: postgresql-server-devel >= 16
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,26 +63,16 @@ make
%changelog %changelog
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.4.6-4 * Wed Nov 13 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 1.5.1-1
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags - Rebuilt for MSVSphere 9.5
Related: rhbz#1991688
* Tue Jun 22 2021 Mohan Boddu <mboddu@redhat.com> - 1.4.6-3 * Mon Nov 4 2024 Filip Janus <fjanus@redhat.com> - 1.5.1-1
- Rebuilt for RHEL 9 BETA for openssl 3.0 - Update to v1.5.1
Related: rhbz#1971065
* Thu Apr 22 2021 Honza Horak <hhorak@redhat.com> - 1.4.6-2 * Mon Aug 19 2024 Ales Nezbeda <anezbeda@redhat.com> 1.4.8-2
- Build jit based on what postgresql server does - Add new build dependencies to fix build with lz4 enabled
Related: #1933048 - Related: RHEL-47604
* Thu Jan 28 2021 Patrik Novotný <panovotn@redhat.com> - 1.4.6-1 * Fri Oct 13 2023 Filip Janus <fjanus@redhat.com> - 1.4.8-1
- Rebase to upstream release 1.4.6 - Resolves: RHEL-3636
- Initial import for PG 16 module
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.5-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* 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

Loading…
Cancel
Save