|
|
|
@ -3,8 +3,8 @@
|
|
|
|
|
%global majorname pg_repack
|
|
|
|
|
%global pgversion 16
|
|
|
|
|
Name: postgresql%{pgversion}-%{majorname}
|
|
|
|
|
Version: 1.4.8
|
|
|
|
|
Release: 9%{?dist}
|
|
|
|
|
Version: 1.5.1
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Reorganize tables in PostgreSQL databases without any locks
|
|
|
|
|
|
|
|
|
|
License: BSD-3-Clause
|
|
|
|
@ -33,6 +33,7 @@ Requires(pre): postgresql-server >= 16, postgresql-server < 17
|
|
|
|
|
Provides: %{pkgname} = %precise_version
|
|
|
|
|
%if %?postgresql_default
|
|
|
|
|
Provides: postgresql-%{majorname} = %precise_version
|
|
|
|
|
Provides: %name = %precise_version
|
|
|
|
|
%endif
|
|
|
|
|
Provides: %{pkgname}%{?_isa} = %precise_version
|
|
|
|
|
Provides: %{majorname}-any
|
|
|
|
@ -99,9 +100,19 @@ make
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Fri Oct 25 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 1.4.8-9
|
|
|
|
|
* Tue Nov 26 2024 Filip Janus <fjanus@redhat.com> - 1.5.1-1
|
|
|
|
|
- Update to v1.5.1
|
|
|
|
|
|
|
|
|
|
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 1.4.8-11
|
|
|
|
|
- Bump release for October 2024 mass rebuild:
|
|
|
|
|
Resolves: RHEL-64018
|
|
|
|
|
|
|
|
|
|
* Fri Oct 25 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 1.4.8-10
|
|
|
|
|
- Rebuilt for MSVSphere 10
|
|
|
|
|
|
|
|
|
|
* Mon Sep 16 2024 Filip Janus <fjanus@redhat.com> - 1.4.8-10
|
|
|
|
|
- Add provide postgresqlVERSION-pg_repack
|
|
|
|
|
|
|
|
|
|
* Mon Aug 26 2024 Filip Janus <fjanus@redhat.com> - 1.4.8-9
|
|
|
|
|
- enable zstd support
|
|
|
|
|
|
|
|
|
|