diff --git a/at-spi2-atk.spec b/at-spi2-atk.spec index 2ea434ec667217813c1843fd2b06e6b3e83876ab..a1217383b2bec0cc52263ef3a9f3dccbaa545788 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