Make llvmjit features optional, turn off until it is enabled in postgresql

This commit is contained in:
Honza Horak 2021-04-16 20:43:13 +02:00
parent 2675706409
commit 6968cd21a4

View File

@ -1,6 +1,6 @@
Name: pgaudit
Version: 1.5.0
Release: 2%{?dist}
Release: 3%{?dist}
Summary: PostgreSQL Audit Extension
License: PostgreSQL
@ -12,8 +12,6 @@ BuildRequires: make
BuildRequires: gcc
BuildRequires: postgresql-server-devel >= 13, postgresql-server-devel < 14
BuildRequires: openssl-devel
BuildRequires: clang-devel
BuildRequires: llvm-devel
%{?postgresql_module_requires}
@ -48,17 +46,22 @@ trail or audit log. The term audit log is used in this documentation.
%doc README.md
%license LICENSE
%{_libdir}/pgsql/%{name}.so
%if 0%{?postgresql_server_llvmjit}
%{_libdir}/pgsql/bitcode/%{name}.index.bc
%{_libdir}/pgsql/bitcode/%{name}/%{name}.bc
%endif
%{_datadir}/pgsql/extension/%{name}--1.5.sql
%{_datadir}/pgsql/extension/%{name}.control
%changelog
* Fri Apr 16 2021 Honza Horak <hhorak@redhat.com> - 1.5.0-3
- Make llvmjit features optional, follow what is enabled in postgresql
* Mon Feb 08 2021 Pavel Raiskup <praiskup@redhat.com> - 1.5.0-2
- rebuild for libpq ABI fix rhbz#1908268
* Fri Feb 5 2020 Honza Horak <hhorak@redhat.com> - 1.5.0-1
* Fri Feb 5 2021 Honza Horak <hhorak@redhat.com> - 1.5.0-1
- Update to 1.5.0 for PostgreSQL 13 support
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.0-3