From 84ed29657e3c66794b598dd5ca04a83af06ed72d Mon Sep 17 00:00:00 2001 From: wangjiang Date: Fri, 16 Sep 2022 16:31:39 +0800 Subject: [PATCH] add BuildRequires make --- vim.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/vim.spec b/vim.spec index 571934e..c4af6c6 100644 --- a/vim.spec +++ b/vim.spec @@ -12,7 +12,7 @@ Name: vim Epoch: 2 Version: 9.0 -Release: 13 +Release: 14 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 @@ -68,7 +68,7 @@ Patch9000: bugfix-rm-modify-info-version.patch BuildRequires: autoconf python3-devel ncurses-devel gettext perl-devel perl-generators gcc BuildRequires: perl(ExtUtils::Embed) perl(ExtUtils::ParseXS) libacl-devel gpm-devel file -BuildRequires: desktop-file-utils >= 0.2.93 libtool +BuildRequires: desktop-file-utils >= 0.2.93 libtool make %if %{_with_selinux__} BuildRequires: libselinux-devel %endif @@ -461,6 +461,12 @@ LC_ALL=en_US.UTF-8 make -j1 test %{_mandir}/man1/evim.* %changelog +* Fri Sep 16 2022 wangjiang - 2:9.0-14 +- Type:enhancement +- ID:NA +- SUG:NA +- DESC:add BuildRequires make + * Tue Sep 13 2022 wangjiang - 2:9.0-13 - Type:CVE - ID:CVE-2022-3134CVE-2022-3153 -- Gitee