* Incudes upstream version 2.1.10 plus some fixes * Fix firmware targets startup to always be "onboot" (#482) (bsc#1228084) * Change a discovery function to void return type (#481) * Fix gcc issues (#480) * Bugfix read specific sysfs value "off" of session attribute (#466) * Fix bug where abort_tmo read failures were ignored. (#467) * grammar nitpicks (#464) * Fix memory leak in iscsi_check_session_use_count (#465) * improve the comments in idbm_lock() (#458) * Make it visible when memory allocation failure (#457) * Better handle multiple iscsiadm commands (#453) * iscsiadm: allow hostnames in node-mode commands (#451) * Modify how workqueue priority is set (#445) * Fix authmethod check by printing a warning message when CHAP used and authmethod=None (#443) * iscsid: Rescan devices on relogin (#444) * Adds missing characters in README. (#440) * Turn off iSCSI NOP-Outs, by default. * fix: add usr/iscsid_req.h missinig underline (#431) (#436) OBS-URL: https://build.opensuse.org/package/show/network/open-iscsi?expand=0&rev=237
18 lines
837 B
Plaintext
18 lines
837 B
Plaintext
<services>
|
|
<service name="tar_scm" mode="disabled">
|
|
<param name="url">https://github.com/openSUSE/open-iscsi.git</param>
|
|
<param name="scm">git</param>
|
|
<param name="filename">open-iscsi</param>
|
|
<param name="version">fea0fde82ed1</param>
|
|
<param name="versionformat">2.1.10.suse+@TAG_OFFSET@.%h</param>
|
|
<param name="match-tag">2.1.[0-9]*</param>
|
|
<param name="revision">openSUSE-Factory</param>
|
|
<param name="changesgenerate">enable</param>
|
|
<param name="exclude">.git</param>
|
|
</service>
|
|
<service name="recompress" mode="disabled">
|
|
<param name="file">open-iscsi*.tar</param>
|
|
<param name="compression">xz</param>
|
|
</service>
|
|
</services>
|