From 996b00b09be35279cedb2121d76653254d4d42b6 Mon Sep 17 00:00:00 2001 From: Funda Wang Date: Sun, 13 Oct 2024 11:20:02 +0800 Subject: [PATCH] Disable find requires due to circular dependency on gtk4 --- gobject-introspection.spec | 5 ++++- gobjectintrospection.attr | 1 - 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/gobject-introspection.spec b/gobject-introspection.spec index f33f522..abea98c 100644 --- a/gobject-introspection.spec +++ b/gobject-introspection.spec @@ -2,7 +2,7 @@ Name: gobject-introspection Version: 1.76.1 -Release: 2 +Release: 3 Summary: Introspection system for GObject-based libraries License: GPL-2.0-or-later AND LGPL-2.0-or-later AND LGPL-2.1-or-later AND BSD-2-Clause URL: https://gi.readthedocs.io/ @@ -113,6 +113,9 @@ install -D %{S:2} -m 0644 %{buildroot}%{_fileattrsdir}/gobjectintrospection.attr %{_mandir}/man1/*.1* %changelog +* Sun Oct 13 2024 Funda Wang - 1.76.1-3 +- Disable find requires due to circular dependency on gtk4 + * Mon Sep 23 2024 Funda Wang - 1.76.1-2 - Add gi-find-deps script from openSUSE to ease dependency solving diff --git a/gobjectintrospection.attr b/gobjectintrospection.attr index a814b5f..6f7075a 100644 --- a/gobjectintrospection.attr +++ b/gobjectintrospection.attr @@ -1,4 +1,3 @@ %__gobjectintrospection_provides %{_rpmconfigdir}/gi-find-deps.sh -P -%__gobjectintrospection_requires %{_rpmconfigdir}/gi-find-deps.sh -R %__gobjectintrospection_path ^((%{_libdir}|%{_datadir}/gir-1.0)/.*\.typelib)|(.*\.gresource)|(.*\.py)|(.*\.js)|(.*\.so)|(%{_bindir}/.*)$ %__gobjectintrospection_exclude_path ^/usr/share/doc/ -- Gitee