Compare commits

..

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

2
.gitignore vendored

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

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

@ -1,6 +1,6 @@
Name: pg_repack
Version: 1.4.8
Release: 2%{?dist}
Version: 1.4.6
Release: 4%{?dist}
Summary: Reorganize tables in PostgreSQL databases without any locks
License: BSD
@ -8,9 +8,8 @@ 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 >= 15
BuildRequires: postgresql-server-devel
BuildRequires: readline-devel, zlib-devel, postgresql-static
BuildRequires: python3-docutils
%{?postgresql_module_requires}
@ -63,18 +62,6 @@ make
%changelog
* 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
* Fri Jul 14 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 1.4.8-1
- Rebuilt for MSVSphere 9.2
* 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
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
Related: rhbz#1991688

Loading…
Cancel
Save