add BuildRequires make
(cherry picked from commit 84ed29657e3c66794b598dd5ca04a83af06ed72d)
This commit is contained in:
parent
97efa8f06c
commit
01efd1b7f5
10
vim.spec
10
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 <wangjiang37@h-partners.com> - 2:9.0-14
|
||||
- Type:enhancement
|
||||
- ID:NA
|
||||
- SUG:NA
|
||||
- DESC:add BuildRequires make
|
||||
|
||||
* Tue Sep 13 2022 wangjiang <wangjiang37@h-partners.com> - 2:9.0-13
|
||||
- Type:CVE
|
||||
- ID:CVE-2022-3134CVE-2022-3153
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user