Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Switch to conntrack-tools as kubelet dependency for RPM's #3712

Merged
merged 1 commit into from
Aug 19, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Switch to conntrack-tools as kubelet dependency
The alias `conntrack-tools` should be available for most RPM based
distributions, including the mentioned (open)SUSE ones.

Signed-off-by: Sascha Grunert <sgrunert@redhat.com>
  • Loading branch information
saschagrunert committed Aug 19, 2024
commit bc7d5340fcf183a429b74c90bab8ed4d0ccb7308
3 changes: 2 additions & 1 deletion cmd/krel/templates/latest/kubelet/kubelet.spec
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,15 @@ Requires: {{ $dep.Name }} {{ $dep.VersionConstraint }}
%if "%{_vendor}" == "debbuild"
Requires: iproute2
Requires: mount
Requires: conntrack
%else
Requires: iproute
Requires: conntrack-tools
%endif
Requires: socat
Requires: util-linux
Requires: ethtool
Requires: ebtables
Requires: conntrack

%if "%{_vendor}" == "debbuild"
BuildRequires: systemd-deb-macros
Expand Down