Accepting request 579027 from GNOME:Factory
- go-find-deps.sh: add riscv64 to x64bitarch. OBS-URL: https://build.opensuse.org/request/show/579027 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gobject-introspection?expand=0&rev=77
This commit is contained in:
commit
cba6a430b9
@ -220,7 +220,7 @@ function inList() {
|
||||
return 1
|
||||
}
|
||||
|
||||
x64bitarch="x86_64 ppc64 ppc64le s390x ia64 aarch64"
|
||||
x64bitarch="x86_64 ppc64 ppc64le s390x ia64 aarch64 riscv64"
|
||||
|
||||
for path in \
|
||||
$(for tlpath in \
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 21 10:27:45 UTC 2018 - schwab@suse.de
|
||||
|
||||
- go-find-deps.sh: add riscv64 to x64bitarch.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 2 09:23:23 UTC 2017 - mpluskal@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package gobject-introspection
|
||||
#
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
|
Loading…
Reference in New Issue
Block a user