9e3f0c443a
- Update to upstream release v0.7 Keith writes: Just a few minor updates and documentation fixes. There is also a new option for passthrough commands that can be used to help detect data over/under run. Tagging a stable release so we can consider features that bring in other transports and third party extensions. This also adds a patch to remove the shebang line from the bash completion, to make rpmlint happy again. Patch is on it's way to upstream. OBS-URL: https://build.opensuse.org/request/show/399454 OBS-URL: https://build.opensuse.org/package/show/Base:System/nvme-cli?expand=0&rev=11
17 lines
498 B
Plaintext
17 lines
498 B
Plaintext
<services>
|
|
<service name="tar_scm" mode="disabled">
|
|
<param name="scm">git</param>
|
|
<param name="url">https://github.com/linux-nvme/nvme-cli.git</param>
|
|
<param name="subdir"></param>
|
|
<param name="filename"></param>
|
|
<param name="version">v0.7</param>
|
|
<param name="revision">v0.7</param>
|
|
</service>
|
|
<!--
|
|
<service name="recompress" mode="disabled">
|
|
<param name="file">*nvme-cli*.tar</param>
|
|
<param name="compression">gz</param>
|
|
</service>
|
|
-->
|
|
</services>
|