From c4e0c83cd3aaa243718d367868e6e2125f16e7865c781e6153fcf32b5f1fa42e Mon Sep 17 00:00:00 2001 From: Reinhard Max Date: Mon, 15 Mar 2021 19:41:14 +0000 Subject: [PATCH] - Re-enable build of the llvmjit subpackage on SLE, but it will only be delivered on PackageHub for now. OBS-URL: https://build.opensuse.org/package/show/server:database:postgresql/postgresql12?expand=0&rev=38 --- postgresql12.changes | 6 ++++++ postgresql12.spec | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/postgresql12.changes b/postgresql12.changes index e90932f..3d81bda 100644 --- a/postgresql12.changes +++ b/postgresql12.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Mar 15 19:29:39 UTC 2021 - Reinhard Max + +- Re-enable build of the llvmjit subpackage on SLE, but it will + only be delivered on PackageHub for now. + ------------------------------------------------------------------- Tue Mar 9 13:52:19 UTC 2021 - Reinhard Max diff --git a/postgresql12.spec b/postgresql12.spec index 9a94a95..96d69f4 100644 --- a/postgresql12.spec +++ b/postgresql12.spec @@ -88,7 +88,7 @@ BuildRequires: %libpq %bcond_with systemd %bcond_with systemd_notify %endif -%if 0%{?is_opensuse} && 0%{?suse_version} >= 1500 && %pgsuffix >= 11 && %pgsuffix < 90 +%if 0%{?suse_version} >= 1500 && %pgsuffix >= 11 && %pgsuffix < 90 %bcond_without llvm %else # LLVM is currently unsupported on SLE, so don't use it