Accepting request 953755 from Base:System
OBS-URL: https://build.opensuse.org/request/show/953755 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libnvme?expand=0&rev=3
This commit is contained in:
parent
fc53bb8338
commit
bd49941e4e
2
_service
2
_service
@ -5,7 +5,7 @@
|
|||||||
<param name="filename">libnvme</param>
|
<param name="filename">libnvme</param>
|
||||||
<!-- <param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param> -->
|
<!-- <param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param> -->
|
||||||
<param name="versionformat">@PARENT_TAG@</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="match-tag">v[01].[0-9]*</param>
|
||||||
<param name="versionrewrite-pattern">v([^+]*)-rc([0-9]+)</param>
|
<param name="versionrewrite-pattern">v([^+]*)-rc([0-9]+)</param>
|
||||||
<param name="versionrewrite-replacement">\1~\2</param>
|
<param name="versionrewrite-replacement">\1~\2</param>
|
||||||
|
@ -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">5b397aa3a2a70331373d321cf357055d3b1e7e4c</param>
|
<param name="changesrevision">0c250e9d21270032e6af08c43ee1130b75a09fc3</param>
|
||||||
</service>
|
</service>
|
||||||
</servicedata>
|
</servicedata>
|
@ -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
3
libnvme-1.0~3.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d174abcd6383d05a287cf09c4873490fa0b12ee3ef4c638e12de706bb0575ad6
|
||||||
|
size 11629069
|
@ -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:
|
- Update to version 1.0~2:
|
||||||
* Add fabrics config option 'tls'
|
* Add fabrics config option 'tls'
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
name: libnvme
|
name: libnvme
|
||||||
version: 1.0~2
|
version: 1.0~3
|
||||||
mtime: 1643712260
|
mtime: 1644583936
|
||||||
commit: 5b397aa3a2a70331373d321cf357055d3b1e7e4c
|
commit: c434d43faee6e6e93ac5ad603ef94a77299fa178
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
%define sover 1
|
%define sover 1
|
||||||
|
|
||||||
Name: libnvme
|
Name: libnvme
|
||||||
Version: 1.0~2
|
Version: 1.0~3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Linux-native nvme device management library
|
Summary: Linux-native nvme device management library
|
||||||
License: LGPL-2.1-only
|
License: LGPL-2.1-only
|
||||||
@ -32,7 +32,6 @@ BuildRequires: libuuid-devel
|
|||||||
BuildRequires: make
|
BuildRequires: make
|
||||||
BuildRequires: meson >= 0.47.0
|
BuildRequires: meson >= 0.47.0
|
||||||
BuildRequires: openssl-devel
|
BuildRequires: openssl-devel
|
||||||
BuildRequires: python3-Sphinx
|
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
BuildRequires: swig
|
BuildRequires: swig
|
||||||
|
|
||||||
@ -69,7 +68,7 @@ Python binding part.
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
%meson \
|
%meson \
|
||||||
-Dman=true
|
-Ddocs=man
|
||||||
%meson_build
|
%meson_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
Loading…
x
Reference in New Issue
Block a user