Skip to content
This repository was archived by the owner on Jan 22, 2024. It is now read-only.

Commit 4edca2f

Browse files
committed
Pave the way for a hypothetical transitional package from v1
1 parent 0972529 commit 4edca2f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

debian/control

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ Build-Depends: debhelper (>= 9)
1010

1111
Package: nvidia-docker2
1212
Architecture: all
13-
Breaks: nvidia-docker
14-
Replaces: nvidia-docker
13+
Breaks: nvidia-docker (<< 2.0.0)
14+
Replaces: nvidia-docker (<< 2.0.0)
1515
Depends: ${misc:Depends}, nvidia-container-runtime (= @RUNTIME_VERSION@), @DOCKER_VERSION@
1616
Description: nvidia-docker CLI wrapper
1717
Replaces nvidia-docker with a new implementation based on

rpm/SPECS/nvidia-docker2.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Source0: nvidia-docker
1515
Source1: daemon.json
1616
Source2: LICENSE
1717

18-
Conflicts: nvidia-docker
18+
Conflicts: nvidia-docker < 2.0.0
1919
Requires: nvidia-container-runtime = %{runtime_version}
2020
Requires: %{docker_version}
2121

0 commit comments

Comments
 (0)