Skip to content

Commit 34e2864

Browse files
committed
Remove iptables from Podman prerequisites
Signed-off-by: Mario Loriedo <[email protected]>
1 parent cf6bb66 commit 34e2864

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

rpm/podman.spec

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -349,12 +349,6 @@ ln -s ../virtiofsd %{buildroot}%{_libexecdir}/%{name}
349349
%{_tmpfilesdir}/%{name}.conf
350350
%{_systemdgeneratordir}/%{name}-system-generator
351351
%{_systemdusergeneratordir}/%{name}-user-generator
352-
# iptables modules are only needed with iptables-legacy,
353-
# as of f41 netavark will default to nftables so do not load unessary modules
354-
# https://fedoraproject.org/wiki/Changes/NetavarkNftablesDefault
355-
%if %{defined fedora} && 0%{?fedora} < 41
356-
%{_modulesloaddir}/%{name}-iptables.conf
357-
%endif
358352

359353
%files docker
360354
%{_bindir}/docker

test/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ The test currently depend on:
4141
- xz
4242
- htpasswd
4343
- iproute2
44-
- iptables
4544
- util-linux
4645
- tar
4746
- docker

0 commit comments

Comments
 (0)