The -vim subpackage now depends on vim-filesystem, not vim-enhanced
We don’t really need vim or vim-enhanced to be already installed in order to install a plugin for it. We do need to depend on vim-filesystem, which provides the necessary directory structure.
This commit is contained in:
parent
0271877f01
commit
e944fe2238
@ -201,7 +201,10 @@ This package contains Python libraries for Google Protocol Buffers
|
|||||||
%package vim
|
%package vim
|
||||||
Summary: Vim syntax highlighting for Google Protocol Buffers descriptions
|
Summary: Vim syntax highlighting for Google Protocol Buffers descriptions
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
Requires: vim-enhanced
|
# We don’t really need vim or vim-enhanced to be already installed in order to
|
||||||
|
# install a plugin for it. We do need to depend on vim-filesystem, which
|
||||||
|
# provides the necessary directory structure.
|
||||||
|
Requires: vim-filesystem
|
||||||
|
|
||||||
%description vim
|
%description vim
|
||||||
This package contains syntax highlighting for Google Protocol Buffers
|
This package contains syntax highlighting for Google Protocol Buffers
|
||||||
@ -494,6 +497,7 @@ install -p -m 0644 %{SOURCE2} %{buildroot}%{_emacs_sitestartdir}
|
|||||||
- Re-enable compiled Python extension on Python 3.11
|
- Re-enable compiled Python extension on Python 3.11
|
||||||
- Ensure all subpackages always have LICENSE, or depend on something that does
|
- Ensure all subpackages always have LICENSE, or depend on something that does
|
||||||
- Remove obsolete ldconfig_scriptlets macros
|
- Remove obsolete ldconfig_scriptlets macros
|
||||||
|
- The -vim subpackage now depends on vim-filesystem, no longer on vim-enhanced
|
||||||
|
|
||||||
* Sun Aug 14 2022 Orion Poplawski <orion@nwra.com> - 3.19.4-6
|
* Sun Aug 14 2022 Orion Poplawski <orion@nwra.com> - 3.19.4-6
|
||||||
- Build python support with C++ (bz#2107921)
|
- Build python support with C++ (bz#2107921)
|
||||||
|
Loading…
Reference in New Issue
Block a user