From 02d76e747af5bed7f510885b4ceb46453bc2822a Mon Sep 17 00:00:00 2001 From: zhangshaoning Date: Thu, 29 Jul 2021 15:00:37 +0800 Subject: [PATCH] Remove harmless file: xinit-compat.desktop --- xorg-x11-xinit.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/xorg-x11-xinit.spec b/xorg-x11-xinit.spec index 478eceb..d44a61b 100644 --- a/xorg-x11-xinit.spec +++ b/xorg-x11-xinit.spec @@ -1,6 +1,6 @@ Name: xorg-x11-xinit Version: 1.4.0 -Release: 7 +Release: 8 Summary: X.Org X11 X Window System xinit startup scripts License: MIT URL: https://www.x.org @@ -62,13 +62,16 @@ install -D -p -m 755 %{SOURCE9} $RPM_BUILD_ROOT%{_libexecdir}/xinit-compat %config(noreplace) %{_sysconfdir}/X11/* %{_sysconfdir}/X11/xinit/xinitrc.d/* %{_libexecdir}/xinit-compat -%{_datadir}/xsessions/xinit-compat.desktop +%exclude %{_datadir}/xsessions/xinit-compat.desktop %files help %{_mandir}/man1/startx.1* %{_mandir}/man1/xinit.1* %changelog +* Thu Jul 29 2021 zhangshaoning - 1.4.0-8 +- Remove harmless file: xinit-compat.desktop + * Tue Nov 10 2020 baizhonggui - 1.4.0.7 - Add install requires help package into main package