From 1a0489ed3c245b90a2a4f9240ff10196ddad8d1d Mon Sep 17 00:00:00 2001 From: lingsheng <860373352@qq.com> Date: Thu, 11 Apr 2024 08:18:02 +0000 Subject: [PATCH] Add check require libxkbcommon Signed-off-by: lingsheng <860373352@qq.com> --- xkeyboard-config.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/xkeyboard-config.spec b/xkeyboard-config.spec index ecf686b..b15b30f 100644 --- a/xkeyboard-config.spec +++ b/xkeyboard-config.spec @@ -1,6 +1,6 @@ Name: xkeyboard-config Version: 2.39 -Release: 2 +Release: 3 Summary: The X Keyboard Extension License: MIT URL: https://www.freedesktop.org/wiki/Software/XKeyboardConfig @@ -11,6 +11,7 @@ Patch6000: backport-run-the-pytest-test-suite-as-part-of-meson-test.patch BuildArch: noarch BuildRequires: gettext gettext-devel libtool libxslt perl(XML::Parser) pkgconfig(glib-2.0) xkbcomp meson BuildRequires: pkgconfig(x11) >= 1.4.3 pkgconfig(xorg-macros) >= 1.12 pkgconfig(xproto) >= 7.0.20 pytest +BuildRequires: libxkbcommon %description The non-arch keyboard configuration database for X Window. The goal is to @@ -69,6 +70,9 @@ sed -i 's|Taiwan)|Taiwan China)|' po/* geometry/sun rules/base.xml symbols/tw %{_mandir}/man7/xkeyboard-config.* %changelog +* Thu Apr 11 2024 lingsheng - 2.39-3 +- Add check require libxkbcommon + * Thu Sep 21 2023 zhangpan - 2.39-2 - enable make check