File tree 5 files changed +7
-263
lines changed
5 files changed +7
-263
lines changed Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ path = "../packages.rs"
12
12
releases-url = " https://github.com/linux-nvme/libnvme/releases"
13
13
14
14
[[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 "
17
17
18
18
[build-dependencies ]
19
19
glibc = { path = " ../glibc" }
Original file line number Diff line number Diff line change 1
1
Name: %{_cross_os }libnvme
2
- Version: 1.11.1
2
+ Version: 1.13
3
3
Release: 1%{?dist }
4
4
Epoch: 1
5
5
Summary: Library for NVM Express
@@ -29,6 +29,7 @@ CONFIGURE_OPTS=(
29
29
-Dopenssl=disabled
30
30
-Djson-c=disabled
31
31
-Dkeyutils=disabled
32
+ -Dliburing=disabled
32
33
33
34
-Ddocs-build=false
34
35
)
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ path = "../packages.rs"
12
12
releases-url = " https://github.com/linux-nvme/nvme-cli/releases"
13
13
14
14
[[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 "
17
17
18
18
[build-dependencies ]
19
19
glibc = { path = " ../glibc" }
Original file line number Diff line number Diff line change 1
1
Name: %{_cross_os }nvme-cli
2
- Version: 2.11
2
+ Version: 2.13
3
3
Release: 1%{?dist }
4
4
Epoch: 1
5
5
Summary: CLI to interact with NVMe devices
6
6
License: LGPL-2.1 -only AND GPL-2.0 -only AND CC0-1.0 AND MIT
7
7
URL: https://github.com/linux-nvme/nvme-cli
8
8
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
10
9
11
10
BuildRequires: meson
12
11
BuildRequires: %{_cross_os }glibc-devel
You can’t perform that action at this time.
0 commit comments