diff --git a/ibus.spec b/ibus.spec index c071d65d9c76035a41a85487593f0c116c5d2e01..3a435e0f50082aa45b77eb57c15dc92a2b68cf85 100644 --- a/ibus.spec +++ b/ibus.spec @@ -1,4 +1,4 @@ -%define anolis_release 1 +%define anolis_release 2 %global with_pkg_config %(pkg-config --version >/dev/null 2>&1 && echo -n "1" || echo -n "0") %global ibus_api_version 1.0 @@ -79,7 +79,7 @@ Requires: dconf Requires: python3-gobject %{?__python3:Requires: %{__python3}} Requires: xorg-x11-xinit -Requires: setxkbmap +Requires: xorg-x11-xkb-utils Requires: desktop-file-utils Requires(post): desktop-file-utils @@ -416,5 +416,8 @@ dconf update || : %{_datadir}/installed-tests/ibus %changelog +* Mon Aug 01 2022 mgb01105731 - 1.5.25-2 +- Replace Requires setxkbmap to xorg-x11-xkb-utils + * Tue Apr 12 2022 Chunmei Xu - 1.5.25-1 - init from upstream