Accepting request 906602 from GNOME:Next

GNOME 40.3

OBS-URL: https://build.opensuse.org/request/show/906602
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gobject-introspection?expand=0&rev=224
This commit is contained in:
Dominique Leuenberger 2021-07-19 07:44:00 +00:00 committed by Git OBS Bridge
parent e797f77a05
commit e4c41fa8f2
2 changed files with 14 additions and 1 deletions

View File

@ -233,7 +233,8 @@ function inList() {
return 1
}
x64bitarch="x86_64 ppc64 powerpc64 ppc64le powerpc64le s390x ia64 aarch64 riscv64"
# Confer with /usr/lib/rpm/platforms
x64bitarch="aarch64 mips64 mips64el mips64r6 mips64r6el ppc64 ppc64le riscv64 s390x sparc64 x86_64"
for path in \
$(for tlpath in \

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Mon Jun 28 08:58:14 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
- Revert back o HOSTTYPE: RPM_ARCH is not available to the dep
scanners.
-------------------------------------------------------------------
Tue Jun 8 20:10:13 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
- gi-find-deps.sh: Don't use HOSTTYPE, use RPM_ARCH.
- ia64 never used ()(64bit) markers, do drop that from gi-find-deps.
-------------------------------------------------------------------
Tue Jun 8 13:38:11 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>