Accepting request 950644 from Base:System

OBS-URL: https://build.opensuse.org/request/show/950644
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nvme-cli?expand=0&rev=48
This commit is contained in:
Dominique Leuenberger 2022-02-03 22:15:38 +00:00 committed by Git OBS Bridge
commit 8e2862acdd
7 changed files with 26 additions and 11 deletions

View File

@ -5,7 +5,7 @@
<param name="filename">nvme-cli</param>
<!-- <param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param> -->
<param name="versionformat">@PARENT_TAG@</param>
<param name="revision">v2.0-rc0</param>
<param name="revision">v2.0-rc2</param>
<param name="match-tag">v[02].[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/nvme-cli.git</param>
<param name="changesrevision">5cf86c2cbda7c5140ecca850ff3722c8ed90e622</param>
<param name="changesrevision">40571043c33142928566161b444e632727691e69</param>
</service>
</servicedata>
</servicedata>

View File

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

3
nvme-cli-2.0~2.obscpio Normal file
View File

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

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Tue Feb 01 11:39:02 UTC 2022 - daniel.wagner@suse.com
- Update to version 2.0~2:
* Adapt to logging API changes in libnvme
* Adapt to scan API changes in libnvme
* Reworked error message handling
* Fix 'list-ns' (bsc#1195151)
* Add 'gen-tls-key' and 'check-tls-key'
* Add Media Unit Status log page support
* Cleanups and build fixes
- Fix path to systemctl (bsc#1193699)
-------------------------------------------------------------------
Wed Jan 19 11:46:18 UTC 2022 - Daniel Wagner <daniel.wagner@suse.com>

View File

@ -1,4 +1,4 @@
name: nvme-cli
version: 2.0~0
mtime: 1642167092
commit: 7a97bca7b826941225baa96abb9c8551b8cc0b74
version: 2.0~2
mtime: 1643713026
commit: e290046eff3cfc6035185b86e9c013c66e3a2b73

View File

@ -17,7 +17,7 @@
Name: nvme-cli
Version: 2.0~0
Version: 2.0~2
Release: 0
Summary: NVM Express user space tools
License: GPL-2.0-only
@ -31,7 +31,7 @@ BuildRequires: gcc
BuildRequires: gcc-c++
BuildRequires: libhugetlbfs-devel
BuildRequires: libjson-c-devel
BuildRequires: libnvme-devel
BuildRequires: libnvme-devel >= 1.0~2
BuildRequires: libuuid-devel
BuildRequires: make
BuildRequires: meson >= 0.47.0
@ -93,6 +93,8 @@ install -m 644 -D /dev/null %{buildroot}%{_sysconfdir}/nvme/hostid
install -m 644 -D /dev/null %{buildroot}%{_sysconfdir}/nvme/discovery.conf
rm %{buildroot}%{_sysconfdir}/dracut/dracut.conf.d/70-nvmf-autoconnect.conf
sed -i 's;/bin/systemctl;/usr/bin/systemctl;g' %{buildroot}%{_udevrulesdir}/70-nvmf-autoconnect.rules
# for subpackage nvme-cli-regress-script:
install -m 744 -D regress %{buildroot}%{_sbindir}/nvme-regress