From 897680f1c828b0970ad20f1edb3c8db924b0949a8b9addaf039dd88a7568106b Mon Sep 17 00:00:00 2001 From: Reinhard Max Date: Wed, 13 Apr 2022 12:22:11 +0000 Subject: [PATCH] - 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 --- postgresql12.changes | 5 +++++ postgresql12.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/postgresql12.changes b/postgresql12.changes index d6506ca..a385a97 100644 --- a/postgresql12.changes +++ b/postgresql12.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 15:18:19 UTC 2022 - Reinhard Max diff --git a/postgresql12.spec b/postgresql12.spec index 67f11e8..7fa3e04 100644 --- a/postgresql12.spec +++ b/postgresql12.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