Skip to content

Commit

Permalink
nvmetcli: update to 0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
durgajagadeesh committed Dec 25, 2024
1 parent ae7f8ab commit 03ebed3
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 8 deletions.
2 changes: 1 addition & 1 deletion SPECS-EXTENDED/nvmetcli/nvmetcli.signatures.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"Signatures": {
"nvmetcli-0.4.tar.gz": "afaa1246369bd38a317890f1cd52afb318194611a1e73e5dd1ec1e1efff18433"
"nvmetcli-0.7.tar.gz": "d4d992ebcdca3c56001c2bd4c64b6675ea3e94272276750d84fec866d7b01943"
}
}
29 changes: 23 additions & 6 deletions SPECS-EXTENDED/nvmetcli/nvmetcli.spec
Original file line number Diff line number Diff line change
@@ -1,13 +1,26 @@
Name: nvmetcli
License: ASL 2.0
Summary: An adminstration shell for NVMe storage targets
Version: 0.4
Release: 11%{?dist}
Vendor: Microsoft Corporation
Distribution: Azure Linux
Name: nvmetcli
License: Apache-2.0
Summary: An adminstration shell for NVMe storage targets
Version: 0.7
Release: 1%{?dist}
URL: ftp://ftp.infradead.org/pub/nvmetcli/
Source: ftp://ftp.infradead.org/pub/nvmetcli/%{name}-%{version}.tar.gz
Patch00: 0001-nvmetcli-don-t-remove-ANA-Group-1-on-clear.patch
Patch01: 0002-README-Update-URL-for-configshell-fb.patch
Patch02: 0003-nvmetcli-Improve-IOError-handling-on-restore.patch
Patch03: 0004-nvme.py-Explicit-close-is-redundant.patch
Patch04: 0005-nvme.py-Sync-the-containing-directory.patch
Patch05: 0006-nvme.py-Make-modprobe-work-for-kmod-lib-too.patch
Patch06: 0007-test_nvmet.py-test_invalid_input-fails-for-py3.patch
Patch07: 0008-nvmetcli-Report-save-name-correctly.patch
Patch08: 0009-nvmetcli-Allow-different-devices-for-make-test.patch
Patch09: 0010-nvmetcli-Correct-xrange-usage-for-py3.patch
Patch10: 0011-nvmetcli-add-a-tcp-example-json.patch
Patch11: 0012-Documentation-fix-typo.patch
BuildArch: noarch
BuildRequires: make
BuildRequires: python3-devel python3-setuptools systemd-units asciidoc xmlto
Requires: python3-configshell python3-kmod
Requires(post): systemd
Expand All @@ -20,7 +33,7 @@ nvmet in the Linux kernel. It allows configuring the nvmet interactively
as well as saving / restoring the configuration to / from a json file.

%prep
%setup -q
%autosetup -p1

%build
%{__python3} setup.py build
Expand Down Expand Up @@ -55,6 +68,10 @@ install -m 644 Documentation/nvmetcli.8.gz %{buildroot}%{_mandir}/man8/
%{_mandir}/man8/nvmetcli.8.gz

%changelog
* Thu Dec 19 2024 Durga Jagadeesh Palli <[email protected]> - 0.7-1
- Update to 0.7
- License verified

* Fri Oct 15 2021 Pawel Winogrodzki <[email protected]> - 0.4-11
- Initial CBL-Mariner import from Fedora 32 (license: MIT).

Expand Down
2 changes: 1 addition & 1 deletion cgmanifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -14343,7 +14343,7 @@
"other": {
"name": "nvmetcli",
"version": "0.4",
"downloadUrl": "ftp://ftp.infradead.org/pub/nvmetcli/nvmetcli-0.4.tar.gz"
"downloadUrl": "ftp://ftp.infradead.org/pub/nvmetcli/nvmetcli-0.7.tar.gz"
}
}
},
Expand Down

0 comments on commit 03ebed3

Please sign in to comment.