Skip to content

Commit c580b90

Browse files
committed
packages: update libnvidia-container to v1.18.0
Signed-off-by: Piyush Jena <[email protected]>
1 parent 1f92cf4 commit c580b90

File tree

3 files changed

+3
-33
lines changed

3 files changed

+3
-33
lines changed

packages/libnvidia-container/0005-Add-clock_gettime-to-allowed-syscalls.patch

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

packages/libnvidia-container/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ releases-url = "https://github.com/NVIDIA/libnvidia-container/releases"
1313

1414
# Should match the version of the nvidia-container-toolkit package
1515
[[package.metadata.build-package.external-files]]
16-
url = "https://github.com/NVIDIA/libnvidia-container/archive/v1.17.8/libnvidia-container-1.17.8.tar.gz"
17-
sha512 = "727f66bcb7396110c056e483abc5d2ba38381feaf0d47b4b40159933ccc65e76d4b33d7bb32b1ec87851c802d1823165f50f289d92f748f7f50f6896fe2bd10e"
16+
url = "https://github.com/NVIDIA/libnvidia-container/archive/v1.18.0/libnvidia-container-1.18.0.tar.gz"
17+
sha512 = "230b6d3b0a29a54796cebdc212b4cb4b2249d8bb370e97778be88093b6d36153d1325a5755ef69d5b856cfc6b9a904e30d39466d86efd3369b2c838fa57cd7e9"
1818

1919
# Check https://github.com/NVIDIA/libnvidia-container/blob/<LIBNVIDIA_VERSION>/mk/nvidia-modprobe.mk to determine which modprobe version it builds
2020
[[package.metadata.build-package.external-files]]

packages/libnvidia-container/libnvidia-container.spec

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
%global nvidia_modprobe_version 550.54.14
22

33
Name: %{_cross_os}libnvidia-container
4-
Version: 1.17.8
4+
Version: 1.18.0
55
Release: 1%{?dist}
66
Epoch: 1
77
Summary: NVIDIA container runtime library
@@ -18,7 +18,6 @@ Patch0001: 0001-use-shared-libtirpc.patch
1818
Patch0002: 0002-use-prefix-from-environment.patch
1919
Patch0003: 0003-keep-debug-symbols.patch
2020
Patch0004: 0004-makefile-avoid-ldconfig-when-cross-compiling.patch
21-
Patch0005: 0005-Add-clock_gettime-to-allowed-syscalls.patch
2221

2322
BuildRequires: %{_cross_os}glibc-devel
2423
BuildRequires: %{_cross_os}libelf-devel

0 commit comments

Comments
 (0)