diff --git a/at-spi2-atk.spec b/at-spi2-atk.spec index f1bbc3dbd2f96f895f42c983ec317e6a9d59c755..b698e6dc448befdeb821b87d493e44c391557be4 100644 --- a/at-spi2-atk.spec +++ b/at-spi2-atk.spec @@ -1,6 +1,6 @@ Name: at-spi2-atk Version: 2.38.0 -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.33.2 +BuildRequires: gsettings-desktop-schemas Requires: atk >= 2.33.3 Requires: at-spi2-core >= 2.33.2 @@ -62,6 +63,9 @@ dbus-launch ninja -C %{_host} test %doc README %changelog +* Tue Apr 23 2024 lingsheng - 2.38.0-3 +- add gsettings-desktop-schemas to fix check fail + * Tue Nov 14 2023 zhangpan - 2.38.0-2 - enable make check