Accepting request 206964 from home:elvigia:branches:network

- install the iscsistart utility which is required by dracut

OBS-URL: https://build.opensuse.org/request/show/206964
OBS-URL: https://build.opensuse.org/package/show/network/open-iscsi?expand=0&rev=21
This commit is contained in:
Andrey Karepin
2013-11-15 15:40:31 +00:00
committed by Git OBS Bridge
parent 980ccf70ac
commit 3c8c536e1b
2 changed files with 6 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Nov 14 22:59:40 UTC 2013 - crrodriguez@opensuse.org
- install the iscsistart utility which is required by dracut
-------------------------------------------------------------------
Fri Oct 4 16:07:47 CEST 2013 - ohering@suse.de

View File

@@ -104,6 +104,7 @@ ln -sf ../../etc/init.d/iscsid ${RPM_BUILD_ROOT}/usr/sbin/rciscsid
%endif
(cd ${RPM_BUILD_ROOT}/etc; ln -sf iscsi/iscsid.conf iscsid.conf)
touch ${RPM_BUILD_ROOT}/etc/iscsi/initiatorname.iscsi
install -m 0755 usr/iscsistart %{buildroot}/sbin
%clean
[ "${RPM_BUILD_ROOT}" != "/" -a -d ${RPM_BUILD_ROOT} ] && rm -rf ${RPM_BUILD_ROOT}