Accepting request 1157389 from home:aaronpuchert:llvm-next

- Require LLVM <= 17 for now, because LLVM 18 doesn't seem to work.

OBS-URL: https://build.opensuse.org/request/show/1157389
OBS-URL: https://build.opensuse.org/package/show/server:database:postgresql/postgresql16?expand=0&rev=23
This commit is contained in:
Ana Guerrero 2024-03-15 09:42:02 +00:00 committed by Git OBS Bridge
parent ddb1de4a78
commit 442b61d136
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Mar 12 22:48:41 UTC 2024 - Aaron Puchert <aaronpuchert@alice-dsl.net>
- Require LLVM <= 17 for now, because LLVM 18 doesn't seem to work.
-------------------------------------------------------------------
Thu Mar 7 15:04:40 UTC 2024 - Sarah Kriesch <sarah.kriesch@opensuse.org>

View File

@ -20,7 +20,7 @@
%define pgmajor 16
%define buildlibs 1
%define tarversion %{pgversion}
%define latest_supported_llvm_ver 18
%define latest_supported_llvm_ver 17
### CUT HERE ###
%define pgname postgresql%pgmajor