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

- Update to version v1.0-rc3:
  * Properly create manuals/documentation
  * Fix memleaks in __nvme_free_ns() and nvme_scan_subsystem()
  * nvme: get log domain id included in Log Specific Identifier
  * nvme: Add nulbaf(Number of Unique Capability LBA Formats) field on nvmd_id_ns
  * ioctl: Add identify ioctl for CNS 09h, 0Ah
  * nvme: Add Enhanced Controller Meta Data(FID: 0x7D)
  * nvme: Add Supported Capacity Configuration List log page(LID: 0x11)
  * tree: do not set dhchap_key to 'none'
  * tree: restart controller lookup
  * tree: fixup memory leak in nvme_scan_ctrl()
  * Rename nvme_path_get_subsystem()
  * Remove nvme_reset_topology()
- Use precompiled documentation instead regenerating it

OBS-URL: https://build.opensuse.org/request/show/953753
OBS-URL: https://build.opensuse.org/package/show/Base:System/libnvme?expand=0&rev=7
This commit is contained in:
Daniel Wagner 2022-02-11 14:40:28 +00:00 committed by Git OBS Bridge
parent d87677c0be
commit 30378f393f
7 changed files with 29 additions and 12 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-rc2</param>
<param name="revision">v1.0-rc3</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">5b397aa3a2a70331373d321cf357055d3b1e7e4c</param>
<param name="changesrevision">0c250e9d21270032e6af08c43ee1130b75a09fc3</param>
</service>
</servicedata>

View File

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

3
libnvme-1.0~3.obscpio Normal file
View File

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

View File

@ -1,5 +1,23 @@
-------------------------------------------------------------------
Tue Feb 01 11:26:39 UTC 2022 - daniel.wagner@suse.com
Fri Feb 11 13:29:54 UTC 2022 - Daniel Wagner <daniel.wagner@suse.com>
- Update to version v1.0-rc3:
* Properly create manuals/documentation
* Fix memleaks in __nvme_free_ns() and nvme_scan_subsystem()
* nvme: get log domain id included in Log Specific Identifier
* nvme: Add nulbaf(Number of Unique Capability LBA Formats) field on nvmd_id_ns
* ioctl: Add identify ioctl for CNS 09h, 0Ah
* nvme: Add Enhanced Controller Meta Data(FID: 0x7D)
* nvme: Add Supported Capacity Configuration List log page(LID: 0x11)
* tree: do not set dhchap_key to 'none'
* tree: restart controller lookup
* tree: fixup memory leak in nvme_scan_ctrl()
* Rename nvme_path_get_subsystem()
* Remove nvme_reset_topology()
- Use precompiled documentation instead regenerating it
-------------------------------------------------------------------
Tue Feb 01 11:26:39 UTC 2022 - Daniel Wagner <daniel.wagner@suse.com>
- Update to version 1.0~2:
* Add fabrics config option 'tls'

View File

@ -1,4 +1,4 @@
name: libnvme
version: 1.0~2
mtime: 1643712260
commit: 5b397aa3a2a70331373d321cf357055d3b1e7e4c
version: 1.0~3
mtime: 1644583936
commit: c434d43faee6e6e93ac5ad603ef94a77299fa178

View File

@ -19,7 +19,7 @@
%define sover 1
Name: libnvme
Version: 1.0~2
Version: 1.0~3
Release: 0
Summary: Linux-native nvme device management library
License: LGPL-2.1-only
@ -32,7 +32,6 @@ BuildRequires: libuuid-devel
BuildRequires: make
BuildRequires: meson >= 0.47.0
BuildRequires: openssl-devel
BuildRequires: python3-Sphinx
BuildRequires: python3-devel
BuildRequires: swig
@ -69,7 +68,7 @@ Python binding part.
%build
%meson \
-Dman=true
-Ddocs=man
%meson_build
%install