Skip to content

Commit 196e370

Browse files
committed
nvidia-k8s-device-plugin: update to v0.17.3
1 parent d6c744d commit 196e370

File tree

3 files changed

+4
-55
lines changed

3 files changed

+4
-55
lines changed

packages/nvidia-k8s-device-plugin/0001-fix-ldcache-parsing-for-aarch64.patch

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

packages/nvidia-k8s-device-plugin/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ path = "../packages.rs"
1212
releases-url = "https://github.com/NVIDIA/k8s-device-plugin/releases"
1313

1414
[[package.metadata.build-package.external-files]]
15-
url = "https://github.com/NVIDIA/k8s-device-plugin/archive/v0.17.1/v0.17.1.tar.gz"
16-
path = "k8s-device-plugin-0.17.1.tar.gz"
17-
sha512 = "8dc7501131b45de10f55d1034db402886e0bae06b0e06445acfbe6ab25db2afccf7a9b8e24428c0206ee6a1b7080fa682e3f024bcef2c8c12a880303a607af65"
15+
url = "https://github.com/NVIDIA/k8s-device-plugin/archive/v0.17.3/v0.17.3.tar.gz"
16+
path = "k8s-device-plugin-0.17.3.tar.gz"
17+
sha512 = "18715703dfce6a6e986295dfbdc78180dd5c30566db2b44abc7fc030e6981ada5fd411488564594454a840c3c67b933e0c7e849c2938aa837ac32dd41b3a0140"
1818

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

packages/nvidia-k8s-device-plugin/nvidia-k8s-device-plugin.spec

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
%global gorepo k8s-device-plugin
33
%global goimport %{goproject}/%{gorepo}
44

5-
%global gover 0.17.1
5+
%global gover 0.17.3
66
%global rpmver %{gover}
77

88
Name: %{_cross_os}nvidia-k8s-device-plugin
@@ -18,8 +18,6 @@ Source2: nvidia-k8s-device-plugin-conf
1818
Source3: nvidia-k8s-device-plugin-exec-start-conf
1919
Source4: nvidia-k8s-device-plugin-mig-conf
2020

21-
Patch0001: 0001-fix-ldcache-parsing-for-aarch64.patch
22-
2321
BuildRequires: %{_cross_os}glibc-devel
2422
Requires: %{name}(binaries)
2523

0 commit comments

Comments
 (0)