-
Notifications
You must be signed in to change notification settings - Fork 216
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'v1.2.0-rc.1' into 'master'
Prepare 1.2.0-rc.1 release See merge request nvidia/container-toolkit/libnvidia-container!24
- Loading branch information
Showing
6 changed files
with
44 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,10 @@ | ||
libnvidia-container (1.2.0~rc.1-1) UNRELEASED; urgency=medium | ||
|
||
* 4263e684 Add support for Windows Subsystem for Linux (WSL2) | ||
* 2b75a55e Fix ability to build RC packages via TAG=rc.<num> | ||
|
||
-- NVIDIA CORPORATION <[email protected]> Thu, 11 Jun 2020 15:12:59 -0700 | ||
|
||
libnvidia-container (1.1.1-1) UNRELEASED; urgency=medium | ||
|
||
* deeb499 Fixup deb packaging files to remove warnings | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,25 @@ | ||
libnvidia-container.so.1 libnvidia-container1 #MINVER# | ||
NVC_1.0@NVC_1.0 1.1.1 | ||
nvc_config_free@NVC_1.0 1.1.1 | ||
nvc_config_new@NVC_1.0 1.1.1 | ||
nvc_container_config_free@NVC_1.0 1.1.1 | ||
nvc_container_config_new@NVC_1.0 1.1.1 | ||
nvc_container_free@NVC_1.0 1.1.1 | ||
nvc_container_new@NVC_1.0 1.1.1 | ||
nvc_context_free@NVC_1.0 1.1.1 | ||
nvc_context_new@NVC_1.0 1.1.1 | ||
nvc_device_info_free@NVC_1.0 1.1.1 | ||
nvc_device_info_new@NVC_1.0 1.1.1 | ||
nvc_device_mount@NVC_1.0 1.1.1 | ||
nvc_mig_device_access_caps_mount@NVC_1.0 1.1.1 | ||
nvc_mig_config_global_caps_mount@NVC_1.0 1.1.1 | ||
nvc_mig_monitor_global_caps_mount@NVC_1.0 1.1.1 | ||
nvc_device_mig_caps_mount@NVC_1.0 1.1.1 | ||
nvc_driver_info_free@NVC_1.0 1.1.1 | ||
nvc_driver_info_new@NVC_1.0 1.1.1 | ||
nvc_driver_mount@NVC_1.0 1.1.1 | ||
nvc_error@NVC_1.0 1.1.1 | ||
nvc_init@NVC_1.0 1.1.1 | ||
nvc_ldcache_update@NVC_1.0 1.1.1 | ||
nvc_shutdown@NVC_1.0 1.1.1 | ||
nvc_version@NVC_1.0 1.1.1 | ||
NVC_1.0@NVC_1.0 1.2.0~rc.1 | ||
nvc_config_free@NVC_1.0 1.2.0~rc.1 | ||
nvc_config_new@NVC_1.0 1.2.0~rc.1 | ||
nvc_container_config_free@NVC_1.0 1.2.0~rc.1 | ||
nvc_container_config_new@NVC_1.0 1.2.0~rc.1 | ||
nvc_container_free@NVC_1.0 1.2.0~rc.1 | ||
nvc_container_new@NVC_1.0 1.2.0~rc.1 | ||
nvc_context_free@NVC_1.0 1.2.0~rc.1 | ||
nvc_context_new@NVC_1.0 1.2.0~rc.1 | ||
nvc_device_info_free@NVC_1.0 1.2.0~rc.1 | ||
nvc_device_info_new@NVC_1.0 1.2.0~rc.1 | ||
nvc_device_mount@NVC_1.0 1.2.0~rc.1 | ||
nvc_mig_device_access_caps_mount@NVC_1.0 1.2.0~rc.1 | ||
nvc_mig_config_global_caps_mount@NVC_1.0 1.2.0~rc.1 | ||
nvc_mig_monitor_global_caps_mount@NVC_1.0 1.2.0~rc.1 | ||
nvc_device_mig_caps_mount@NVC_1.0 1.2.0~rc.1 | ||
nvc_driver_info_free@NVC_1.0 1.2.0~rc.1 | ||
nvc_driver_info_new@NVC_1.0 1.2.0~rc.1 | ||
nvc_driver_mount@NVC_1.0 1.2.0~rc.1 | ||
nvc_error@NVC_1.0 1.2.0~rc.1 | ||
nvc_init@NVC_1.0 1.2.0~rc.1 | ||
nvc_ldcache_update@NVC_1.0 1.2.0~rc.1 | ||
nvc_shutdown@NVC_1.0 1.2.0~rc.1 | ||
nvc_version@NVC_1.0 1.2.0~rc.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,9 @@ Packager: NVIDIA CORPORATION <[email protected]> | |
URL: https://github.com/NVIDIA/libnvidia-container | ||
BuildRequires: make | ||
Version: %{_version} | ||
Release: 1 | ||
%{!?_tag: %define _release 1} | ||
%{?_tag: %define _release 0.1.%{_tag}} | ||
Release: %{_release} | ||
Summary: NVIDIA container runtime library | ||
%description | ||
The nvidia-container library provides an interface to configure GNU/Linux | ||
|
@@ -72,7 +74,7 @@ This package contains the debugging symbols for the library. | |
%{_prefix}/lib/debug%{_libdir}/lib*.so.* | ||
|
||
%package tools | ||
Requires: %{name}%{_major}%{?_isa} >= %{version}-1, %{name}%{_major}%{?_isa} >= %{version}-%{release} | ||
Requires: %{name}%{_major}%{?_isa} >= %{version}-%{release} | ||
Summary: NVIDIA container runtime library (command-line tools) | ||
%description tools | ||
The nvidia-container library provides an interface to configure GNU/Linux | ||
|
@@ -85,6 +87,10 @@ This package contains command-line tools that facilitate using the library. | |
%{_bindir}/* | ||
|
||
%changelog | ||
* Thu Jun 11 2020 NVIDIA CORPORATION <[email protected]> 1.2.0-0.1.rc.1 | ||
- 4263e684 Add support for Windows Subsystem for Linux (WSL2) | ||
- 2b75a55e Fix ability to build RC packages via TAG=rc.<num> | ||
|
||
* Tue May 19 2020 NVIDIA CORPORATION <[email protected]> 1.1.1-1 | ||
- deeb499 Fixup deb packaging files to remove warnings | ||
- 6003504 nvmlSystemGetCudaDriverVersion_v2 to nvmlSystemGetCudaDriverVersion | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters