spec: Drop -bash-completion package

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>
This commit is contained in:
Andrea Bolognani 2021-04-20 18:54:58 +02:00
parent cf66ee8ddc
commit 73a3ac414f
2 changed files with 4 additions and 16 deletions

View File

@ -27,12 +27,6 @@ RPM packages
every other libvirt RPM package. Almost every deployment scenario would be every other libvirt RPM package. Almost every deployment scenario would be
better served by picking one of the other RPMs listed below. 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 * libvirt-client
The virsh tool, used for interacting with any libvirt driver, both primary The virsh tool, used for interacting with any libvirt driver, both primary

View 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 # The client side, i.e. shared libs are in a subpackage
Requires: %{name}-libs = %{version}-%{release} 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) # (client invokes 'nc' against the UNIX socket on the server)
Requires: /usr/bin/nc Requires: /usr/bin/nc
@ -473,6 +470,7 @@ Requires: gettext
# Ensure smooth upgrades # Ensure smooth upgrades
Obsoletes: libvirt-admin < 7.3.0 Obsoletes: libvirt-admin < 7.3.0
Provides: libvirt-admin Provides: libvirt-admin
Obsoletes: libvirt-bash-completion < 7.3.0
%description daemon %description daemon
Server side daemon required to manage the virtualization capabilities 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} Requires: %{name}-libs = %{version}-%{release}
# Needed by virt-pki-validate script. # Needed by virt-pki-validate script.
Requires: gnutls-utils Requires: gnutls-utils
Requires: %{name}-bash-completion = %{version}-%{release}
# Ensure smooth upgrades
Obsoletes: libvirt-bash-completion < 7.3.0
%description client %description client
The client binaries needed to access the virtualization The client binaries needed to access the virtualization
@ -929,12 +929,6 @@ Requires: cyrus-sasl-gssapi
%description libs %description libs
Shared libraries for accessing the libvirt daemon. Shared libraries for accessing the libvirt daemon.
%package bash-completion
Summary: Bash completion script
%description bash-completion
Bash completion script stub.
%if %{with_wireshark} %if %{with_wireshark}
%package wireshark %package wireshark
Summary: Wireshark dissector plugin for libvirt RPC transactions Summary: Wireshark dissector plugin for libvirt RPC transactions