From b171f201418ddf3ab5fad734340f109576ab05be Mon Sep 17 00:00:00 2001 From: Lubomir Rintel Date: Thu, 15 Aug 2019 14:46:48 +0200 Subject: [PATCH] contrib/rpm: enable IWD (outside RHEL) Let's enable the option to use IWD as an alternative to wpa_supplicant for Wi-Fi support. People have been asking for this, it works, and is well maintained. --- contrib/fedora/rpm/NetworkManager.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 ###############################################################################