From e944fe223816b655bbb09f683a06f2fe0ed65564 Mon Sep 17 00:00:00 2001 From: "Benjamin A. Beasley" Date: Mon, 5 Dec 2022 19:05:05 -0500 Subject: [PATCH] The -vim subpackage now depends on vim-filesystem, not vim-enhanced MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- protobuf.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/protobuf.spec b/protobuf.spec index 7c74055..c001428 100644 --- a/protobuf.spec +++ b/protobuf.spec @@ -201,7 +201,10 @@ This package contains Python libraries for Google Protocol Buffers %package vim Summary: Vim syntax highlighting for Google Protocol Buffers descriptions 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 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 - Ensure all subpackages always have LICENSE, or depend on something that does - Remove obsolete ldconfig_scriptlets macros +- The -vim subpackage now depends on vim-filesystem, no longer on vim-enhanced * Sun Aug 14 2022 Orion Poplawski - 3.19.4-6 - Build python support with C++ (bz#2107921)