Accepting request 1076526 from Base:System
OBS-URL: https://build.opensuse.org/request/show/1076526 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libnvme?expand=0&rev=16
This commit is contained in:
parent
5a2ae642c4
commit
a97697ff88
2
_service
2
_service
@ -4,7 +4,7 @@
|
|||||||
<param name="url">https://github.com/linux-nvme/libnvme.git</param>
|
<param name="url">https://github.com/linux-nvme/libnvme.git</param>
|
||||||
<param name="filename">libnvme</param>
|
<param name="filename">libnvme</param>
|
||||||
<param name="versionformat">@PARENT_TAG@</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="versionrewrite-pattern">v(.*)</param>
|
||||||
<param name="changesgenerate">enable</param>
|
<param name="changesgenerate">enable</param>
|
||||||
</service>
|
</service>
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
<servicedata>
|
<servicedata>
|
||||||
<service name="tar_scm">
|
<service name="tar_scm">
|
||||||
<param name="url">https://github.com/linux-nvme/libnvme.git</param>
|
<param name="url">https://github.com/linux-nvme/libnvme.git</param>
|
||||||
<param name="changesrevision">94dd6d027e482749d8a915aae5fd52ef7323c054</param>
|
<param name="changesrevision">a8a5d300c70fc30ffd793bb5726a4ec3d0719163</param>
|
||||||
</service>
|
</service>
|
||||||
</servicedata>
|
</servicedata>
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:c688320210abf82513aae215a73425a8cd065b2f312ab923f6de366ee9380d4d
|
|
||||||
size 2487820
|
|
3
libnvme-1.4.obscpio
Normal file
3
libnvme-1.4.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8f01f1a8f2c2534871372d0dd01d1023ee393049b98404b5d1bf8657818202d9
|
||||||
|
size 2518540
|
@ -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>
|
Mon Jan 30 13:51:19 UTC 2023 - Daniel Wagner <daniel.wagner@suse.com>
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
name: libnvme
|
name: libnvme
|
||||||
version: 1.3
|
version: 1.4
|
||||||
mtime: 1675084192
|
mtime: 1680271519
|
||||||
commit: 94dd6d027e482749d8a915aae5fd52ef7323c054
|
commit: a8a5d300c70fc30ffd793bb5726a4ec3d0719163
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
%define sover 1
|
%define sover 1
|
||||||
|
|
||||||
Name: libnvme
|
Name: libnvme
|
||||||
Version: 1.3
|
Version: 1.4
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Linux-native nvme device management library
|
Summary: Linux-native nvme device management library
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
@ -28,6 +28,7 @@ Source0: libnvme-%{version}.tar.gz
|
|||||||
BuildRequires: dbus-1-devel
|
BuildRequires: dbus-1-devel
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
|
BuildRequires: keyutils-devel
|
||||||
BuildRequires: libjson-c-devel
|
BuildRequires: libjson-c-devel
|
||||||
BuildRequires: libuuid-devel
|
BuildRequires: libuuid-devel
|
||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
|
Loading…
Reference in New Issue
Block a user