Skip to content

Commit a9e89b5

Browse files
committed
Remove iptables-legacy starting with Fedora 43
ref: coreos/fedora-coreos-tracker#1818
1 parent 177b6aa commit a9e89b5

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

manifests/fedora-coreos-base.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -164,9 +164,6 @@ packages:
164164
- console-login-helper-messages-motdgen
165165
# i18n
166166
- kbd
167-
# In F35+ need `iptables-legacy` package
168-
# See https://github.com/coreos/fedora-coreos-tracker/issues/676#issuecomment-928028451
169-
- iptables-legacy
170167
# NIC firmware we've traditionally shipped but then were split out of linux-firmware in Fedora
171168
- qed-firmware # https://github.com/coreos/fedora-coreos-tracker/issues/1746
172169
# Include udev rules for NVMe backed Azure Instances

manifests/fedora-coreos.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,12 @@ conditional-include:
4646
- overlay/35oci-migration
4747
# Allow python in F43 for now until nfs package gets fixed.
4848
# https://github.com/coreos/fedora-coreos-tracker/issues/1942#issuecomment-2881075898
49+
# iptables-legacy is not included from 43
50+
# https://github.com/coreos/fedora-coreos-tracker/issues/1818
4951
- if: releasever < 43
5052
include:
53+
packages:
54+
- iptables-legacy
5155
exclude-packages:
5256
- python
5357
- python3

0 commit comments

Comments
 (0)