Skip to content

Commit c484b88

Browse files
authored
Merge pull request #514 from piyush-jena/3p_pkg_update
Update `libnvme` and `nvme-cli`
2 parents 8c01572 + dc27834 commit c484b88

File tree

5 files changed

+7
-263
lines changed

5 files changed

+7
-263
lines changed

packages/libnvme/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ path = "../packages.rs"
1212
releases-url = "https://github.com/linux-nvme/libnvme/releases"
1313

1414
[[package.metadata.build-package.external-files]]
15-
url = "https://github.com/linux-nvme/libnvme/archive/v1.11.1/libnvme-1.11.1.tar.gz"
16-
sha512 = "8720f2907a3d13af44fb3deec883cd6eb247d5861c4459b5fe0e67ff9ecfb565462a5faf39d43e08b5284f3e8ca8e72d41b333984beaa45d3287b1a258f3e59d"
15+
url = "https://github.com/linux-nvme/libnvme/archive/v1.13/libnvme-1.13.tar.gz"
16+
sha512 = "7c56cb4a531c77e7024126c3dde4ffe629944be93a3102b09bc7a16031bdd64dac5cb19834c586609c5e3c186f805532d739f960abc4ba22114f36c6bc710264"
1717

1818
[build-dependencies]
1919
glibc = { path = "../glibc" }

packages/libnvme/libnvme.spec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Name: %{_cross_os}libnvme
2-
Version: 1.11.1
2+
Version: 1.13
33
Release: 1%{?dist}
44
Epoch: 1
55
Summary: Library for NVM Express
@@ -29,6 +29,7 @@ CONFIGURE_OPTS=(
2929
-Dopenssl=disabled
3030
-Djson-c=disabled
3131
-Dkeyutils=disabled
32+
-Dliburing=disabled
3233

3334
-Ddocs-build=false
3435
)

packages/nvme-cli/0001-plugins-amzn-add-stats-support.patch

Lines changed: 0 additions & 256 deletions
This file was deleted.

packages/nvme-cli/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ path = "../packages.rs"
1212
releases-url = "https://github.com/linux-nvme/nvme-cli/releases"
1313

1414
[[package.metadata.build-package.external-files]]
15-
url = "https://github.com/linux-nvme/nvme-cli/archive/v2.11/nvme-cli-2.11.tar.gz"
16-
sha512 = "33de20ad990a3b87fef46fa486832edde41907223aa6b8a47606e605b360745fd7e2054226bf93a59b2a09c6bc04d0b684e4b3bb27c3fc0e6110c64a558cadc0"
15+
url = "https://github.com/linux-nvme/nvme-cli/archive/v2.13/nvme-cli-2.13.tar.gz"
16+
sha512 = "71ade7b97354bf70e4909d85265db157715c1afe52fba6d1e2aa614900a8059830e85029f71680884966476363e8846d6cfbc1dcfe57330c749775acc39df6e7"
1717

1818
[build-dependencies]
1919
glibc = { path = "../glibc" }

packages/nvme-cli/nvme-cli.spec

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
Name: %{_cross_os}nvme-cli
2-
Version: 2.11
2+
Version: 2.13
33
Release: 1%{?dist}
44
Epoch: 1
55
Summary: CLI to interact with NVMe devices
66
License: LGPL-2.1-only AND GPL-2.0-only AND CC0-1.0 AND MIT
77
URL: https://github.com/linux-nvme/nvme-cli
88
Source0: https://github.com/linux-nvme/nvme-cli/archive/v%{version}/nvme-cli-%{version}.tar.gz
9-
Patch1: 0001-plugins-amzn-add-stats-support.patch
109

1110
BuildRequires: meson
1211
BuildRequires: %{_cross_os}glibc-devel

0 commit comments

Comments
 (0)