* Mon Aug 05 2024 Tomas Bzatek <tbzatek@redhat.com> - 2.10-1
- Update to 2.10
This commit is contained in:
parent
c8cd07d864
commit
c636547ae2
4 changed files with 41 additions and 4 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -34,3 +34,4 @@
|
|||
/nvme-cli-2.7.1.tar.gz
|
||||
/nvme-cli-2.8.tar.gz
|
||||
/nvme-cli-2.9.1.tar.gz
|
||||
/nvme-cli-2.10.tar.gz
|
||||
|
|
|
|||
31
nvme-cli-2.11-rename_ocp-unsupported-req-log_file.patch
Normal file
31
nvme-cli-2.11-rename_ocp-unsupported-req-log_file.patch
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
From 03b14a27fb1e38a320600727fdef1fd244c0f9bc Mon Sep 17 00:00:00 2001
|
||||
From: Daniel Wagner <dwagner@suse.de>
|
||||
Date: Fri, 2 Aug 2024 11:46:49 +0200
|
||||
Subject: [PATCH] docs: rename ocp-unsupported-req-log file
|
||||
|
||||
The filename has to match the command name, thus rename the filename.
|
||||
|
||||
Signed-off-by: Daniel Wagner <dwagner@suse.de>
|
||||
---
|
||||
Documentation/meson.build | 2 +-
|
||||
...ted-reqs-log-pages.txt => nvme-ocp-unsupported-reqs-log.txt} | 0
|
||||
2 files changed, 1 insertion(+), 1 deletion(-)
|
||||
rename Documentation/{nvme-ocp-unsupported-reqs-log-pages.txt => nvme-ocp-unsupported-reqs-log.txt} (100%)
|
||||
|
||||
diff --git a/Documentation/meson.build b/Documentation/meson.build
|
||||
index 30c0efc418..1478134175 100644
|
||||
--- a/Documentation/meson.build
|
||||
+++ b/Documentation/meson.build
|
||||
@@ -103,7 +103,7 @@ adoc_sources = [
|
||||
'nvme-ocp-set-telemetry-profile',
|
||||
'nvme-ocp-smart-add-log',
|
||||
'nvme-ocp-telemetry-string-log-page',
|
||||
- 'nvme-ocp-unsupported-reqs-log-pages',
|
||||
+ 'nvme-ocp-unsupported-reqs-log',
|
||||
'nvme-ocp-internal-log',
|
||||
'nvme-persistent-event-log',
|
||||
'nvme-pred-lat-event-agg-log',
|
||||
diff --git a/Documentation/nvme-ocp-unsupported-reqs-log-pages.txt b/Documentation/nvme-ocp-unsupported-reqs-log.txt
|
||||
similarity index 100%
|
||||
rename from Documentation/nvme-ocp-unsupported-reqs-log-pages.txt
|
||||
rename to Documentation/nvme-ocp-unsupported-reqs-log.txt
|
||||
|
|
@ -2,8 +2,8 @@
|
|||
%{!?version_no_tilde: %define version_no_tilde %{shrink:%(echo '%{version}' | tr '~' '-')}}
|
||||
|
||||
Name: nvme-cli
|
||||
Version: 2.9.1
|
||||
Release: 3%{?dist}
|
||||
Version: 2.10
|
||||
Release: 1%{?dist}
|
||||
Summary: NVMe management command line interface
|
||||
|
||||
License: GPL-2.0-only
|
||||
|
|
@ -11,6 +11,8 @@ URL: https://github.com/linux-nvme/nvme-cli
|
|||
Source0: %{url}/archive/v%{version_no_tilde}/%{name}-%{version_no_tilde}.tar.gz
|
||||
Source1: nvmf-connect-nbft.sh
|
||||
|
||||
Patch0: nvme-cli-2.11-rename_ocp-unsupported-req-log_file.patch
|
||||
|
||||
BuildRequires: meson >= 0.50.0
|
||||
BuildRequires: gcc gcc-c++
|
||||
BuildRequires: systemd-devel
|
||||
|
|
@ -21,7 +23,7 @@ BuildRequires: openssl-devel
|
|||
BuildRequires: kernel-headers
|
||||
%endif
|
||||
|
||||
BuildRequires: libnvme-devel >= 1.9
|
||||
BuildRequires: libnvme-devel >= 1.10
|
||||
BuildRequires: json-c-devel >= 0.13
|
||||
|
||||
BuildRequires: asciidoc
|
||||
|
|
@ -86,6 +88,9 @@ rm -rf %{buildroot}%{_pkgdocdir}/nvme
|
|||
|
||||
|
||||
%changelog
|
||||
* Mon Aug 05 2024 Tomas Bzatek <tbzatek@redhat.com> - 2.10-1
|
||||
- Update to 2.10
|
||||
|
||||
* Thu Jul 18 2024 Fedora Release Engineering <releng@fedoraproject.org> - 2.9.1-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (nvme-cli-2.9.1.tar.gz) = c9c86e7567c2d4c59aff1eb9d18f4775923db3c81a89c628b819121c32150d4bc2d65d0dacac764c64594369890b380d0fd06bc7c1f83f4a7f3e71a51a6fee24
|
||||
SHA512 (nvme-cli-2.10.tar.gz) = e1ce2e3d5990dce6794cc8e2e7a601895ff8474a4ba1c7c1722fab1986ae82bce8d41c18b2b553ffc55b1f3393d716e861acf92ba1262b1576d6e4bfb18ad9d0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue