]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
spec: Drop -bash-completion package
authorAndrea Bolognani <abologna@redhat.com>
Tue, 20 Apr 2021 16:54:58 +0000 (18:54 +0200)
committerAndrea Bolognani <abologna@redhat.com>
Thu, 22 Apr 2021 09:01:27 +0000 (11:01 +0200)
It's now empty, so no point in keeping it around.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Neal Gompa <ngompa13@gmail.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
docs/kbase/rpm-deployment.rst
libvirt.spec.in

index cc2a4eb28883337e2bb374a0ef6fb665642d4805..7b3bbfefe8e10a824226a53e719bb9c3ad0d91bf 100644 (file)
@@ -27,12 +27,6 @@ RPM packages
   every other libvirt RPM package. Almost every deployment scenario would be
   better served by picking one of the other RPMs listed below.
 
-* libvirt-bash-completion
-
-  Argument auto-completion support for the Bash shell. This is shared code that
-  is pulled in by either the libvirt-admin or libvirt-clients RPMs, so there is
-  no need to explicitly ask for this package to be installed.
-
 * libvirt-client
 
   The virsh tool, used for interacting with any libvirt driver, both primary
index 8c0d0acf4ec80f35f55a2ef4b4408a1021a1c003..da7af2824e15b538fbd124d21bf35d8b3347aad7 100644 (file)
@@ -434,9 +434,6 @@ Summary: Server side daemon and supporting files for libvirt library
 # The client side, i.e. shared libs are in a subpackage
 Requires: %{name}-libs = %{version}-%{release}
 
-# bash completion support for virt-admin
-Requires: %{name}-bash-completion = %{version}-%{release}
-
 # (client invokes 'nc' against the UNIX socket on the server)
 Requires: /usr/bin/nc
 
@@ -473,6 +470,7 @@ Requires: gettext
 # Ensure smooth upgrades
 Obsoletes: libvirt-admin < 7.3.0
 Provides: libvirt-admin
+Obsoletes: libvirt-bash-completion < 7.3.0
 
 %description daemon
 Server side daemon required to manage the virtualization capabilities
@@ -912,7 +910,9 @@ Summary: Client side utilities of the libvirt library
 Requires: %{name}-libs = %{version}-%{release}
 # Needed by virt-pki-validate script.
 Requires: gnutls-utils
-Requires: %{name}-bash-completion = %{version}-%{release}
+
+# Ensure smooth upgrades
+Obsoletes: libvirt-bash-completion < 7.3.0
 
 %description client
 The client binaries needed to access the virtualization
@@ -929,12 +929,6 @@ Requires: cyrus-sasl-gssapi
 %description libs
 Shared libraries for accessing the libvirt daemon.
 
-%package bash-completion
-Summary: Bash completion script
-
-%description bash-completion
-Bash completion script stub.
-
 %if %{with_wireshark}
 %package wireshark
 Summary: Wireshark dissector plugin for libvirt RPC transactions