From 3e31ea63a05a40289ed8b66a28d9ca5a218cb215 Mon Sep 17 00:00:00 2001 From: shixuantong Date: Wed, 10 Aug 2022 11:13:12 +0800 Subject: [PATCH] fix failed to source defaults.vim --- vim.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/vim.spec b/vim.spec index b38b279..b95e79d 100644 --- a/vim.spec +++ b/vim.spec @@ -12,7 +12,7 @@ Name: vim Epoch: 2 Version: 9.0 -Release: 3 +Release: 4 Summary: Vim is a highly configurable text editor for efficiently creating and changing any kind of text. License: Vim and MIT URL: http://www.vim.org @@ -416,6 +416,7 @@ popd %{_bindir}/{ex,vi,view,rvi,rview} %{_mandir}/man1/{vi.*,ex.*,rvi.*,rview.*,view.*} %{_mandir}/man5/virc.* +%{_datadir}/%{name}/%{vimdir}/defaults.vim %files enhanced %{_bindir}/{vim,rvim,vimdiff,vimtutor} @@ -436,6 +437,12 @@ popd %{_mandir}/man1/evim.* %changelog +* Wed Aug 10 2022 shixuantong - 2:9.0-4 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC:fix failed to source defaults.vim + * Tue Aug 02 2022 shixuantong - 2:9.0-3 - Type:CVE - ID:CVE-2022-2598 CVE-2022-2571 -- Gitee