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
This commit is contained in:
Dominique Leuenberger 2022-04-03 19:30:42 +00:00 committed by Git OBS Bridge
parent c73954f8b1
commit 4ae2c4c950
7 changed files with 43 additions and 9 deletions

View File

@ -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>

View File

@ -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>

View File

@ -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
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5f124b385b6a6e093760bef4cdec8aa74e7bf40459aeec8c0be33baf22ef765a
size 1563148

View File

@ -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>

View File

@ -1,4 +1,4 @@
name: libnvme
version: 1.0~7
mtime: 1647621619
commit: 131ee681a0e394b291cd407442886dbdf9fe124c
version: 1.0~8
mtime: 1648817249
commit: 008a2dacdc0d29f57ec7cfd5bd6e89bf4d531081

View File

@ -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