Hello community, here is the log from the commit of package postgresql for openSUSE:Factory checked in at 2020-06-11 09:57:20 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/postgresql (Old) and /work/SRC/openSUSE:Factory/.postgresql.new.3606 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "postgresql" Thu Jun 11 09:57:20 2020 rev:57 rq:811579 version:12 Changes: -------- --- /work/SRC/openSUSE:Factory/postgresql/postgresql.changes 2020-01-28 10:45:58.852452857 +0100 +++ /work/SRC/openSUSE:Factory/.postgresql.new.3606/postgresql.changes 2020-06-11 09:57:27.377762029 +0200 @@ -1,0 +2,8 @@ +Wed Jun 3 08:17:46 UTC 2020 - Reinhard Max <[email protected]> + +- Disable LLVM on SLE (bsc#1172274). +- Conflict with versions of the binary packages prior to the + May 2020 update, because we changed the package layout at that + point and need a clean cutover. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ postgresql.spec ++++++ --- /var/tmp/diff_new_pack.MHLfpT/_old 2020-06-11 09:57:28.317765050 +0200 +++ /var/tmp/diff_new_pack.MHLfpT/_new 2020-06-11 09:57:28.317765050 +0200 @@ -15,6 +15,7 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # +%define pgmajor 12 %define defaultpackage postgresql%version #Compat macro for new _fillupdir macro introduced in Nov 2017 @@ -28,11 +29,18 @@ %bcond_with systemd %endif +%if 0%{?is_opensuse} && 0%{?suse_version} >= 1500 && %pgmajor >= 11 && %pgmajor < 90 +%bcond_without llvm +%else +# LLVM is currently unsupported on SLE, so don't use it +%bcond_with llvm +%endif + Name: postgresql Summary: Basic Clients and Utilities for PostgreSQL License: PostgreSQL Group: Productivity/Databases/Tools -Version: 12 +Version: %pgmajor Release: 0 Url: https://www.postgresql.org/ BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -40,6 +48,15 @@ Requires: postgresql-implementation Requires: update-alternatives Recommends: %defaultpackage +%if 0%{?sle_version} +# At this point we changed the package layout on SLE and conflict with +# older releases to get a clean cut. +Conflicts: postgresql95 < 9.5.22 +Conflicts: postgresql96 < 9.6.18 +Conflicts: postgresql10 < 10.13 +Conflicts: postgresql11 < 11.8 +Conflicts: postgresql12 < 12.3 +%endif BuildArch: noarch Source0: postgresql-init Source1: postgresql-sysconfig @@ -426,9 +443,11 @@ %defattr(-,root,root,-) %doc README +%if %{with llvm} %files llvmjit %defattr(-,root,root,-) %doc README +%endif %files plperl %defattr(-,root,root,-)
