]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
rpm: Remove pointless explicit dependency on 'readline'
authorNeal Gompa <ngompa13@gmail.com>
Mon, 7 Sep 2020 18:59:39 +0000 (14:59 -0400)
committerMichal Privoznik <mprivozn@redhat.com>
Tue, 8 Sep 2020 11:20:28 +0000 (13:20 +0200)
The 'readline' package only contains the library, which rpm is
already generating the (stricter) correct dependency for.

Signed-off-by: Neal Gompa <ngompa13@gmail.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
libvirt.spec.in

index d124a7ce456af23f569d3737dbf65fb93cb5649f..379cf0d9be84d1751e6aab8adc2e1c7c2085abfe 100644 (file)
@@ -891,7 +891,6 @@ capabilities of VirtualBox
 %package client
 Summary: Client side utilities of the libvirt library
 Requires: %{name}-libs = %{version}-%{release}
-Requires: readline
 # Needed by /usr/libexec/libvirt-guests.sh script.
 Requires: gettext
 # Needed by virt-pki-validate script.
@@ -918,7 +917,6 @@ Shared libraries for accessing the libvirt daemon.
 %package admin
 Summary: Set of tools to control libvirt daemon
 Requires: %{name}-libs = %{version}-%{release}
-Requires: readline
 %if %{with_bash_completion}
 Requires: %{name}-bash-completion = %{version}-%{release}
 %endif