Files
libiscsi/_service
Martin Pluskal 9f152f1fab - Update to version 1.20.0+git.20240206:
* spelling fixes: eventhough, shoudl, asyncronous, maxium, implicity
  * COPYING: stop mentioning ld_scsi
  * New version 1.20.0
  * Previously, 'task->status' was printed as decimal. In iscsi.h, the values that are put into it are defined as hexadecimal. This is a bit confusing (grepping through the code for 251658241 did not result in anything while the hex variant f000001 resulted in SCSI_STATUS_ERROR).
  * Fix for https://github.com/sahlberg/libiscsi/issues/409 'ms->pages' was not checked for being NULL. This can happen when a target does not return any pages.
  * Improve iSCSI PDU header dump
  * Abstract value_string as common utility
  * Drain DATAOUT PDU on timeout

OBS-URL: https://build.opensuse.org/package/show/Base:System/libiscsi?expand=0&rev=51
2024-02-29 13:07:57 +00:00

16 lines
555 B
Plaintext

<services>
<service mode="manual" name="obs_scm">
<param name="url">https://github.com/sahlberg/libiscsi.git</param>
<param name="scm">git</param>
<param name="changesgenerate">enable</param>
<param name="filename">libiscsi</param>
<param name="versionformat">1.20.0+git.%cd</param>
</service>
<service mode="manual" name="set_version"/>
<service name="tar" mode="buildtime"/>
<service name="recompress" mode="buildtime">
<param name="file">*.tar</param>
<param name="compression">gz</param>
</service>
</services>