mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 13:45:38 +00:00
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:
parent
cf66ee8ddc
commit
73a3ac414f
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user