Merge "Enable Wireguard VPN Plugin" into tizen
[platform/upstream/connman.git] / packaging / connman.spec
index f1a29fa..1a77426 100644 (file)
@@ -1,12 +1,12 @@
 %bcond_with     connman_openconnect
-%bcond_with     connman_wireguard
+%bcond_without     connman_wireguard
 %bcond_without  connman_openvpn
 %bcond_without  connman_ipsec
 %bcond_without  connman_vpnd
 
 Name:           connman
 Version:        1.38
-Release:        3
+Release:        9
 License:        GPL-2.0+
 Summary:        Connection Manager
 Url:            http://connman.net
@@ -22,7 +22,7 @@ BuildRequires:  pkgconfig(xtables)
 BuildRequires:  pkgconfig(libsmack)
 BuildRequires:  pkgconfig(libnl-3.0)
 BuildRequires:  pkgconfig(libnl-genl-3.0)
-BuildRequires:  pkgconfig(libsystemd-daemon)
+BuildRequires:  pkgconfig(libsystemd)
 %if %{with connman_openconnect}
 BuildRequires:  openconnect
 %endif