From 8a1f0c5a278f298807eac5449c6d509133b0ebe1 Mon Sep 17 00:00:00 2001 From: lingsheng <860373352@qq.com> Date: Tue, 23 Apr 2024 07:22:37 +0000 Subject: [PATCH] add gsettings-desktop-schemas to fix check fail (cherry picked from commit 659456cf87a700ea2cde50c053dc343d3d01acfb) --- at-spi2-atk.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/at-spi2-atk.spec b/at-spi2-atk.spec index d566c75..7fc7377 100644 --- a/at-spi2-atk.spec +++ b/at-spi2-atk.spec @@ -1,6 +1,6 @@ Name: at-spi2-atk Version: 2.38.0 -Release: 3 +Release: 4 Summary: GTK+ module for the Assistive Technology Service License: LGPLv2+ @@ -14,6 +14,7 @@ BuildRequires: gtk2-devel dbus-devel dbus-glib-devel gcc BuildRequires: libxml2-devel gettext glib2-devel meson BuildRequires: atk-devel >= 2.29.2 dbus-x11 BuildRequires: at-spi2-core-devel >= 2.33.2 +BuildRequires: gsettings-desktop-schemas Requires: atk >= 2.33.3 Requires: at-spi2-core >= 2.33.2 @@ -65,6 +66,9 @@ dbus-launch ninja -C %{_host} test %doc README %changelog +* Tue Apr 23 2024 lingsheng - 2.38.0-4 +- add gsettings-desktop-schemas to fix check fail + * Fri Sep 15 2023 zhouwenpei - 2.38.0-3 - enable make check -- Gitee