From ac0f8f741f069ccfe136a12de6953e1bfe4b471f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Sloup?= Date: Mon, 17 Oct 2022 15:11:59 +0200 Subject: [PATCH] Allow PostgreSQL server 15 build requirement --- pgaudit.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pgaudit.spec b/pgaudit.spec index c0dcc31..cd1cb9b 100644 --- a/pgaudit.spec +++ b/pgaudit.spec @@ -10,7 +10,7 @@ Source0: https://github.com/%{name}/%{name}/archive/%{version}/%{name}-%{version BuildRequires: make BuildRequires: gcc -BuildRequires: postgresql-server-devel >= 14, postgresql-server-devel < 15 +BuildRequires: postgresql-server-devel >= 14, postgresql-server-devel < 16 BuildRequires: openssl-devel %{?postgresql_module_requires} @@ -55,6 +55,10 @@ trail or audit log. The term audit log is used in this documentation. %changelog +* Wed Oct 12 2022 Ondrej Sloup - 1.7.0-2 +- Add pgaudit sql 1.7 removed 1.6.2 and 1.6.1-1.6.2 +- Allow PostgreSQL server 15 build requirement + * Wed Oct 12 2022 Ondrej Sloup - 1.7.0-1 - Add pgaudit sql 1.7 removed 1.6.2 and 1.6.1-1.6.2 - Rebase to the latest upstream version