File tree Expand file tree Collapse file tree 5 files changed +21
-4
lines changed
Expand file tree Collapse file tree 5 files changed +21
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ MKDIR ?= mkdir
55DIST_DIR ?= $(CURDIR ) /dist
66
77LIB_NAME := nvidia-container-toolkit
8- LIB_VERSION := 1.1.2
8+ LIB_VERSION := 1.2.0
99
1010GOLANG_VERSION := 1.14.2
1111GOLANG_PKG_PATH := github.com/NVIDIA/container-toolkit/pkg
Original file line number Diff line number Diff line change @@ -64,6 +64,6 @@ COPY packaging/debian ./debian
6464RUN sed -i "s;@VERSION@;${REVISION};" debian/changelog && \
6565 if [ "$REVISION" != "$(dpkg-parsechangelog --show-field=Version)" ]; then exit 1; fi
6666
67- CMD export DISTRIB="unstable " && \
67+ CMD export DISTRIB="$(lsb_release -cs) " && \
6868 debuild -eDISTRIB -eSECTION --dpkg-buildpackage-hook='sh debian/prepare' -i -us -uc -b && \
6969 mv /tmp/nvidia-container-toolkit_*.deb /dist
Original file line number Diff line number Diff line change 1+ nvidia-container-toolkit (1.2.0-1) UNRELEASED; urgency=medium
2+
3+ * 8e0aab46 Fix repo listed in changelog for debian distributions
4+ * 320bb6e4 Update dependence on libnvidia-container to 1.2.0
5+ * 6cfc8097 Update package license to match source license
6+ * e7dc3cbb Fix debian copyright file
7+ * d3aee3e0 Add the 'ngx' driver capability
8+
9+ -- NVIDIA CORPORATION <cudatools@nvidia.com> Wed, 08 Jul 2020 18:11:19 -0700
10+
111nvidia-container-toolkit (1.1.2-1) UNRELEASED; urgency=medium
212
313 * c32237f3 Add support for parsing Linux Capabilities for older OCI specs
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Build-Depends: debhelper (>= 9)
1010
1111Package: nvidia-container-toolkit
1212Architecture: any
13- Depends: ${misc:Depends}, libnvidia-container-tools (>= 1.1.1 ), libnvidia-container-tools (<< 2.0.0)
13+ Depends: ${misc:Depends}, libnvidia-container-tools (>= 1.2.0 ), libnvidia-container-tools (<< 2.0.0)
1414Breaks: nvidia-container-runtime (<< 2.0.0), nvidia-container-runtime-hook
1515Replaces: nvidia-container-runtime (<< 2.0.0), nvidia-container-runtime-hook
1616Description: NVIDIA container runtime hook
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Source4: LICENSE
1818
1919Obsoletes: nvidia-container-runtime < 2.0.0, nvidia-container-runtime-hook
2020Provides: nvidia-container-runtime-hook
21- Requires: libnvidia-container-tools >= 1.1.1 , libnvidia-container-tools < 2.0.0
21+ Requires: libnvidia-container-tools >= 1.2.0 , libnvidia-container-tools < 2.0.0
2222
2323%description
2424Provides a OCI hook to enable GPU support in containers.
@@ -53,6 +53,13 @@ rm -f %{_bindir}/nvidia-container-runtime-hook
5353/usr/share/containers/oci/hooks.d/oci-nvidia-hook.json
5454
5555%changelog
56+ * Wed Jul 08 2020 NVIDIA CORPORATION <cudatools@nvidia.com> 1.2.0-1
57+ - 8e0aab46 Fix repo listed in changelog for debian distributions
58+ - 320bb6e4 Update dependence on libnvidia-container to 1.2.0
59+ - 6cfc8097 Update package license to match source license
60+ - e7dc3cbb Fix debian copyright file
61+ - d3aee3e0 Add the 'ngx' driver capability
62+
5663* Wed Jun 03 2020 NVIDIA CORPORATION <cudatools@nvidia.com> 1.1.2-1
5764- c32237f3 Add support for parsing Linux Capabilities for older OCI specs
5865
You can’t perform that action at this time.
0 commit comments