|
|
@ -1,15 +1,16 @@
|
|
|
|
Name: pg_repack
|
|
|
|
Name: pg_repack
|
|
|
|
Version: 1.4.6
|
|
|
|
Version: 1.4.8
|
|
|
|
Release: 4%{?dist}
|
|
|
|
Release: 2%{?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 >= 15
|
|
|
|
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,6 +63,18 @@ make
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Thu Oct 17 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 1.4.8-2
|
|
|
|
|
|
|
|
- Rebuilt for MSVSphere 9.5 beta
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* 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-47350
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Oct 25 2022 Filip Janus <fjanus@redhat.com> - 1.4.8-1
|
|
|
|
|
|
|
|
- Update to version 1.4.8
|
|
|
|
|
|
|
|
- Postgresql 15 is supported
|
|
|
|
|
|
|
|
- Related: #2128410
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.4.6-4
|
|
|
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.4.6-4
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
Related: rhbz#1991688
|
|
|
|
Related: rhbz#1991688
|
|
|
|