Accepting request 997666 from Base:System

OBS-URL: https://build.opensuse.org/request/show/997666
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nvme-cli?expand=0&rev=59
This commit is contained in:
Dominique Leuenberger 2022-08-19 15:53:08 +00:00 committed by Git OBS Bridge
commit e0b43e6836
7 changed files with 25 additions and 9 deletions

View File

@ -4,7 +4,7 @@
<param name="url">https://github.com/linux-nvme/nvme-cli.git</param>
<param name="filename">nvme-cli</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="revision">v2.1.1</param>
<param name="revision">v2.1.2</param>
<param name="versionrewrite-pattern">v(.*)</param>
<param name="changesgenerate">enable</param>
</service>

View File

@ -1,6 +1,6 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/linux-nvme/nvme-cli.git</param>
<param name="changesrevision">972f9f76bca4238f7a19e89de313c97fbe4b0163</param>
<param name="changesrevision">93dd92fefd36581fc795909ed4a1b07e23e92acc</param>
</service>
</servicedata>

View File

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

3
nvme-cli-2.1.2.obscpio Normal file
View File

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

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Wed Aug 17 19:26:17 UTC 2022 - dmueller@suse.com
- Update to version 2.1.2:
* build: Update version to v2.1.2
* wrapper: Update SPDIX license
* wrapper: Call library version of nvme_init_copy_range_f1
* Revert "udev: re-read the discovery log page when a discovery controller reconnected"
* nvme: Simplify ns list identify
* meson: we don't need a c++ compiler
* plugins/ocp: drop unused fd argument
* plugins/wdc: remove fd argument from print functions
* plugins/wdc: fix memset() on the address of a pointer
* plugins/solidigm: fix return value on format parse failure
* plugins/wdc: prevent duplicate close on NVMe device
-------------------------------------------------------------------
Wed Aug 3 08:04:42 UTC 2022 - Dirk Müller <dmueller@suse.com>

View File

@ -1,4 +1,4 @@
name: nvme-cli
version: 2.1.1
mtime: 1659368387
commit: 972f9f76bca4238f7a19e89de313c97fbe4b0163
version: 2.1.2
mtime: 1660223255
commit: 93dd92fefd36581fc795909ed4a1b07e23e92acc

View File

@ -17,7 +17,7 @@
Name: nvme-cli
Version: 2.1.1
Version: 2.1.2
Release: 0
Summary: NVM Express user space tools
License: GPL-2.0-only