From 9592d752056291b37a72ae7c84a99e54d7a444fd4fce5a7c40f31544a7978ef5 Mon Sep 17 00:00:00 2001 From: Reinhard Max Date: Tue, 8 Feb 2022 13:45:49 +0000 Subject: [PATCH] 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"