diff --git a/contrib/fedora/rpm/NetworkManager.spec b/contrib/fedora/rpm/NetworkManager.spec index a1a3cfa8a1..0a719af169 100644 --- a/contrib/fedora/rpm/NetworkManager.spec +++ b/contrib/fedora/rpm/NetworkManager.spec @@ -52,7 +52,6 @@ %bcond_without wwan %bcond_without team %bcond_without wifi -%bcond_with iwd %bcond_without ovs %bcond_without ppp %bcond_without nmtui @@ -76,6 +75,11 @@ %else %bcond_with crypto_gnutls %endif +%if 0%{?rhel} +%bcond_with iwd +%else +%bcond_without iwd +%endif ###############################################################################