feat: all man files is provided by help package

This commit is contained in:
liweiganga 2023-03-20 10:00:04 +08:00
parent 8695debd6d
commit 97a499ac0d

View File

@ -16,7 +16,7 @@
Name: xorg-x11-server
Version: 1.20.11
Release: 16
Release: 17
Summary: X.Org X11 X server
License: MIT and GPLv2
URL: https://www.x.org
@ -405,7 +405,6 @@ find %{inst_srcdir}/hw/xfree86 -name \*.c -delete
%files Xnest
%{_bindir}/Xnest
%{_mandir}/man1/Xnest.1*
%files Xdmx
%{_bindir}/Xdmx
@ -424,11 +423,9 @@ find %{inst_srcdir}/hw/xfree86 -name \*.c -delete
%files Xvfb
%{_bindir}/Xvfb
%{_bindir}/xvfb-run
%{_mandir}/man1/Xvfb.1*
%files Xephyr
%{_bindir}/Xephyr
%{_mandir}/man1/Xephyr.1*
%files source
%{xserver_source_dir}
@ -446,6 +443,9 @@ find %{inst_srcdir}/hw/xfree86 -name \*.c -delete
%{_mandir}/man*/*
%changelog
* Mon Mar 20 2023 liweiganga <liweiganga@uniontech.com> -1.20.11-17
- feat: all man files is provided by help package
* Fri Feb 17 2023 liweiganga <liweiganga@uniontech.com> -1.20.11-16
- fix CVE-2023-0494