File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -164,9 +164,6 @@ packages:
164
164
- console-login-helper-messages-motdgen
165
165
# i18n
166
166
- kbd
167
- # In F35+ need `iptables-legacy` package
168
- # See https://github.com/coreos/fedora-coreos-tracker/issues/676#issuecomment-928028451
169
- - iptables-legacy
170
167
# NIC firmware we've traditionally shipped but then were split out of linux-firmware in Fedora
171
168
- qed-firmware # https://github.com/coreos/fedora-coreos-tracker/issues/1746
172
169
# Include udev rules for NVMe backed Azure Instances
Original file line number Diff line number Diff line change @@ -46,8 +46,12 @@ conditional-include:
46
46
- overlay/35oci-migration
47
47
# Allow python in F43 for now until nfs package gets fixed.
48
48
# 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
49
51
- if : releasever < 43
50
52
include :
53
+ packages :
54
+ - iptables-legacy
51
55
exclude-packages :
52
56
- python
53
57
- python3
You can’t perform that action at this time.
0 commit comments