- fix dependency generation for loongarch64

OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gobject-introspection?expand=0&rev=264
This commit is contained in:
Bjørn Lie 2024-12-07 09:29:55 +00:00 committed by Git OBS Bridge
parent 6142e71797
commit 152c71d16a
2 changed files with 6 additions and 1 deletions

View File

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

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Dec 6 09:18:48 UTC 2024 - Adrian Schröter <adrian@suse.de>
- fix dependency generation for loongarch64
-------------------------------------------------------------------
Fri Nov 22 08:33:49 UTC 2024 - Dirk Müller <dmueller@suse.com>