diff --git a/xorg-x11-server.spec b/xorg-x11-server.spec index fbbb974cd8b33f8e06e57d53fa2eea6ef2738a5a..849029ce492777ac5b51b4b67674fd0b594a900d 100644 --- a/xorg-x11-server.spec +++ b/xorg-x11-server.spec @@ -16,7 +16,7 @@ Name: xorg-x11-server Version: 1.20.11 -Release: 5 +Release: 6 Summary: X.Org X11 X server License: MIT and GPLv2 URL: https://www.x.org @@ -341,7 +341,6 @@ find %{inst_srcdir}/hw/xfree86 -name \*.c -delete %files common %doc COPYING -%{_mandir}/man1/Xserver.1* %{_libdir}/xorg/protocol.txt %dir %{_localstatedir}/lib/xkb %{_localstatedir}/lib/xkb/README.compiled @@ -426,11 +425,15 @@ find %{inst_srcdir}/hw/xfree86 -name \*.c -delete %defattr(-,root,root) %doc ChangeLog README.md %{_mandir}/man*/* -%{_localstatedir}/lib/xkb/README.compiled -%{_libdir}/xorg/protocol.txt %changelog +* Wed Jun 15 2022 houjinchang - 1.20.11-6 +- Type:bugfix +- CVE:NA +- SUG:NA +- DESC:delete the same files of common and help + * Mon Jun 6 2022 houjinchang - 1.20.11-5 - Type:bugfix - CVE:NA