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