-
Notifications
You must be signed in to change notification settings - Fork 212
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
45 additions
and
24 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,7 @@ addons: | |
project: | ||
name: "NVIDIA/libnvidia-container" | ||
version: "1.0.0" | ||
description: "alpha" | ||
description: "NVIDIA container runtime library" | ||
notification_email: [email protected] | ||
build_command_prepend: "make clean" | ||
build_command: "make" | ||
|
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,16 @@ | ||
libnvidia-container (1.0.0~beta.1-1) UNRELEASED; urgency=medium | ||
|
||
* 6822b13 Bump nvidia-modprobe-utils to 390.25 | ||
* 8245f6c Slightly improve RPC error messages | ||
* 9398d41 Add support for display capability | ||
* 57a0dd5 Increase driver service timeout from 1s to 10s | ||
* e48a0d4 Add device minor to the CLI info command | ||
* 019fdc1 Add support for custom driver root directory | ||
* b78a28c Add ppc64le support | ||
* 41656bf Add --ldcache option to the CLI | ||
|
||
-- NVIDIA CORPORATION <[email protected]> Mon, 05 Mar 2018 16:10:35 -0800 | ||
|
||
libnvidia-container (1.0.0~alpha.3-1) UNRELEASED; urgency=medium | ||
|
||
* d268f8f Improve error message if driver installed in the container | ||
|
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,21 +1,21 @@ | ||
libnvidia-container.so.1 libnvidia-container1 #MINVER# | ||
NVC_1.0@NVC_1.0 1.0.0~alpha.3 | ||
nvc_config_free@NVC_1.0 1.0.0~alpha.3 | ||
nvc_config_new@NVC_1.0 1.0.0~alpha.3 | ||
nvc_container_config_free@NVC_1.0 1.0.0~alpha.3 | ||
nvc_container_config_new@NVC_1.0 1.0.0~alpha.3 | ||
nvc_container_free@NVC_1.0 1.0.0~alpha.3 | ||
nvc_container_new@NVC_1.0 1.0.0~alpha.3 | ||
nvc_context_free@NVC_1.0 1.0.0~alpha.3 | ||
nvc_context_new@NVC_1.0 1.0.0~alpha.3 | ||
nvc_device_info_free@NVC_1.0 1.0.0~alpha.3 | ||
nvc_device_info_new@NVC_1.0 1.0.0~alpha.3 | ||
nvc_device_mount@NVC_1.0 1.0.0~alpha.3 | ||
nvc_driver_info_free@NVC_1.0 1.0.0~alpha.3 | ||
nvc_driver_info_new@NVC_1.0 1.0.0~alpha.3 | ||
nvc_driver_mount@NVC_1.0 1.0.0~alpha.3 | ||
nvc_error@NVC_1.0 1.0.0~alpha.3 | ||
nvc_init@NVC_1.0 1.0.0~alpha.3 | ||
nvc_ldcache_update@NVC_1.0 1.0.0~alpha.3 | ||
nvc_shutdown@NVC_1.0 1.0.0~alpha.3 | ||
nvc_version@NVC_1.0 1.0.0~alpha.3 | ||
NVC_1.0@NVC_1.0 1.0.0~beta.1 | ||
nvc_config_free@NVC_1.0 1.0.0~beta.1 | ||
nvc_config_new@NVC_1.0 1.0.0~beta.1 | ||
nvc_container_config_free@NVC_1.0 1.0.0~beta.1 | ||
nvc_container_config_new@NVC_1.0 1.0.0~beta.1 | ||
nvc_container_free@NVC_1.0 1.0.0~beta.1 | ||
nvc_container_new@NVC_1.0 1.0.0~beta.1 | ||
nvc_context_free@NVC_1.0 1.0.0~beta.1 | ||
nvc_context_new@NVC_1.0 1.0.0~beta.1 | ||
nvc_device_info_free@NVC_1.0 1.0.0~beta.1 | ||
nvc_device_info_new@NVC_1.0 1.0.0~beta.1 | ||
nvc_device_mount@NVC_1.0 1.0.0~beta.1 | ||
nvc_driver_info_free@NVC_1.0 1.0.0~beta.1 | ||
nvc_driver_info_new@NVC_1.0 1.0.0~beta.1 | ||
nvc_driver_mount@NVC_1.0 1.0.0~beta.1 | ||
nvc_error@NVC_1.0 1.0.0~beta.1 | ||
nvc_init@NVC_1.0 1.0.0~beta.1 | ||
nvc_ldcache_update@NVC_1.0 1.0.0~beta.1 | ||
nvc_shutdown@NVC_1.0 1.0.0~beta.1 | ||
nvc_version@NVC_1.0 1.0.0~beta.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 |
---|---|---|
|
@@ -85,6 +85,16 @@ This package contains command-line tools that facilitate using the library. | |
%{_bindir}/* | ||
|
||
%changelog | ||
* Mon Mar 05 2018 NVIDIA CORPORATION <[email protected]> 1.0.0-0.1.beta.1 | ||
- 6822b13 Bump nvidia-modprobe-utils to 390.25 | ||
- 8245f6c Slightly improve RPC error messages | ||
- 9398d41 Add support for display capability | ||
- 57a0dd5 Increase driver service timeout from 1s to 10s | ||
- e48a0d4 Add device minor to the CLI info command | ||
- 019fdc1 Add support for custom driver root directory | ||
- b78a28c Add ppc64le support | ||
- 41656bf Add --ldcache option to the CLI | ||
|
||
* Wed Jan 10 2018 NVIDIA CORPORATION <[email protected]> 1.0.0-0.1.alpha.3 | ||
- d268f8f Improve error message if driver installed in the container | ||
- 3fdac29 Add optional support for libelf from the elfutils project | ||
|