diff --git a/at-spi2-atk.spec b/at-spi2-atk.spec index d566c7563775aac87569008fe2f5c2c9adc89da0..7fc7377622c919556cc02e18888837691bb902c1 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