* tgt 1.0.95 * Fix IP and initiator ACL testing logic to allow undefined initiator name ACL * tgt 1.0.94 * Fix returning data from virtual tape when the output is bigger than the tape block * tgt 1.0.93 * chap: Use proper entropy source * tgt 1.0.92 * CI: build on Alpine Linux * usr: do not rely on LFS64 interfaces * usr: do not rely on non-portable __WORDSIZE - Update patch that partially duplicates upstream: * tgt-install-examples-in-documentation-dir.patch - Starting using _service file to fetch code OBS-URL: https://build.opensuse.org/package/show/Base:System/tgt?expand=0&rev=67
17 lines
595 B
Plaintext
17 lines
595 B
Plaintext
<services>
|
|
<service name="tar_scm" mode="disabled">
|
|
<param name="url">https://github.com/fujita/tgt.git</param>
|
|
<param name="scm">git</param>
|
|
<param name="filename">tgt</param>
|
|
<param name="version">master</param>
|
|
<param name="versionformat">1.0.95+@TAG_OFFSET@.%h</param>
|
|
<param name="match-tag">v1.0.95</param>
|
|
<param name="revision">master</param>
|
|
<param name="changesgenerate">enable</param>
|
|
</service>
|
|
<service name="recompress" mode="disabled">
|
|
<param name="file">tgt*.tar</param>
|
|
<param name="compression">xz</param>
|
|
</service>
|
|
</services>
|