Skip to content

Commit

Permalink
fmf: Explicitly install iptables-nft for Fedora 41 as well
Browse files Browse the repository at this point in the history
  • Loading branch information
martinpitt committed Oct 17, 2024
1 parent fee8751 commit 2af1c92
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions test/browser/browser.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ cd "${0%/*}/../.."
# HACK: ensure that critical components are up to date: https://github.com/psss/tmt/issues/682
dnf update -y podman crun conmon criu

# Missing iptables-nft dependency https://issues.redhat.com/browse/RHEL-58240
if grep -q 'platform:el10' /etc/os-release; then
# Missing iptables-nft dependency https://issues.redhat.com/browse/RHEL-58240 and
# https://bugzilla.redhat.com/show_bug.cgi?id=2319310
if grep -Eq 'platform:(el10|f41)' /etc/os-release; then
dnf install -y iptables-nft
fi

Expand Down

0 comments on commit 2af1c92

Please sign in to comment.