nvme-cli/_service
Marcus Meissner d5c16c244c Accepting request 418287 from home:morbidrsa
- Update to upstream release v0.8
  - Remove merged patch 0001-bash-completion-Remove-shebang-line.patch  
  * Code re-organized to support new extensions. While these are called
    "plugins", they currently have to be built into the executable. Support
    for dynamically loadable plugins is under consideration.
  * LightNVM is added as a built-in plugin.
  * Intel vendor specific commands and structure decodings are supported
    in a new intel plugin.
  * Support for NVMe-over-Fabrics
  * New output format "json" for a subset of commands that decode returned
    structures.
  * Lots of various documentation and minor code fixes.

OBS-URL: https://build.opensuse.org/request/show/418287
OBS-URL: https://build.opensuse.org/package/show/Base:System/nvme-cli?expand=0&rev=14
2016-08-22 14:07:32 +00:00

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.8</param>
<param name="revision">v0.8</param>
</service>
<!--
<service name="recompress" mode="disabled">
<param name="file">*nvme-cli*.tar</param>
<param name="compression">gz</param>
</service>
-->
</services>