summaryrefslogtreecommitdiff
path: root/packaging/connman.spec
diff options
context:
space:
mode:
authorPatrick McCarty <patrick.mccarty@linux.intel.com>2013-08-07 12:20:56 -0700
committerPatrick McCarty <patrick.mccarty@linux.intel.com>2013-08-07 14:08:53 -0700
commit4a83a92b35a426b18cb5aada35c0a219e82c7663 (patch)
treefaff9d6ff626d285af4c096a721125117d325aa9 /packaging/connman.spec
parent238fae899c04939b79e88240e8a4479a34d54a1c (diff)
downloadconnman-4a83a92b35a426b18cb5aada35c0a219e82c7663.tar.gz
connman-4a83a92b35a426b18cb5aada35c0a219e82c7663.tar.bz2
connman-4a83a92b35a426b18cb5aada35c0a219e82c7663.zip
TNCD-3: Remove the global ConnMan settings file
The ConnMan settings file should reflect requirements for each vertical, and it would be better to ship a custom settings file per vertical. Also, some verticals may want the ConnMan default settings, which is not possible if the connman package installs a settings file overriding the ConnMan defaults. Change-Id: I111da3c223dac23f35d53a16da55391b34d05bfc
Diffstat (limited to 'packaging/connman.spec')
-rw-r--r--packaging/connman.spec4
1 files changed, 0 insertions, 4 deletions
diff --git a/packaging/connman.spec b/packaging/connman.spec
index 68bf439b..44230263 100644
--- a/packaging/connman.spec
+++ b/packaging/connman.spec
@@ -9,7 +9,6 @@ Summary: Connection Manager
Url: http://connman.net
Group: Network & Connectivity/Connection Management
Source0: %{name}-%{version}.tar.xz
-Source1: settings
Source10: 40-connman-ntp.list
Source11: connman-ntp.service
Source1001: connman.manifest
@@ -91,8 +90,6 @@ install -m644 %{SOURCE11} %{buildroot}%{_unitdir}
%install_service multi-user.target.wants connman-ntp.service
%endif
-mkdir -p %{buildroot}%{_localstatedir}/lib/connman
-cp %{SOURCE1} %{buildroot}%{_localstatedir}/lib/connman/settings
mkdir -p %{buildroot}%{_sysconfdir}/connman
cp src/main.conf %{buildroot}%{_sysconfdir}/connman/main.conf
@@ -119,7 +116,6 @@ systemctl daemon-reload
%{_libdir}/connman/plugins/*.so
%{_datadir}/man/*
%config %{_sysconfdir}/connman/main.conf
-%attr(600,root,root) %{_localstatedir}/lib/connman/settings
%config %{_sysconfdir}/dbus-1/system.d/*
%{_unitdir}/connman.service
%{_unitdir}/network.target.wants/connman.service