diff --git a/xorg-x11-server.spec b/xorg-x11-server.spec index 9b90f1c356a145247891a0a8fcd094c27a34827c..845c1ea9644fcf9b2dd98a759be412ac50d1a0d6 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