From 9592d752056291b37a72ae7c84a99e54d7a444fd4fce5a7c40f31544a7978ef5 Mon Sep 17 00:00:00 2001 From: Reinhard Max Date: Tue, 8 Feb 2022 13:45:49 +0000 Subject: [PATCH 1/4] Accepting request 941425 from home:AdaLovelace:branches:openSUSE:Factory:zSystems - boo#1190740: Add constraints file with 12GB of memory for s390x as a workaround OBS-URL: https://build.opensuse.org/request/show/941425 OBS-URL: https://build.opensuse.org/package/show/server:database:postgresql/postgresql14?expand=0&rev=25 --- _constraints | 13 +++++++++++++ postgresql14.changes | 6 ++++++ postgresql14.spec | 4 ++-- 3 files changed, 21 insertions(+), 2 deletions(-) create mode 100644 _constraints diff --git a/_constraints b/_constraints new file mode 100644 index 0000000..f2c2682 --- /dev/null +++ b/_constraints @@ -0,0 +1,13 @@ + + + + + s390x + + + + 12 + + + + diff --git a/postgresql14.changes b/postgresql14.changes index 31eb5ab..f45a5e9 100644 --- a/postgresql14.changes +++ b/postgresql14.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Dec 11 17:27:53 UTC 2021 - Sarah Kriesch + +- boo#1190740: Add constraints file with 12GB of memory for s390x + as a workaround + ------------------------------------------------------------------- Thu Nov 25 11:02:15 UTC 2021 - Reinhard Max diff --git a/postgresql14.spec b/postgresql14.spec index d982c77..8c3fcd3 100644 --- a/postgresql14.spec +++ b/postgresql14.spec @@ -1,5 +1,5 @@ # -# spec file +# spec file for package postgresql14 # # Copyright (c) 2021 SUSE LLC # @@ -40,7 +40,7 @@ %define pgcontribdir %pgdatadir/contrib %define pgmandir %_mandir -%define requires_file() %( readlink -f '%*' | LC_ALL=C xargs -r rpm -q --qf 'Requires: %%{name} >= %%{epoch}:%%{version}\\n' -f | sed -e 's/ (none):/ /' -e 's/ 0:/ /' | grep -v "is not") +%define requires_file() %( readlink -f '%*' | LC_ALL=C xargs -r rpm -q --qf 'Requires: %%{name} >= %%%{version}\\n' -f | sed -e 's/ (none):/ /' -e 's/ 0:/ /' | grep -v "is not") Name: %pgname %if "@BUILD_FLAVOR@" == "mini" From 073807a82f2b8b902c5d0316eb25582a3cb2adec695d84d89291c39026417a03 Mon Sep 17 00:00:00 2001 From: Reinhard Max Date: Thu, 10 Feb 2022 15:26:36 +0000 Subject: [PATCH 2/4] - bsc#1195680: Upgrade to 14.2: * https://www.postgresql.org/docs/14/release-14-1.html * Reindexing might be needed after applying this upgrade, so please read the release notes carefully. OBS-URL: https://build.opensuse.org/package/show/server:database:postgresql/postgresql14?expand=0&rev=26 --- postgresql-14.1.tar.bz2 | 3 --- postgresql-14.1.tar.bz2.sha256 | 1 - postgresql-14.2.tar.bz2 | 3 +++ postgresql-14.2.tar.bz2.sha256 | 1 + postgresql14.changes | 8 ++++++++ postgresql14.spec | 8 ++++---- 6 files changed, 16 insertions(+), 8 deletions(-) delete mode 100644 postgresql-14.1.tar.bz2 delete mode 100644 postgresql-14.1.tar.bz2.sha256 create mode 100644 postgresql-14.2.tar.bz2 create mode 100644 postgresql-14.2.tar.bz2.sha256 diff --git a/postgresql-14.1.tar.bz2 b/postgresql-14.1.tar.bz2 deleted file mode 100644 index 488711d..0000000 --- a/postgresql-14.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:4d3c101ea7ae38982f06bdc73758b53727fb6402ecd9382006fa5ecc7c2ca41f -size 21887101 diff --git a/postgresql-14.1.tar.bz2.sha256 b/postgresql-14.1.tar.bz2.sha256 deleted file mode 100644 index d985be5..0000000 --- a/postgresql-14.1.tar.bz2.sha256 +++ /dev/null @@ -1 +0,0 @@ -4d3c101ea7ae38982f06bdc73758b53727fb6402ecd9382006fa5ecc7c2ca41f postgresql-14.1.tar.bz2 diff --git a/postgresql-14.2.tar.bz2 b/postgresql-14.2.tar.bz2 new file mode 100644 index 0000000..5783965 --- /dev/null +++ b/postgresql-14.2.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cf78b2e468912f8101d695db5340cf313c2e9f68a612fb71427524e8c9a977a +size 21964841 diff --git a/postgresql-14.2.tar.bz2.sha256 b/postgresql-14.2.tar.bz2.sha256 new file mode 100644 index 0000000..5a3678e --- /dev/null +++ b/postgresql-14.2.tar.bz2.sha256 @@ -0,0 +1 @@ +2cf78b2e468912f8101d695db5340cf313c2e9f68a612fb71427524e8c9a977a postgresql-14.2.tar.bz2 diff --git a/postgresql14.changes b/postgresql14.changes index f45a5e9..3dd9d5a 100644 --- a/postgresql14.changes +++ b/postgresql14.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Tue Feb 8 14:01:56 UTC 2022 - Reinhard Max + +- bsc#1195680: Upgrade to 14.2: + * https://www.postgresql.org/docs/14/release-14-1.html + * Reindexing might be needed after applying this upgrade, so + please read the release notes carefully. + ------------------------------------------------------------------- Sat Dec 11 17:27:53 UTC 2021 - Sarah Kriesch diff --git a/postgresql14.spec b/postgresql14.spec index 8c3fcd3..580836d 100644 --- a/postgresql14.spec +++ b/postgresql14.spec @@ -1,7 +1,7 @@ # -# spec file for package postgresql14 +# spec file # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,7 +16,7 @@ # -%define pgversion 14.1 +%define pgversion 14.2 %define pgmajor 14 %define pgsuffix %pgmajor %define buildlibs 1 @@ -40,7 +40,7 @@ %define pgcontribdir %pgdatadir/contrib %define pgmandir %_mandir -%define requires_file() %( readlink -f '%*' | LC_ALL=C xargs -r rpm -q --qf 'Requires: %%{name} >= %%%{version}\\n' -f | sed -e 's/ (none):/ /' -e 's/ 0:/ /' | grep -v "is not") +%define requires_file() %( readlink -f '%*' | LC_ALL=C xargs -r rpm -q --qf 'Requires: %%{name} >= %%{epoch}:%%{version}\\n' -f | sed -e 's/ (none):/ /' -e 's/ 0:/ /' | grep -v "is not") Name: %pgname %if "@BUILD_FLAVOR@" == "mini" From 13446b31ca2a86845878565ec9d4f36a2449a5630f16f939743e1d9bbe911c8d Mon Sep 17 00:00:00 2001 From: Reinhard Max Date: Thu, 10 Feb 2022 15:29:32 +0000 Subject: [PATCH 3/4] OBS-URL: https://build.opensuse.org/package/show/server:database:postgresql/postgresql14?expand=0&rev=27 --- postgresql14.changes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postgresql14.changes b/postgresql14.changes index 3dd9d5a..87658ab 100644 --- a/postgresql14.changes +++ b/postgresql14.changes @@ -2,7 +2,7 @@ Tue Feb 8 14:01:56 UTC 2022 - Reinhard Max - bsc#1195680: Upgrade to 14.2: - * https://www.postgresql.org/docs/14/release-14-1.html + * https://www.postgresql.org/docs/14/release-14-2.html * Reindexing might be needed after applying this upgrade, so please read the release notes carefully. From 520352f47a8bf0e249ec89cebbcc1d48e4c708776673915a246d18985dabb230 Mon Sep 17 00:00:00 2001 From: Reinhard Max Date: Wed, 13 Apr 2022 12:19:14 +0000 Subject: [PATCH 4/4] - bsc#1198166: Pin to llvm13 until the next patchlevel update. OBS-URL: https://build.opensuse.org/package/show/server:database:postgresql/postgresql14?expand=0&rev=28 --- postgresql14.changes | 5 +++++ postgresql14.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/postgresql14.changes b/postgresql14.changes index 87658ab..b1323a1 100644 --- a/postgresql14.changes +++ b/postgresql14.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:01:56 UTC 2022 - Reinhard Max diff --git a/postgresql14.spec b/postgresql14.spec index 580836d..56cded3 100644 --- a/postgresql14.spec +++ b/postgresql14.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