Accepting request 1158179 from server:database:postgresql

OBS-URL: https://build.opensuse.org/request/show/1158179
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/postgresql16?expand=0&rev=7
This commit is contained in:
Ana Guerrero 2024-03-15 19:28:21 +00:00 committed by Git OBS Bridge
commit 6abc4a97ed
3 changed files with 11 additions and 14 deletions

View File

@ -1,13 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<constraints>
<overwrite>
<conditions>
<arch>s390x</arch>
</conditions>
<hardware>
<memory>
<size unit="G">12</size>
</memory>
</hardware>
</overwrite>
</constraints>

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Tue Mar 12 22:48:41 UTC 2024 - Aaron Puchert <aaronpuchert@alice-dsl.net>
- Require LLVM <= 17 for now, because LLVM 18 doesn't seem to work.
-------------------------------------------------------------------
Thu Mar 7 15:04:40 UTC 2024 - Sarah Kriesch <sarah.kriesch@opensuse.org>
- Remove constraints file because improved memory usage for s390x
-------------------------------------------------------------------
Thu Feb 29 14:36:42 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>

View File

@ -20,7 +20,7 @@
%define pgmajor 16
%define buildlibs 1
%define tarversion %{pgversion}
%define latest_supported_llvm_ver 18
%define latest_supported_llvm_ver 17
### CUT HERE ###
%define pgname postgresql%pgmajor