put providing bundled libvterm into subpackage vim-enhanced
This commit is contained in:
parent
b57e2be10e
commit
01f71da743
13
vim.spec
13
vim.spec
@ -21,7 +21,7 @@ Summary: The VIM editor
|
|||||||
URL: http://www.vim.org/
|
URL: http://www.vim.org/
|
||||||
Name: vim
|
Name: vim
|
||||||
Version: %{baseversion}.%{patchlevel}
|
Version: %{baseversion}.%{patchlevel}
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: Vim and MIT
|
License: Vim and MIT
|
||||||
Source0: ftp://ftp.vim.org/pub/vim/unix/vim-%{baseversion}-%{patchlevel}.tar.bz2
|
Source0: ftp://ftp.vim.org/pub/vim/unix/vim-%{baseversion}-%{patchlevel}.tar.bz2
|
||||||
Source1: vim.sh
|
Source1: vim.sh
|
||||||
@ -86,11 +86,6 @@ BuildRequires: desktop-file-utils >= %{desktop_file_utils_version}
|
|||||||
Epoch: 2
|
Epoch: 2
|
||||||
Conflicts: filesystem < 3
|
Conflicts: filesystem < 3
|
||||||
|
|
||||||
# vim bundles libvterm, which is used during build - so we need to provide
|
|
||||||
# bundled libvterm for catching possible libvterm CVEs
|
|
||||||
Provides: bundled(libvterm)
|
|
||||||
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
VIM (VIsual editor iMproved) is an updated and improved version of the
|
VIM (VIsual editor iMproved) is an updated and improved version of the
|
||||||
vi editor. Vi was the first real screen-based editor for UNIX, and is
|
vi editor. Vi was the first real screen-based editor for UNIX, and is
|
||||||
@ -156,6 +151,9 @@ Suggests: ruby-libs ruby
|
|||||||
%if "%{withlua}" == "1"
|
%if "%{withlua}" == "1"
|
||||||
Suggests: lua-libs
|
Suggests: lua-libs
|
||||||
%endif
|
%endif
|
||||||
|
# vim bundles libvterm, which is used during build - so we need to provide
|
||||||
|
# bundled libvterm for catching possible libvterm CVEs
|
||||||
|
Provides: bundled(libvterm)
|
||||||
|
|
||||||
%description enhanced
|
%description enhanced
|
||||||
VIM (VIsual editor iMproved) is an updated and improved version of the
|
VIM (VIsual editor iMproved) is an updated and improved version of the
|
||||||
@ -785,6 +783,9 @@ touch %{buildroot}/%{_datadir}/%{name}/vimfiles/doc/tags
|
|||||||
%{_datadir}/icons/locolor/*/apps/*
|
%{_datadir}/icons/locolor/*/apps/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Mar 10 2020 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.357-2
|
||||||
|
- put providing bundled libvterm into subpackage vim-enhanced
|
||||||
|
|
||||||
* Fri Mar 06 2020 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.357-1
|
* Fri Mar 06 2020 Zdenek Dohnal <zdohnal@redhat.com> - 2:8.2.357-1
|
||||||
- patchlevel 357
|
- patchlevel 357
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user