From 6112eb24ea9ac1ed3dd78a0e5724b0a5361442e4034e36baef97041f2a706a8d Mon Sep 17 00:00:00 2001 From: Reinhard Max Date: Wed, 13 Apr 2022 12:21:23 +0000 Subject: [PATCH] - bsc#1198166: Pin to llvm13 until the next patchlevel update. OBS-URL: https://build.opensuse.org/package/show/server:database:postgresql/postgresql13?expand=0&rev=50 --- postgresql13.changes | 5 +++++ postgresql13.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/postgresql13.changes b/postgresql13.changes index f139527..d8ce813 100644 --- a/postgresql13.changes +++ b/postgresql13.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Apr 13 12:17:48 UTC 2022 - Reinhard Max + +- bsc#1198166: Pin to llvm13 until the next patchlevel update. + ------------------------------------------------------------------- Tue Feb 8 14:23:38 UTC 2022 - Reinhard Max diff --git a/postgresql13.spec b/postgresql13.spec index cbee1f1..1de29a9 100644 --- a/postgresql13.spec +++ b/postgresql13.spec @@ -114,9 +114,9 @@ BuildRequires: libicu-devel BuildRequires: libselinux-devel %endif %if %{with llvm} -BuildRequires: clang +BuildRequires: clang13 BuildRequires: gcc-c++ -BuildRequires: llvm-devel +BuildRequires: llvm13-devel %endif BuildRequires: libxslt-devel BuildRequires: openldap2-devel