- Update to version 0.101: * Updated ChangeLog for version v0.101 * Preparing for version 0.101 * Fix parsing of GetNextRsp * Added TODO to test "isnsd --init" * Add man page for isnssetup. * Fix broken server authentication initialization. * Update version string to "0.100". * Added a TODO: 'make depend' not worrking * libisns: remove sighold and sigrelse * fix compilation without deprecated OpenSSL APIs * socket.c: include poll.h instead of sys/poll.h for POSIX compatibility * Fix 586 compile issue and remove -Werror * Do not ignore write() return value. * Fix compiler issue when not in security mode * Ignore common build files This removed the need for open-isns-updates.diff.bz2 (for now), since those commits are in version v0.101. OBS-URL: https://build.opensuse.org/request/show/868451 OBS-URL: https://build.opensuse.org/package/show/Base:System/open-isns?expand=0&rev=37
18 lines
598 B
Plaintext
18 lines
598 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.101</param>
|
|
<param name="revision">v0.101</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>
|
|
|