Enable zstd support
Resolves: RHEL-54709
This commit is contained in:
parent
0284840a3a
commit
97f63cb855
@ -4,7 +4,7 @@
|
|||||||
%global pgversion 16
|
%global pgversion 16
|
||||||
Name: postgresql%{pgversion}-%{majorname}
|
Name: postgresql%{pgversion}-%{majorname}
|
||||||
Version: 1.4.8
|
Version: 1.4.8
|
||||||
Release: 8%{?dist}
|
Release: 9%{?dist}
|
||||||
Summary: Reorganize tables in PostgreSQL databases without any locks
|
Summary: Reorganize tables in PostgreSQL databases without any locks
|
||||||
|
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
@ -26,6 +26,7 @@ BuildRequires: postgresql-server >= 16, postgresql-server < 17
|
|||||||
BuildRequires: postgresql-static >= 16, postgresql-static < 17
|
BuildRequires: postgresql-static >= 16, postgresql-static < 17
|
||||||
BuildRequires: readline-devel, zlib-devel
|
BuildRequires: readline-devel, zlib-devel
|
||||||
BuildRequires: python3-docutils
|
BuildRequires: python3-docutils
|
||||||
|
BuildRequires: libzstd-devel
|
||||||
Requires(pre): postgresql-server >= 16, postgresql-server < 17
|
Requires(pre): postgresql-server >= 16, postgresql-server < 17
|
||||||
|
|
||||||
%global precise_version %{?epoch:%epoch:}%version-%release
|
%global precise_version %{?epoch:%epoch:}%version-%release
|
||||||
@ -98,6 +99,9 @@ make
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* 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
|
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 1.4.8-8
|
||||||
- Bump release for June 2024 mass rebuild
|
- Bump release for June 2024 mass rebuild
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user