Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package postgresql12 for openSUSE:Factory checked in at 2021-05-21 21:49:31 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/postgresql12 (Old) and /work/SRC/openSUSE:Factory/.postgresql12.new.2988 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "postgresql12" Fri May 21 21:49:31 2021 rev:16 rq:894525 version:12.7 Changes: -------- --- /work/SRC/openSUSE:Factory/postgresql12/postgresql12.changes 2021-05-18 18:26:53.506845560 +0200 +++ /work/SRC/openSUSE:Factory/.postgresql12.new.2988/postgresql12.changes 2021-05-21 21:49:33.394347718 +0200 @@ -1,0 +2,6 @@ +Wed May 19 15:24:24 UTC 2021 - Reinhard Max <m...@suse.com> + +- bsc#1185952: llvm12 breaks PostgreSQL 11 and 12 on s390x. + Use llvm11 as a workaround. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ postgresql12.spec ++++++ --- /var/tmp/diff_new_pack.ExaX4Q/_old 2021-05-21 21:49:33.970345328 +0200 +++ /var/tmp/diff_new_pack.ExaX4Q/_new 2021-05-21 21:49:33.974345311 +0200 @@ -91,7 +91,6 @@ %if 0%{?suse_version} >= 1500 && %pgsuffix >= 11 && %pgsuffix < 90 %bcond_without llvm %else -# LLVM is currently unsupported on SLE, so don't use it %bcond_with llvm %endif %endif @@ -116,10 +115,15 @@ BuildRequires: libselinux-devel %endif %if %{with llvm} -BuildRequires: clang BuildRequires: gcc-c++ +%ifarch s390x +BuildRequires: clang11 +BuildRequires: llvm11-devel +%else +BuildRequires: clang BuildRequires: llvm-devel %endif +%endif BuildRequires: libxslt-devel BuildRequires: openldap2-devel BuildRequires: openssl-devel