From d557f0776bf4ad4a4ef0e09c4526f5db668b6f50 Mon Sep 17 00:00:00 2001 From: Neal Gompa Date: Thu, 7 Jan 2021 07:58:09 -0700 Subject: [PATCH] rpm: Drop unnecessary libiscsi runtime dependency This is automatically picked up by the dependency generator, so there's no reason to have this here. Signed-off-by: Neal Gompa Reviewed-by: Andrea Bolognani --- libvirt.spec.in | 1 - 1 file changed, 1 deletion(-) diff --git a/libvirt.spec.in b/libvirt.spec.in index 5766af2255..d7cd708609 100644 --- a/libvirt.spec.in +++ b/libvirt.spec.in @@ -573,7 +573,6 @@ volumes using the host iscsi stack. Summary: Storage driver plugin for iscsi-direct Requires: libvirt-daemon-driver-storage-core = %{version}-%{release} Requires: libvirt-libs = %{version}-%{release} -Requires: libiscsi %description daemon-driver-storage-iscsi-direct The storage driver backend adding implementation of the storage APIs for iscsi