From f80a7a26d4fb4dd7d1701817329327aec9c0062f Mon Sep 17 00:00:00 2001 From: Filip Janus Date: Thu, 6 Jan 2022 16:52:53 +0100 Subject: [PATCH] Rebuild for Postgresql 14 --- pg_repack.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pg_repack.spec b/pg_repack.spec index 42bb78c..fdd94d1 100644 --- a/pg_repack.spec +++ b/pg_repack.spec @@ -1,6 +1,6 @@ Name: pg_repack Version: 1.4.6 -Release: 3%{?dist} +Release: 5%{?dist} Summary: Reorganize tables in PostgreSQL databases without any locks License: BSD @@ -62,6 +62,9 @@ make %changelog +* Thu Jan 06 2021 Filip Januš - 1.4.6-5 +- Rebuild for Postgresql 14 + * Fri Jul 30 2021 Filip Januš - 1.4.6-4 - Remove requirements after postgresql architecture change(usage of private libpq)