Accepting request 1005434 from home:Andreas_Schwab:Factory

- Update postgresql_has_llvm macro

OBS-URL: https://build.opensuse.org/request/show/1005434
OBS-URL: https://build.opensuse.org/package/show/server:database:postgresql/postgresql?expand=0&rev=143
This commit is contained in:
2022-09-26 11:50:25 +00:00
committed by Git OBS Bridge
parent eba7b2a0c4
commit f2c92c6ae8
2 changed files with 6 additions and 1 deletions

View File

@@ -49,5 +49,5 @@ Recommends: %{pg_name}-llvmjit \
%nil
%pg_version_from_name %define pg_version %( echo %{?pg_name} | sed -e 's|^postgresql||g' )%{nil}
%postgresql_has_llvm (0%{?suse_version} >= 1500 && 0%{?pg_version} >= 11 && 0%{?pg_version} < 90)
%postgresql_has_llvm (0%{?suse_version} >= 1500 && "%{_target_cpu}" != "riscv64" && 0%{?pg_version} >= 11 && 0%{?pg_version} < 90)

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Sep 22 14:23:49 UTC 2022 - Andreas Schwab <schwab@suse.de>
- Update postgresql_has_llvm macro
-------------------------------------------------------------------
Mon Sep 5 13:12:41 UTC 2022 - Dirk Müller <dmueller@suse.com>