From 65170ad94f6b85981e54d72ae57f9958fc86197c Mon Sep 17 00:00:00 2001 From: wangkaiyuan Date: Mon, 19 Dec 2022 01:47:48 +0000 Subject: [PATCH] Fix doc package installation Signed-off-by: wangkaiyuan --- xorg-x11-server.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/xorg-x11-server.spec b/xorg-x11-server.spec index 9b90f1c..845c1ea 100644 --- a/xorg-x11-server.spec +++ b/xorg-x11-server.spec @@ -9,7 +9,7 @@ # check out the master branch, pull, cherry-pick, and push. # X.org requires lazy relocations to work. -%define anolis_release .0.1 +%define anolis_release .0.2 %undefine _hardened_build %undefine _strict_symbol_defs_build @@ -346,7 +346,7 @@ Xserver source code needed to build VNC server (Xvnc) %package doc Summary: Documents for %{name} BuildArch: noarch -Requires: %{name} = %{version}-%{release} +Requires: xorg-x11-server-common = %{version}-%{release} %description doc Doc pages for %{name}. @@ -582,6 +582,9 @@ find %{inst_srcdir}/hw/xfree86 -name \*.c -delete %changelog +* Mon Dec 19 2022 wangkaiyuan - 1.20.11-5.2.0.2 +- Fix doc package installation + * Sat Jul 16 2022 Hangbo Fan - 1.20.11-5.2.0.1 - Add doc sub package -- Gitee