Accepting request 950641 from home:wagi:branches:Base:System
- Update to version 1.0~2: * Add fabrics config option 'tls' * Logging infrastructure reworked (API break) * Changed argument structs layout (API break) * Changed scan API (API break) * Fixed ctrl_loss_tmo handling concerning values of '-1' * Various build fixes OBS-URL: https://build.opensuse.org/request/show/950641 OBS-URL: https://build.opensuse.org/package/show/Base:System/libnvme?expand=0&rev=6
This commit is contained in:
parent
e06226a4e7
commit
d87677c0be
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-rc0</param>
|
||||
<param name="revision">v1.0-rc2</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">f6cc9487ef8e272ac1dbb61a1df87585df2d2eb3</param>
|
||||
<param name="changesrevision">5b397aa3a2a70331373d321cf357055d3b1e7e4c</param>
|
||||
</service>
|
||||
</servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9a41998519ebfacd336f593932187f9b8d6f3cce77e865c665a895ae280f7930
|
||||
size 1347084
|
3
libnvme-1.0~2.obscpio
Normal file
3
libnvme-1.0~2.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f8683d1ffee377314de9c22122eff71a781675e6d9a230eaa91a2246dd0c8356
|
||||
size 1356300
|
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 01 11:26:39 UTC 2022 - daniel.wagner@suse.com
|
||||
|
||||
- Update to version 1.0~2:
|
||||
* Add fabrics config option 'tls'
|
||||
* Logging infrastructure reworked (API break)
|
||||
* Changed argument structs layout (API break)
|
||||
* Changed scan API (API break)
|
||||
* Fixed ctrl_loss_tmo handling concerning values of '-1'
|
||||
* Various build fixes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 19 11:13:42 UTC 2022 - Daniel Wagner <daniel.wagner@suse.com>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: libnvme
|
||||
version: 1.0~0
|
||||
mtime: 1642181328
|
||||
commit: c66a5a75973405090fd5f393f492c1cd5c6e4b56
|
||||
version: 1.0~2
|
||||
mtime: 1643712260
|
||||
commit: 5b397aa3a2a70331373d321cf357055d3b1e7e4c
|
||||
|
17
libnvme.spec
17
libnvme.spec
@ -15,23 +15,26 @@
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%define sover 1
|
||||
|
||||
Name: libnvme
|
||||
Version: 1.0~0
|
||||
Version: 1.0~2
|
||||
Release: 0
|
||||
Summary: Linux-native nvme device management library
|
||||
License: LGPL-2.1
|
||||
License: LGPL-2.1-only
|
||||
URL: https://github.com/linux-nvme/libnvme/
|
||||
Source0: libnvme-%{version}.tar.gz
|
||||
BuildRequires: meson >= 0.47.0
|
||||
BuildRequires: gcc gcc-c++ make
|
||||
BuildRequires: libuuid-devel
|
||||
BuildRequires: gcc
|
||||
BuildRequires: gcc-c++
|
||||
BuildRequires: libjson-c-devel
|
||||
BuildRequires: libuuid-devel
|
||||
BuildRequires: make
|
||||
BuildRequires: meson >= 0.47.0
|
||||
BuildRequires: openssl-devel
|
||||
BuildRequires: swig
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-Sphinx
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: swig
|
||||
|
||||
%description
|
||||
Provides library functions for accessing and managing NVMe devices on a Linux
|
||||
|
Loading…
x
Reference in New Issue
Block a user