From 4ae2c4c9508ce69c6d47701597d9062230cc0120c17c4e188d192384265cdb6f Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Sun, 3 Apr 2022 19:30:42 +0000 Subject: [PATCH] Accepting request 966439 from Base:System OBS-URL: https://build.opensuse.org/request/show/966439 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libnvme?expand=0&rev=9 --- _service | 2 +- _servicedata | 2 +- libnvme-1.0~7.obscpio | 3 --- libnvme-1.0~8.obscpio | 3 +++ libnvme.changes | 34 ++++++++++++++++++++++++++++++++++ libnvme.obsinfo | 6 +++--- libnvme.spec | 2 +- 7 files changed, 43 insertions(+), 9 deletions(-) delete mode 100644 libnvme-1.0~7.obscpio create mode 100644 libnvme-1.0~8.obscpio diff --git a/_service b/_service index 6274a52..2f6e423 100644 --- a/_service +++ b/_service @@ -5,7 +5,7 @@ libnvme @PARENT_TAG@ - v1.0-rc7 + v1.0-rc8 v[01].[0-9]* v([^+]*)-rc([0-9]+) \1~\2 diff --git a/_servicedata b/_servicedata index d5ed55a..d6c420b 100644 --- a/_servicedata +++ b/_servicedata @@ -1,6 +1,6 @@ https://github.com/linux-nvme/libnvme.git - 131ee681a0e394b291cd407442886dbdf9fe124c + 008a2dacdc0d29f57ec7cfd5bd6e89bf4d531081 \ No newline at end of file diff --git a/libnvme-1.0~7.obscpio b/libnvme-1.0~7.obscpio deleted file mode 100644 index d869c35..0000000 --- a/libnvme-1.0~7.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7d35b97c96aba4550d2735948215a71346903dd2c821e3ac45f0003055c7b302 -size 1550860 diff --git a/libnvme-1.0~8.obscpio b/libnvme-1.0~8.obscpio new file mode 100644 index 0000000..fde913b --- /dev/null +++ b/libnvme-1.0~8.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f124b385b6a6e093760bef4cdec8aa74e7bf40459aeec8c0be33baf22ef765a +size 1563148 diff --git a/libnvme.changes b/libnvme.changes index d6692c6..f92e97b 100644 --- a/libnvme.changes +++ b/libnvme.changes @@ -1,3 +1,37 @@ +------------------------------------------------------------------- +Fri Apr 01 13:22:12 UTC 2022 - Daniel Wagner + +- Update to version 1.0-rc8: + * types: Add support for get log - MI Command Supported + * types: Add new Identify constant + * types: Update persistent event entry struct added new fields + * types: Add Host Initiated Data Gen Number to telemetry log struct + * tree: always allocate config file in nvme_read_config() + * tree: rework nvme_scan_subsystem() + * tree: make subsystem name mandatory in nvme_scan_ctrl() + * tree: move nvme_init_subsystem() into nvme_lookup_subsystem() + * tree: do not return error when filtering out subsystems + * tree: add debugging messages during scanning + * tree: Handle NULL subsysname in nvme_scan_ctrl() + * tree: Fix subsystem initialization in nvme_scan_ctrl() + * tree: Fix leaking 'name' in nvme_subsystem_lookup_namespace() + * tree: Avoid dereferencing nvme_subsystem_t before its check for NULL + * tree: Clarify NULL return values from nvme_get_attr() + * fabrics: Invoke nvmf_dim() with provided tas argument + * fabrics: add 'nvmf_update_config()' + * fabrics: Avoid out of bounds string chomping + * fabrics: Free old traddr in nvmf_add_ctrl + * fabrics: update log level for write failures + * fabrics: Streamlining documentation + * fabrics: Fix leaking ctrl in nvmf_connect_disc_entry() + * fabrics: Add missing break in a switch + * ioctl: Remove attribute packed and alignedof for args structs + * ioctl: Align arguments indentation with braces + * json: fix endless loop scanning for controllers + * Remove nvme_init_id_ns + * Add lbstm support for create-ns + * documentation updates + ------------------------------------------------------------------- Fri Mar 18 19:08:52 UTC 2022 - Daniel Wagner diff --git a/libnvme.obsinfo b/libnvme.obsinfo index 017657e..3dc714c 100644 --- a/libnvme.obsinfo +++ b/libnvme.obsinfo @@ -1,4 +1,4 @@ name: libnvme -version: 1.0~7 -mtime: 1647621619 -commit: 131ee681a0e394b291cd407442886dbdf9fe124c +version: 1.0~8 +mtime: 1648817249 +commit: 008a2dacdc0d29f57ec7cfd5bd6e89bf4d531081 diff --git a/libnvme.spec b/libnvme.spec index fe7c1d0..f2949b0 100644 --- a/libnvme.spec +++ b/libnvme.spec @@ -19,7 +19,7 @@ %define sover 1 Name: libnvme -Version: 1.0~7 +Version: 1.0~8 Release: 0 Summary: Linux-native nvme device management library License: LGPL-2.1-or-later