Skip to content

Commit aa3a1ac

Browse files
authoredSep 24, 2022
rebuild
Let's disable iwd for now as it still cause some issues and with LX 5.0 we going with wpa as the default. Turn IWD back on post 5.0 release.
1 parent 8396a97 commit aa3a1ac

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed
 

‎connman.spec

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Summary: Connection Manager
44
Name: connman
55
Version: 1.41
6-
Release: 3
6+
Release: 4
77
License: GPLv2+
88
Group: Networking/Other
99
Url: http://www.moblin.org
@@ -28,7 +28,8 @@ Requires: openconnect
2828
Requires: vpnc
2929
Requires: dbus
3030
Requires: dhcp-client >= 3.0.2
31-
Requires: iwd
31+
Requires: wpa_supplicant
32+
#Requires: iwd
3233
Requires: bluez
3334

3435
%description
@@ -104,8 +105,8 @@ autoreconf -fi
104105
--enable-iospm \
105106
--enable-tist \
106107
--enable-nmcompat \
107-
--enable-polkit \
108-
--enable-iwd
108+
--enable-polkit
109+
#--enable-iwd
109110

110111
%make_build
111112

0 commit comments

Comments
 (0)
Please sign in to comment.