Skip to content

Commit

Permalink
Merge pull request #1158 from thaJeztah/kmod_suggests
Browse files Browse the repository at this point in the history
[master] deb, rpm: make kmod "suggests" instead of "recommends"
  • Loading branch information
vvoland authored Jan 27, 2025
2 parents bb09b29 + 940ff39 commit 6f30906
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions deb/common/control
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ Recommends: apparmor,
ca-certificates,
docker-ce-rootless-extras,
git,
kmod,
libltdl7,
pigz,
procps,
xz-utils
Suggests: cgroupfs-mount | cgroup-lite
Suggests: cgroupfs-mount | cgroup-lite,
kmod,
Conflicts: docker (<< 1.5~),
docker-engine,
docker.io
Expand Down
2 changes: 1 addition & 1 deletion rpm/SPECS/docker-ce.spec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Packager: Docker <[email protected]>

Requires: /usr/sbin/groupadd
# Provides modprobe, which we use to load br_netfilter if not loaded.
Recommends: kmod
Suggests: kmod
Requires: docker-ce-cli
Recommends: docker-ce-rootless-extras
Requires: container-selinux
Expand Down

0 comments on commit 6f30906

Please sign in to comment.