From 659a459791429ac242e2b3f188e1496096f9b3ed Mon Sep 17 00:00:00 2001 From: houjinchang Date: Wed, 15 Jun 2022 11:30:20 +0800 Subject: [PATCH] delete the same files of common and help --- xorg-x11-server.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/xorg-x11-server.spec b/xorg-x11-server.spec index fbbb974..849029c 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 -- Gitee