- Update to version v0.8: (jsc#PED-6252 jsc#PED-5728) * nvmetcli: set up the target only after the network is configured * nvmetcli: fixup ana groupid setting for namespaces * nvmetcli: add a tcp example json * nvmetcli: Correct xrange usage for py3 * nvmetcli: Allow different devices for make test * nvmetcli: Report save name correctly * nvme.py: Make modprobe work for kmod lib too * nvme.py: Sync the containing directory * nvme.py: Explicit close is redundant * nvmetcli: Improve IOError handling on restore * nvmetcli: don't remove ANA Group 1 on clear - remove 0001-nvmetcli-don-t-remove-ANA-Group-1-on-clear.patch - use autosetup instead listing all patches individual - build package according PEP 517, 518. Thus don't call setup.py directly - use fdupes to reduce package size OBS-URL: https://build.opensuse.org/request/show/1125426 OBS-URL: https://build.opensuse.org/package/show/Base:System/nvmetcli?expand=0&rev=32
20 lines
647 B
Plaintext
20 lines
647 B
Plaintext
|
|
<services>
|
|
<service name="tar_scm" mode="disabled">
|
|
<param name="scm">git</param>
|
|
<param name="url">git://git.infradead.org/users/hch/nvmetcli.git</param>
|
|
<param name="filename">nvmetcli</param>
|
|
<param name="version">v0.8</param>
|
|
<param name="revision">v0.8</param>
|
|
<param name="exclude">.git</param>
|
|
<param name="changesgenerate">enable</param>
|
|
</service>
|
|
<service name="recompress" mode="disabled">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">gz</param>
|
|
</service>
|
|
<service name="set_version" mode="disabled">
|
|
<param name="basename">nvmetcli</param>
|
|
</service>
|
|
</services>
|