SHA256
1
0
forked from pool/postgresql12

- bsc#1198166: Pin to llvm13 until the next patchlevel update.

OBS-URL: https://build.opensuse.org/package/show/server:database:postgresql/postgresql12?expand=0&rev=64
This commit is contained in:
Reinhard Max 2022-04-13 12:22:11 +00:00 committed by Git OBS Bridge
parent 132983986f
commit 897680f1c8
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Apr 13 12:17:48 UTC 2022 - Reinhard Max <max@suse.com>
- bsc#1198166: Pin to llvm13 until the next patchlevel update.
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Feb 8 15:18:19 UTC 2022 - Reinhard Max <max@suse.com> Tue Feb 8 15:18:19 UTC 2022 - Reinhard Max <max@suse.com>

View File

@ -114,9 +114,9 @@ BuildRequires: libicu-devel
BuildRequires: libselinux-devel BuildRequires: libselinux-devel
%endif %endif
%if %{with llvm} %if %{with llvm}
BuildRequires: clang BuildRequires: clang13
BuildRequires: gcc-c++ BuildRequires: gcc-c++
BuildRequires: llvm-devel BuildRequires: llvm13-devel
%endif %endif
BuildRequires: libxslt-devel BuildRequires: libxslt-devel
BuildRequires: openldap2-devel BuildRequires: openldap2-devel