Accepting request 1062068 from home:wagi:branches:Base:System

- Update to version 2.3:
  * Added support for Flexible Data Placement (TP4146)
  * Added Persistent Discovery Controller support (TP8013/TP8014)
  * nvme-mi: support for firmware downloads
  * nvme device-self-test learned the --wait command line argument
    which makes nvme-cli to wait (incl. progress bar) in foreground
    until the test has finished.
  * A lot of bug fixes all over the place
- Update spec file
  * Project depends on meson >= 0.50.0
  * make build dependency dropped

OBS-URL: https://build.opensuse.org/request/show/1062068
OBS-URL: https://build.opensuse.org/package/show/Base:System/nvme-cli?expand=0&rev=133
This commit is contained in:
Daniel Wagner 2023-01-30 14:36:18 +00:00 committed by Git OBS Bridge
parent 1aa78b710b
commit 8bf4b974cc
7 changed files with 26 additions and 12 deletions

View File

@ -4,7 +4,7 @@
<param name="url">https://github.com/linux-nvme/nvme-cli.git</param>
<param name="filename">nvme-cli</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="revision">v2.2.1</param>
<param name="revision">v2.3</param>
<param name="versionrewrite-pattern">v(.*)</param>
<param name="changesgenerate">enable</param>
</service>

View File

@ -1,6 +1,6 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/linux-nvme/nvme-cli.git</param>
<param name="changesrevision">aff7a09da61a555cea25c48b24224b6e45b905df</param>
<param name="changesrevision">137fb15a285c060789581fc074ab3b1f6b250188</param>
</service>
</servicedata>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:303faf2ede22290f13b176829db1fa04c2402e540df73b5e3b8f835bfcb19e98
size 6653965

3
nvme-cli-2.3.obscpio Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:94bb1d20bd19e93ea26de7a48abadfecc19e4147cb6a80445c45ce0596a1432f
size 6980109

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Mon Jan 30 13:55:50 UTC 2023 - Daniel Wagner <daniel.wagner@suse.com>
- Update to version 2.3:
* Added support for Flexible Data Placement (TP4146)
* Added Persistent Discovery Controller support (TP8013/TP8014)
* nvme-mi: support for firmware downloads
* nvme device-self-test learned the --wait command line argument
which makes nvme-cli to wait (incl. progress bar) in foreground
until the test has finished.
* A lot of bug fixes all over the place
- Update spec file
* Project depends on meson >= 0.50.0
* make build dependency dropped
-------------------------------------------------------------------
Wed Nov 02 17:10:58 UTC 2022 - Daniel Wagner <daniel.wagner@suse.com>

View File

@ -1,4 +1,4 @@
name: nvme-cli
version: 2.2.1
mtime: 1667403857
commit: aff7a09da61a555cea25c48b24224b6e45b905df
version: 2.3
mtime: 1675084476
commit: 137fb15a285c060789581fc074ab3b1f6b250188

View File

@ -1,7 +1,7 @@
#
# spec file for package nvme-cli
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,7 +17,7 @@
Name: nvme-cli
Version: 2.2.1
Version: 2.3
Release: 0
Summary: NVM Express user space tools
License: GPL-2.0-only
@ -32,8 +32,7 @@ BuildRequires: libhugetlbfs-devel
BuildRequires: libjson-c-devel
BuildRequires: libnvme-devel
BuildRequires: libuuid-devel
BuildRequires: make
BuildRequires: meson >= 0.47.0
BuildRequires: meson >= 0.50.0
BuildRequires: pkgconfig
BuildRequires: xmlto
BuildRequires: zlib-devel