We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd1ae9f commit 097c32fCopy full SHA for 097c32f
rpm/netavark.spec
@@ -14,10 +14,10 @@
14
# Minimum X.Y dep for aardvark-dns
15
%define major_minor %((v=%{version}; echo ${v%.*}))
16
17
-# Set default firewall to nftables on CentOS Stream 10+, RHEL 10+
+# Set default firewall to nftables on CentOS Stream 10+, RHEL 10+, Fedora 41+
18
# and default to iptables on all other environments
19
# The `rhel` macro is defined on CentOS Stream, RHEL as well as Fedora ELN.
20
-%if %{defined rhel} && 0%{?rhel} >= 10
+%if (%{defined rhel} && 0%{?rhel} >= 10) || (%{defined fedora} && 0%{?fedora} >= 41)
21
%define default_fw nftables
22
%else
23
%define default_fw iptables
0 commit comments