* test-tool, compare and write: Reduce maximum number of blocks from 256 to 255 * test_compareandwrite_invalid_dataout_size: Simplify this test * test-tool: Use asprintf() in sg_send_scsi_cmd() * test-tool: Fix a comment in sg_send_scsi_cmd() * test-tool: Split send_scsi_command() * socket: fix rewrite cmdsn of immediate pdus * iser: eliminate unnecessary memory allocations * iser: use `login_resp_buf` until login is finished * init: free iscsi->opaque before check mallocs/frees counter * reconnect: collect mallocs/frees of the previous reconnection OBS-URL: https://build.opensuse.org/package/show/Base:System/libiscsi?expand=0&rev=31
16 lines
565 B
Plaintext
16 lines
565 B
Plaintext
<services>
|
|
<service mode="disabled" 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">@PARENT_TAG@+git.%cd</param>
|
|
</service>
|
|
<service mode="disabled" 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>
|