
Kimchi depends on an iSCSI system package to validate the iSCSI devices when creating a storage pool. Currently, the package "iscsi-initiator-utils" is listed as a dependency, but it is not available on openSUSE. Therefore, the Kimchi RPM file cannot be installed on that distro. Update the iSCSI dependency package name for openSUSE to "open-iscsi". Signed-off-by: Crístian Viana <vianac@linux.vnet.ibm.com> --- contrib/kimchi.spec.suse.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/kimchi.spec.suse.in b/contrib/kimchi.spec.suse.in index d1aec7b..bacf8df 100644 --- a/contrib/kimchi.spec.suse.in +++ b/contrib/kimchi.spec.suse.in @@ -21,7 +21,7 @@ Requires: python-ethtool Requires: python-ipaddr Requires: python-lxml Requires: nfs-client -Requires: iscsi-initiator-utils +Requires: open-iscsi %if 0%{?sles_version} == 11 Requires: python-ordereddict -- 1.8.4.2