[Kimchi-devel] [PATCH] Issue #308: Use correct iSCSI package for openSUSE
Mark Wu
wudxw at linux.vnet.ibm.com
Fri Jan 17 00:58:02 UTC 2014
On 01/17/2014 02:51 AM, Crístian Viana wrote:
> 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 at 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
Reviewed-by: Mark Wu<wudxw at linux.vnet.ibm.com>
@Zhengsheng, could you please review it? Thanks!
More information about the Kimchi-devel
mailing list