Accepting request 1229007 from GNOME:Factory

Fix dependency generation for loongarch64.

OBS-URL: https://build.opensuse.org/request/show/1229007
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gobject-introspection?expand=0&rev=114
This commit is contained in:
Ana Guerrero 2024-12-08 10:36:55 +00:00 committed by Git OBS Bridge
commit d105a40f61
3 changed files with 14 additions and 3 deletions

View File

@ -250,7 +250,7 @@ function inList() {
} }
# Confer with /usr/lib/rpm/platforms # 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 path in \
$(for tlpath in \ $(for tlpath in \

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
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>
- Add python3-setuptools Requires: needed for python 3.13 which
dropped distutils; setuptools now provides it.
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Sep 13 14:36:24 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com> Fri Sep 13 14:36:24 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
@ -272,7 +283,7 @@ Mon Feb 14 15:06:06 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
------------------------------------------------------------------- -------------------------------------------------------------------
Thu Feb 10 20:54:01 UTC 2022 - Dirk Müller <dmueller@suse.com> Thu Feb 10 20:54:01 UTC 2022 - Dirk Müller <dmueller@suse.com>
- use bash for bash scripts (bsc#1195391) - use bash for bash scripts (bsc#1195391)
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Feb 1 09:30:07 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com> Tue Feb 1 09:30:07 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>

View File

@ -32,7 +32,6 @@ Source2: gobjectintrospection.attr
Source3: gobject-introspection-typelib.template Source3: gobject-introspection-typelib.template
Source98: baselibs.conf Source98: baselibs.conf
Source99: %{name}-rpmlintrc Source99: %{name}-rpmlintrc
BuildRequires: bison BuildRequires: bison
BuildRequires: fdupes BuildRequires: fdupes
BuildRequires: flex BuildRequires: flex
@ -51,6 +50,7 @@ Requires: file
Requires: libgirepository-1_0-1 = %{version} Requires: libgirepository-1_0-1 = %{version}
# gi-find-deps uses the enhanced grep variant in order to do multi-line matching (for pkg.requires(..)) # gi-find-deps uses the enhanced grep variant in order to do multi-line matching (for pkg.requires(..))
Requires: pcre2-tools Requires: pcre2-tools
Requires: python3-setuptools
Requires: python3-xml Requires: python3-xml
Requires: python(abi) = %{python3_version} Requires: python(abi) = %{python3_version}