Accepting request 966437 from home:wagi:branches:Base:System
- 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 OBS-URL: https://build.opensuse.org/request/show/966437 OBS-URL: https://build.opensuse.org/package/show/Base:System/libnvme?expand=0&rev=18
This commit is contained in:
parent
268e9face7
commit
7b866e3bf7
2
_service
2
_service
@ -5,7 +5,7 @@
|
||||
<param name="filename">libnvme</param>
|
||||
<!-- <param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param> -->
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="revision">v1.0-rc7</param>
|
||||
<param name="revision">v1.0-rc8</param>
|
||||
<param name="match-tag">v[01].[0-9]*</param>
|
||||
<param name="versionrewrite-pattern">v([^+]*)-rc([0-9]+)</param>
|
||||
<param name="versionrewrite-replacement">\1~\2</param>
|
||||
|
@ -1,6 +1,6 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/linux-nvme/libnvme.git</param>
|
||||
<param name="changesrevision">131ee681a0e394b291cd407442886dbdf9fe124c</param>
|
||||
<param name="changesrevision">008a2dacdc0d29f57ec7cfd5bd6e89bf4d531081</param>
|
||||
</service>
|
||||
</servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7d35b97c96aba4550d2735948215a71346903dd2c821e3ac45f0003055c7b302
|
||||
size 1550860
|
3
libnvme-1.0~8.obscpio
Normal file
3
libnvme-1.0~8.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5f124b385b6a6e093760bef4cdec8aa74e7bf40459aeec8c0be33baf22ef765a
|
||||
size 1563148
|
@ -1,3 +1,37 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 01 13:22:12 UTC 2022 - Daniel Wagner <daniel.wagner@suse.com>
|
||||
|
||||
- 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 <daniel.wagner@suse.com>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: libnvme
|
||||
version: 1.0~7
|
||||
mtime: 1647621619
|
||||
commit: 131ee681a0e394b291cd407442886dbdf9fe124c
|
||||
version: 1.0~8
|
||||
mtime: 1648817249
|
||||
commit: 008a2dacdc0d29f57ec7cfd5bd6e89bf4d531081
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user