Accepting request 894073 from server:database:postgresql

- Re-enable build of the llvmjit subpackage on SLE, but it will
  only be delivered on PackageHub for now (boo#1183118).

- Bump default version to 13 for SLE-15-SP3.

- Bump major version to 13.
- Bump default version to 13 in OBS.

OBS-URL: https://build.opensuse.org/request/show/894073
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/postgresql?expand=0&rev=60
This commit is contained in:
Dominique Leuenberger 2021-05-20 17:24:43 +00:00 committed by Git OBS Bridge
commit cf0d9e4ce6
2 changed files with 14 additions and 3 deletions

View File

@ -1,7 +1,19 @@
-------------------------------------------------------------------
Tue May 18 13:43:45 UTC 2021 - Reinhard Max <max@suse.com>
- Re-enable build of the llvmjit subpackage on SLE, but it will
only be delivered on PackageHub for now (boo#1183118).
-------------------------------------------------------------------
Mon Jan 25 08:56:54 UTC 2021 - Reinhard Max <max@suse.com>
- Bump default version to 13 for SLE-15-SP3.
-------------------------------------------------------------------
Fri Sep 25 07:58:58 UTC 2020 - Reinhard Max <max@suse.com>
- Bump major and default version to 13.
- Bump major version to 13.
- Bump default version to 13 in OBS.
-------------------------------------------------------------------
Thu Aug 13 08:22:16 UTC 2020 - Reinhard Max <max@suse.com>

View File

@ -29,10 +29,9 @@
%bcond_with systemd
%endif
%if 0%{?is_opensuse} && 0%{?suse_version} >= 1500 && %pgmajor >= 11 && %pgmajor < 90
%if 0%{?suse_version} >= 1500 && %pgmajor >= 11 && %pgmajor < 90
%bcond_without llvm
%else
# LLVM is currently unsupported on SLE, so don't use it
%bcond_with llvm
%endif