Skip to content

Commit 1ffb9e4

Browse files
committed
Update golang build requirements for libnvidia-container
1 parent 749c2bc commit 1ffb9e4

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

SPECS/libnvidia-container/libnvidia-container.spec

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Summary: NVIDIA container runtime library
55
Name: libnvidia-container
66
Version: 1.17.4
7-
Release: 1%{?dist}
7+
Release: 2%{?dist}
88
License: BSD AND ASL2.0 AND GPLv3+ AND LGPLv3+ AND MIT AND GPLv2
99
Vendor: Microsoft Corporation
1010
Distribution: Azure Linux
@@ -21,7 +21,7 @@ BuildRequires: libtirpc-devel
2121
BuildRequires: make
2222
BuildRequires: rpcsvc-proto
2323
BuildRequires: which
24-
BuildRequires: golang
24+
BuildRequires: golang < 1.24.0
2525

2626
%description
2727
The nvidia-container library provides an interface to configure GNU/Linux
@@ -135,6 +135,9 @@ This package contains command-line tools that facilitate using the library.
135135
%{_bindir}/*
136136

137137
%changelog
138+
* Mon Mar 10 2025 Jon Slobodzian <[email protected]> - 1.17.4-2
139+
- The Golang 1.24 breaks this build. Changed BuildRequires to specify a lower version.
140+
138141
* Fri Feb 14 2025 Mitch Zhu <[email protected]> - 1.17.4-1
139142
- Upgrade to version 1.17.4 to stay in sync with nvidia-container-toolkit.
140143

0 commit comments

Comments
 (0)