From d27590b3bdc926854a2e94a11709a1075962acfb Mon Sep 17 00:00:00 2001 From: xingxing Date: Wed, 13 Apr 2022 11:00:06 +0800 Subject: [PATCH] enable patch 6000 (cherry picked from commit e3e81b3a56c70d11c99355cb5c06990b392e18e5) --- xorg-x11-xkb-utils.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/xorg-x11-xkb-utils.spec b/xorg-x11-xkb-utils.spec index 1df4f38..43483d4 100644 --- a/xorg-x11-xkb-utils.spec +++ b/xorg-x11-xkb-utils.spec @@ -1,7 +1,7 @@ Summary: X.Org X11 xkb utilities Name: xorg-x11-xkb-utils Version: 7.7 -Release: 29 +Release: 30 License: MIT URL: https://www.x.org @@ -39,6 +39,9 @@ X.Org X11 xkb utilities development files. %prep %setup -q -c xorg-x11-xkb-utils-%{version} -a1 -a2 -a3 -a4 +pushd xkbcomp-* +%patch6000 -p1 +popd %build { @@ -90,6 +93,9 @@ X.Org X11 xkb utilities development files. %{_libdir}/pkgconfig/xkbcomp.pc %changelog +* Wed Apr 13 2022 xingxing - 7.7-30 +- enable patch 6000 + * Mon Apr 11 2022 xingxing - 7.7-29 - Type:bugfix - CVE:NA -- Gitee