From b340b43d23560e82e426afea05afacc1d639c497866e6a5483dbcf1239044c1a Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Tue, 31 Jan 2023 15:08:49 +0000 Subject: [PATCH] Accepting request 1062070 from Base:System OBS-URL: https://build.opensuse.org/request/show/1062070 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nvme-cli?expand=0&rev=62 --- _service | 2 +- _servicedata | 2 +- nvme-cli-2.2.1.obscpio | 3 --- nvme-cli-2.3.obscpio | 3 +++ nvme-cli.changes | 15 +++++++++++++++ nvme-cli.obsinfo | 6 +++--- nvme-cli.spec | 7 +++---- 7 files changed, 26 insertions(+), 12 deletions(-) delete mode 100644 nvme-cli-2.2.1.obscpio create mode 100644 nvme-cli-2.3.obscpio diff --git a/_service b/_service index 1b49dbe..a9eac07 100644 --- a/_service +++ b/_service @@ -4,7 +4,7 @@ https://github.com/linux-nvme/nvme-cli.git nvme-cli @PARENT_TAG@ - v2.2.1 + v2.3 v(.*) enable diff --git a/_servicedata b/_servicedata index 22c7cb0..253d3f0 100644 --- a/_servicedata +++ b/_servicedata @@ -1,6 +1,6 @@ https://github.com/linux-nvme/nvme-cli.git - aff7a09da61a555cea25c48b24224b6e45b905df + 137fb15a285c060789581fc074ab3b1f6b250188 \ No newline at end of file diff --git a/nvme-cli-2.2.1.obscpio b/nvme-cli-2.2.1.obscpio deleted file mode 100644 index cf02b36..0000000 --- a/nvme-cli-2.2.1.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:303faf2ede22290f13b176829db1fa04c2402e540df73b5e3b8f835bfcb19e98 -size 6653965 diff --git a/nvme-cli-2.3.obscpio b/nvme-cli-2.3.obscpio new file mode 100644 index 0000000..98ced15 --- /dev/null +++ b/nvme-cli-2.3.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94bb1d20bd19e93ea26de7a48abadfecc19e4147cb6a80445c45ce0596a1432f +size 6980109 diff --git a/nvme-cli.changes b/nvme-cli.changes index 5ebda91..f5d5e7f 100644 --- a/nvme-cli.changes +++ b/nvme-cli.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Mon Jan 30 13:55:50 UTC 2023 - Daniel Wagner + +- 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 diff --git a/nvme-cli.obsinfo b/nvme-cli.obsinfo index 27000e8..f1f7a33 100644 --- a/nvme-cli.obsinfo +++ b/nvme-cli.obsinfo @@ -1,4 +1,4 @@ name: nvme-cli -version: 2.2.1 -mtime: 1667403857 -commit: aff7a09da61a555cea25c48b24224b6e45b905df +version: 2.3 +mtime: 1675084476 +commit: 137fb15a285c060789581fc074ab3b1f6b250188 diff --git a/nvme-cli.spec b/nvme-cli.spec index d782efb..de6ba54 100644 --- a/nvme-cli.spec +++ b/nvme-cli.spec @@ -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