From 47c27fa1d24e47e08e72f1e434257d4a7f397224 Mon Sep 17 00:00:00 2001 From: lingsheng <860373352@qq.com> Date: Tue, 23 Apr 2024 08:46:15 +0000 Subject: [PATCH] add gsettings-desktop-schemas to fix check fail (cherry picked from commit f7db2a5556c23d60b6ca7f86afa0e5f7c124561a) --- 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 2ea434e..a121738 100644 --- a/at-spi2-atk.spec +++ b/at-spi2-atk.spec @@ -1,6 +1,6 @@ Name: at-spi2-atk Version: 2.34.2 -Release: 2 +Release: 3 Summary: GTK+ module for the Assistive Technology Service License: LGPLv2+ @@ -11,6 +11,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.29.1 +BuildRequires: gsettings-desktop-schemas Requires: atk >= 2.33.3 Requires: at-spi2-core >= 2.29.1 @@ -62,6 +63,9 @@ dbus-launch ninja -C %{_host} test %doc README %changelog +* Tue Apr 23 2024 lingsheng - 2.34.2-3 +- add gsettings-desktop-schemas to fix check fail + * Thu Nov 9 2023 zhangpan - 2.34.2-2 - enable make check -- Gitee