diff --git a/NetworkManager.spec b/NetworkManager.spec index 892f13a..a722ade 100644 --- a/NetworkManager.spec +++ b/NetworkManager.spec @@ -9,7 +9,7 @@ %global epoch_version 1 %global rpm_version 1.20.0 %global real_version 1.20.0 -%global release_version 1 +%global release_version 2 %global snapshot %{nil} %global git_sha %{nil} @@ -44,7 +44,6 @@ %bcond_without wwan %bcond_without team %bcond_without wifi -%bcond_with iwd %bcond_without ovs %bcond_without ppp %bcond_without nmtui @@ -68,6 +67,11 @@ %else %bcond_with crypto_gnutls %endif +%if 0%{?rhel} +%bcond_with iwd +%else +%bcond_without iwd +%endif ############################################################################### @@ -968,6 +972,9 @@ fi %changelog +* Thu Aug 15 2019 Lubomir Rintel - 1:1.20.0-2 +- Enable iwd support + * Tue Aug 6 2019 Thomas Haller - 1:1.20.0-1 - Update to 1.20.0 release