From b164f3431bb96a71a465ef53b1f072ac2a9572cb Mon Sep 17 00:00:00 2001 From: hyunuktak Date: Fri, 10 Jun 2016 10:09:26 +0900 Subject: Fix build error for common 64bit arch Change-Id: Ib3454c39afd0cb2267a2c3e6aff72fba2171c45a Signed-off-by: hyunuktak --- packaging/connman.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'packaging') diff --git a/packaging/connman.spec b/packaging/connman.spec index 0dd57f4c..4bf2d1a0 100755 --- a/packaging/connman.spec +++ b/packaging/connman.spec @@ -4,7 +4,7 @@ Name: connman Version: 1.29 -Release: 10 +Release: 11 License: GPL-2.0+ Summary: Connection Manager Url: http://connman.net @@ -142,6 +142,7 @@ cp src/connman_tv.service %{buildroot}%{_libdir}/systemd/system/connman.service %else %if "%{?_lib}" == "lib64" cp src/connman.service %{buildroot}%{_unitdir}/connman.service +cp vpn/connman-vpn.service %{buildroot}%{_unitdir}/connman-vpn.service %endif %endif -- cgit v1.2.3