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)