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

- Update to version 1.4:
  * fabrics: Filter out invalid UUIDs from DMI
  * fabrics: Add define for DMI sysinfo
  * Print out correct TREQ strings for discovery
  * tree: fix generic device open failure
  * fabrics: add configuration option 'tls_key'
  * fabrics: add configuration option 'keyring'
  * linux: add key helper functions
  * nvme: add 'nvme_insert_tls_key()' function
  * linux: add nvme_lookup_keyring()
  * python: Change python option from combo to feature
  * types: add opcode field to error log page (TP4113)
  * python: Add setter property for controller DHCHAP Key
  * python: Remove redundant host.set_key() method
  * build, meson: Print option summary
  * Python: Add support for setting/getting Host DHCHAP key
  * Python: Add hostnqn_from_file() and hostid_from_file()
  * types: Update position of elbatm in struct nvme_copy_range{_f1}
  * doc: fix kernel-doc-check warning
  * python, meson: Assert that deps are present for -Dpython=true
  * python: Reformat SWIG input file
  * python test: Check there is no SIGSEGV during garbage collection
  * python: Return PyObject* from __str__() instead of a static char[]
  * python: Fix segmentation fault during garbage collection
  * build: Enable test in muon minimal build
  * build: Streamline workflows with nvme-cli
  * mi: Add nvme_mi_admin_get_log_page
  * ioctl: Set file descriptor in nvme_get_log_page()
  * fix endians
  * fabrics: Do not ignore one char whitespace when string sanitizing

OBS-URL: https://build.opensuse.org/request/show/1076523
OBS-URL: https://build.opensuse.org/package/show/Base:System/libnvme?expand=0&rev=33
This commit is contained in:
Daniel Wagner 2023-03-31 16:01:20 +00:00 committed by Git OBS Bridge
parent ba23671b6b
commit ed40e04f90
7 changed files with 44 additions and 9 deletions

View File

@ -4,7 +4,7 @@
<param name="url">https://github.com/linux-nvme/libnvme.git</param>
<param name="filename">libnvme</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="revision">v1.3</param>
<param name="revision">v1.4</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/libnvme.git</param>
<param name="changesrevision">94dd6d027e482749d8a915aae5fd52ef7323c054</param>
<param name="changesrevision">a8a5d300c70fc30ffd793bb5726a4ec3d0719163</param>
</service>
</servicedata>

View File

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

3
libnvme-1.4.obscpio Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8f01f1a8f2c2534871372d0dd01d1023ee393049b98404b5d1bf8657818202d9
size 2518540

View File

@ -1,3 +1,37 @@
-------------------------------------------------------------------
Fri Mar 31 15:38:35 UTC 2023 - Daniel Wagnrer <daniel.wagner@suse.com>
- Update to version 1.4:
* fabrics: Filter out invalid UUIDs from DMI
* fabrics: Add define for DMI sysinfo
* Print out correct TREQ strings for discovery
* tree: fix generic device open failure
* fabrics: add configuration option 'tls_key'
* fabrics: add configuration option 'keyring'
* linux: add key helper functions
* nvme: add 'nvme_insert_tls_key()' function
* linux: add nvme_lookup_keyring()
* python: Change python option from combo to feature
* types: add opcode field to error log page (TP4113)
* python: Add setter property for controller DHCHAP Key
* python: Remove redundant host.set_key() method
* build, meson: Print option summary
* Python: Add support for setting/getting Host DHCHAP key
* Python: Add hostnqn_from_file() and hostid_from_file()
* types: Update position of elbatm in struct nvme_copy_range{_f1}
* doc: fix kernel-doc-check warning
* python, meson: Assert that deps are present for -Dpython=true
* python: Reformat SWIG input file
* python test: Check there is no SIGSEGV during garbage collection
* python: Return PyObject* from __str__() instead of a static char[]
* python: Fix segmentation fault during garbage collection
* build: Enable test in muon minimal build
* build: Streamline workflows with nvme-cli
* mi: Add nvme_mi_admin_get_log_page
* ioctl: Set file descriptor in nvme_get_log_page()
* fix endians
* fabrics: Do not ignore one char whitespace when string sanitizing
-------------------------------------------------------------------
Mon Jan 30 13:51:19 UTC 2023 - Daniel Wagner <daniel.wagner@suse.com>

View File

@ -1,4 +1,4 @@
name: libnvme
version: 1.3
mtime: 1675084192
commit: 94dd6d027e482749d8a915aae5fd52ef7323c054
version: 1.4
mtime: 1680271519
commit: a8a5d300c70fc30ffd793bb5726a4ec3d0719163

View File

@ -19,7 +19,7 @@
%define sover 1
Name: libnvme
Version: 1.3
Version: 1.4
Release: 0
Summary: Linux-native nvme device management library
License: LGPL-2.1-or-later
@ -28,6 +28,7 @@ Source0: libnvme-%{version}.tar.gz
BuildRequires: dbus-1-devel
BuildRequires: gcc
BuildRequires: gcc-c++
BuildRequires: keyutils-devel
BuildRequires: libjson-c-devel
BuildRequires: libuuid-devel
BuildRequires: make