open-isns/_service
Lee Duncan 1036ead3ef Accepting request 644724 from home:lee_duncan:branches:Base:System
- Update to version 0.99:
  * Update version to v0.99, and fill in ChangeLog
  * util.h: endian.h is available on musl on linux
  * Added README info about testing without security.
  * Support building/testing for with-security=no
  * Define 'free()' for isns_free()
  * Fix error with SCN Deregister when not registered.
  * Cleanup: reformat and add some print statements.
  * Fix error with type of node in GetNext test.
  * Add testing information to the README.
 Which replaced open-isns-0.98.tar.gz with open-isns-0.99.tar.xz
 Also added the _service* files to manage updates.

OBS-URL: https://build.opensuse.org/request/show/644724
OBS-URL: https://build.opensuse.org/package/show/Base:System/open-isns?expand=0&rev=15
2018-10-25 18:31:00 +00:00

18 lines
596 B
Plaintext

<services>
<service name="tar_scm" mode="disabled">
<param name="scm">git</param>
<param name="url">https://github.com/open-iscsi/open-isns.git</param>
<param name="subdir"></param>
<param name="filename">open-isns</param>
<param name="versionformat">0.99</param>
<param name="revision">v0.99</param>
<param name="changesgenerate">enable</param>
</service>
<service name="recompress" mode="disabled">
<param name="file">open-isns*.tar</param>
<param name="compression">xz</param>
</service>
<service name="set_version" mode="disabled"/>
</services>