From 8c0d5c510cc26944e67d899655b46baa21bbf548c5f253e87dde6d362fecc9db Mon Sep 17 00:00:00 2001 From: Reinhard Max Date: Mon, 15 Mar 2021 19:41:39 +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/postgresql13?expand=0&rev=19 --- postgresql13.changes | 6 ++++++ postgresql13.spec | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/postgresql13.changes b/postgresql13.changes index 7bdd3b0..2734564 100644 --- a/postgresql13.changes +++ b/postgresql13.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/postgresql13.spec b/postgresql13.spec index ce28639..d72134b 100644 --- a/postgresql13.spec +++ b/postgresql13.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