mirror of https://gitee.com/openkylin/libvirt.git
spec: Require libiscsi-devel instead of libiscsi
Commit 34a6962c41
added a BuildRequires for the
iscsi-direct backend, but we need the headers rather
than the runtime package to be available in order to
link against the library.
Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Erik Skultety <eskultet@redhat.com>
This commit is contained in:
parent
b0451117b3
commit
27bb9c944d
|
@ -320,7 +320,7 @@ BuildRequires: lvm2
|
|||
# For pool type=iscsi
|
||||
BuildRequires: iscsi-initiator-utils
|
||||
# For pool type=iscsi-direct
|
||||
BuildRequires: libiscsi
|
||||
BuildRequires: libiscsi-devel
|
||||
# For disk driver
|
||||
BuildRequires: parted-devel
|
||||
# For Multipath support
|
||||
|
|
Loading…
Reference in New Issue