From a4b62141739ded5a162ce9530205cd18005e3a3b Mon Sep 17 00:00:00 2001 From: Kevin Klues Date: Wed, 8 Jul 2020 19:28:37 +0000 Subject: [PATCH 1/2] Add %config directive to daemon.json for RPM installations This prevents existing modifications to this file to be automatically saved in a backup instead of overwritten. Details here: https://docs.fedoraproject.org/ro/Fedora_Draft_Documentation/0.1/html/RPM_Guide/ch09s05s03.html Signed-off-by: Kevin Klues --- rpm/SPECS/nvidia-docker2.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpm/SPECS/nvidia-docker2.spec b/rpm/SPECS/nvidia-docker2.spec index 290e0db..26fe4fa 100644 --- a/rpm/SPECS/nvidia-docker2.spec +++ b/rpm/SPECS/nvidia-docker2.spec @@ -34,7 +34,7 @@ install -m 644 -t %{buildroot}/etc/docker daemon.json %files %license LICENSE %{_bindir}/nvidia-docker -/etc/docker/daemon.json +%config /etc/docker/daemon.json %changelog * Wed Jul 08 2020 NVIDIA CORPORATION 2.4.0-1 From 869d27d8d3ef740ec816253af386d52e5b6773f4 Mon Sep 17 00:00:00 2001 From: Kevin Klues Date: Wed, 16 Sep 2020 11:57:39 +0000 Subject: [PATCH 2/2] Bump to version 2.5.0 Signed-off-by: Kevin Klues --- Makefile | 4 ++-- debian/changelog | 9 +++++++++ rpm/SPECS/nvidia-docker2.spec | 6 ++++++ 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 7ba652e..4a6cbd2 100644 --- a/Makefile +++ b/Makefile @@ -5,10 +5,10 @@ MKDIR ?= mkdir DIST_DIR ?= $(CURDIR)/dist LIB_NAME := nvidia-docker2 -LIB_VERSION := 2.4.0 +LIB_VERSION := 2.5.0 PKG_REV := 1 -RUNTIME_VERSION := 3.3.0 +RUNTIME_VERSION := 3.4.0 # Supported OSs by architecture AMD64_TARGETS := ubuntu20.04 ubuntu18.04 ubuntu16.04 debian10 debian9 diff --git a/debian/changelog b/debian/changelog index af35f91..224bbb2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +nvidia-docker2 (2.5.0-1) UNRELEASED; urgency=medium + + * Bump version to v2.5.0 + * Add dependence on nvidia-container-runtime >= 3.4.0 + * Update readme to point to the official documentatio + * Add %config directive to daemon.json for RPM installations + + -- NVIDIA CORPORATION Wed, 16 Sep 2020 13:55:52 +0000 + nvidia-docker2 (2.4.0-1) UNRELEASED; urgency=medium * 09a01276 Update package license to match source license diff --git a/rpm/SPECS/nvidia-docker2.spec b/rpm/SPECS/nvidia-docker2.spec index 26fe4fa..4ed80fd 100644 --- a/rpm/SPECS/nvidia-docker2.spec +++ b/rpm/SPECS/nvidia-docker2.spec @@ -37,6 +37,12 @@ install -m 644 -t %{buildroot}/etc/docker daemon.json %config /etc/docker/daemon.json %changelog +* Wed Sep 16 2020 NVIDIA CORPORATION 2.5.0-1 +- Bump version to v2.5.0 +- Add dependence on nvidia-container-runtime >= 3.4.0 +- Update readme to point to the official documentatio +- Add %config directive to daemon.json for RPM installations + * Wed Jul 08 2020 NVIDIA CORPORATION 2.4.0-1 - 09a01276 Update package license to match source license - b9c70155 Update dependence on nvidia-container-runtime to 3.3.0