From 268e9face738a2dde04a2cefd91502c54897bfb86e091e1e847d61a083de08b8 Mon Sep 17 00:00:00 2001 From: Daniel Wagner Date: Fri, 18 Mar 2022 19:45:45 +0000 Subject: [PATCH] Accepting request 962942 from home:wagi:branches:Base:System - Update to version 1.0-rc7: * linux: fixup log page offset in nvme_get_log_page() * tree: Add support for default trsvcid for all controllers (bsc#1195858) * tree: fixup coredump during nvme discover OBS-URL: https://build.opensuse.org/request/show/962942 OBS-URL: https://build.opensuse.org/package/show/Base:System/libnvme?expand=0&rev=16 --- _service | 2 +- _servicedata | 2 +- libnvme-1.0~6.obscpio | 3 --- libnvme-1.0~7.obscpio | 3 +++ libnvme.changes | 8 ++++++++ libnvme.obsinfo | 6 +++--- libnvme.spec | 2 +- 7 files changed, 17 insertions(+), 9 deletions(-) delete mode 100644 libnvme-1.0~6.obscpio create mode 100644 libnvme-1.0~7.obscpio diff --git a/_service b/_service index 41366c0..6274a52 100644 --- a/_service +++ b/_service @@ -5,7 +5,7 @@ libnvme @PARENT_TAG@ - v1.0-rc6 + v1.0-rc7 v[01].[0-9]* v([^+]*)-rc([0-9]+) \1~\2 diff --git a/_servicedata b/_servicedata index 7b69340..d5ed55a 100644 --- a/_servicedata +++ b/_servicedata @@ -1,6 +1,6 @@ https://github.com/linux-nvme/libnvme.git - 8d083ce7f25fccf610ed1de6e10aa16db1920d98 + 131ee681a0e394b291cd407442886dbdf9fe124c \ No newline at end of file diff --git a/libnvme-1.0~6.obscpio b/libnvme-1.0~6.obscpio deleted file mode 100644 index f65bf3e..0000000 --- a/libnvme-1.0~6.obscpio +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c8792ae0857a14dab99782f9002c16ea401f67c594319fc8d5e09e333ef6c372 -size 1551372 diff --git a/libnvme-1.0~7.obscpio b/libnvme-1.0~7.obscpio new file mode 100644 index 0000000..d869c35 --- /dev/null +++ b/libnvme-1.0~7.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d35b97c96aba4550d2735948215a71346903dd2c821e3ac45f0003055c7b302 +size 1550860 diff --git a/libnvme.changes b/libnvme.changes index ea8dc7e..d6692c6 100644 --- a/libnvme.changes +++ b/libnvme.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Fri Mar 18 19:08:52 UTC 2022 - Daniel Wagner + +- Update to version 1.0-rc7: + * linux: fixup log page offset in nvme_get_log_page() + * tree: Add support for default trsvcid for all controllers (bsc#1195858) + * tree: fixup coredump during nvme discover + ------------------------------------------------------------------- Fri Mar 11 17:58:36 UTC 2022 - Daniel Wagnrer diff --git a/libnvme.obsinfo b/libnvme.obsinfo index 19c57f3..017657e 100644 --- a/libnvme.obsinfo +++ b/libnvme.obsinfo @@ -1,4 +1,4 @@ name: libnvme -version: 1.0~6 -mtime: 1647014480 -commit: 8d083ce7f25fccf610ed1de6e10aa16db1920d98 +version: 1.0~7 +mtime: 1647621619 +commit: 131ee681a0e394b291cd407442886dbdf9fe124c diff --git a/libnvme.spec b/libnvme.spec index 7ac12e6..fe7c1d0 100644 --- a/libnvme.spec +++ b/libnvme.spec @@ -19,7 +19,7 @@ %define sover 1 Name: libnvme -Version: 1.0~6 +Version: 1.0~7 Release: 0 Summary: Linux-native nvme device management library License: LGPL-2.1-or-later