File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ Package: libnvidia-container-tools
4848Section: @SECTION@utils
4949Priority: optional
5050Architecture: any
51- Depends: ${shlibs:Depends}, ${misc:Depends}
51+ Depends: libnvidia-container@MAJOR@ (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
5252Description: NVIDIA container runtime library (command-line tools)
5353 The nvidia-container library provides an interface to configure GNU/Linux
5454 containers leveraging NVIDIA hardware. The implementation relies on several
Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ This package contains the debugging symbols for the library.
8484%{_prefix }/lib/debug%{_libdir }/lib* .so.*
8585
8686%package tools
87- Requires: %{name }%{_major }%{?_isa } > = %{version }-%{release }
87+ Requires: %{name }%{_major }%{?_isa } = %{version }-%{release }
8888Summary: NVIDIA container runtime library (command-line tools)
8989%description tools
9090The nvidia-container library provides an interface to configure GNU/Linux
You can’t perform that action at this time.
0 commit comments