From e797f77a053a0a97a3ade1923397dbf842fa3ff863bf22940300c5cb74042596 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Tue, 8 Jun 2021 16:18:35 +0000 Subject: [PATCH] Accepting request 898450 from GNOME:Next - gi-find-deps.sh: on Tumbleweed, HOSTTYPE on ppc64/ppc64le reports powerpc64 and powerpc64le: accept those strings as 64bit archs. OBS-URL: https://build.opensuse.org/request/show/898450 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gobject-introspection?expand=0&rev=222 --- gi-find-deps.sh | 2 +- gobject-introspection.changes | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/gi-find-deps.sh b/gi-find-deps.sh index fcec1db..ea345c7 100644 --- a/gi-find-deps.sh +++ b/gi-find-deps.sh @@ -233,7 +233,7 @@ function inList() { return 1 } -x64bitarch="x86_64 ppc64 ppc64le s390x ia64 aarch64 riscv64" +x64bitarch="x86_64 ppc64 powerpc64 ppc64le powerpc64le s390x ia64 aarch64 riscv64" for path in \ $(for tlpath in \ diff --git a/gobject-introspection.changes b/gobject-introspection.changes index c437780..4f650b6 100644 --- a/gobject-introspection.changes +++ b/gobject-introspection.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Jun 8 13:38:11 UTC 2021 - Dominique Leuenberger + +- gi-find-deps.sh: on Tumbleweed, HOSTTYPE on ppc64/ppc64le reports + powerpc64 and powerpc64le: accept those strings as 64bit archs. + ------------------------------------------------------------------- Sat Mar 20 07:07:02 UTC 2021 - Dominique Leuenberger