Compare commits
5 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
93164c5eab | ||
|
eb2401aa84 | ||
|
8891815067 | ||
|
ab0660c3b5 | ||
|
97f63cb855 |
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
/ver_1.5.1.tar.gz
|
9
ci.fmf
9
ci.fmf
@ -1,8 +1 @@
|
||||
summary: Tier tests
|
||||
discover:
|
||||
how: fmf
|
||||
repository: https://src.fedoraproject.org/tests/postgresql.git
|
||||
ref: main
|
||||
filter: 'tag:pg_repack'
|
||||
execute:
|
||||
how: tmt
|
||||
resultsdb-testcase: separate
|
||||
|
@ -3,8 +3,8 @@
|
||||
%global majorname pg_repack
|
||||
%global pgversion 16
|
||||
Name: postgresql%{pgversion}-%{majorname}
|
||||
Version: 1.4.8
|
||||
Release: 8%{?dist}
|
||||
Version: 1.5.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Reorganize tables in PostgreSQL databases without any locks
|
||||
|
||||
License: BSD-3-Clause
|
||||
@ -26,12 +26,14 @@ BuildRequires: postgresql-server >= 16, postgresql-server < 17
|
||||
BuildRequires: postgresql-static >= 16, postgresql-static < 17
|
||||
BuildRequires: readline-devel, zlib-devel
|
||||
BuildRequires: python3-docutils
|
||||
BuildRequires: libzstd-devel
|
||||
Requires(pre): postgresql-server >= 16, postgresql-server < 17
|
||||
|
||||
%global precise_version %{?epoch:%epoch:}%version-%release
|
||||
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
|
||||
@ -98,6 +100,19 @@ make
|
||||
|
||||
|
||||
%changelog
|
||||
* 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
|
||||
|
||||
* 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
|
||||
|
||||
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 1.4.8-8
|
||||
- Bump release for June 2024 mass rebuild
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (ver_1.4.8.tar.gz) = 9854a979aa9056b7c49d52e22622b8faf91cdf4acdb6551044d25733848c2c07b95166a464769da23e0174a63f2b132aa58ba6d6f9b596d1fb95f29098ac3968
|
||||
SHA512 (ver_1.5.1.tar.gz) = 09625f547ea979579c3b0f50a836aa00ce052be66eac2bff30500c6300fac11428e62b7929b8766c606f9f573578f4b3ccb7fc786360bd953aceeeea941ff4a4
|
||||
|
Loading…
Reference in New Issue
Block a user