Files
libiscsi/_service
Martin Pluskal 73a7f33fd0 - Update to version 1.19.0+git.20200521:
* 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
2020-05-26 08:40:58 +00:00

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>