Accepting request 207060 from network

- install the iscsistart utility which is required by dracut (forwarded request 206964 from elvigia)

OBS-URL: https://build.opensuse.org/request/show/207060
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/open-iscsi?expand=0&rev=34
This commit is contained in:
Stephan Kulow 2013-11-17 19:20:08 +00:00 committed by Git OBS Bridge
commit 324a813b39
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}