diff options
author | Seonah Moon <seonah1.moon@samsung.com> | 2015-03-10 14:25:59 +0900 |
---|---|---|
committer | Seonah Moon <seonah1.moon@samsung.com> | 2015-03-10 14:33:23 +0900 |
commit | 0e96b37eecbfff07ae4729a149aeab57a15b301b (patch) | |
tree | 8d6ffc42a0209a5974c201c3d5d13639c0f59b98 /packaging | |
parent | 49bf3069eac66068f5488ccaa885671f5e76ff9c (diff) | |
download | connman-0e96b37eecbfff07ae4729a149aeab57a15b301b.tar.gz connman-0e96b37eecbfff07ae4729a149aeab57a15b301b.tar.bz2 connman-0e96b37eecbfff07ae4729a149aeab57a15b301b.zip |
Add settings filesubmit/tizen/20150310.061003accepted/tizen/wearable/20150310.114525accepted/tizen/tv/20150310.113221accepted/tizen/mobile/20150310.122132accepted/tizen/common/20150310.094524
Bluetooth is off when BT is aready enable.
It is because persistent_enable is false.
Connman daemon checks persistent_enable in /var/lib/connman/settings.
So settings file is added to enable persistent_enable.
Change-Id: I8526bb1227841a6b9f5d43777cdd0688d02b9131
Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
Diffstat (limited to 'packaging')
-rw-r--r-- | packaging/connman.spec | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/packaging/connman.spec b/packaging/connman.spec index 071b410a..830977e6 100644 --- a/packaging/connman.spec +++ b/packaging/connman.spec @@ -118,6 +118,9 @@ install -m644 %{SOURCE11} %{buildroot}%{_unitdir} %install_service multi-user.target.wants connman-ntp.service %endif +mkdir -p %{buildroot}%{_localstatedir}/lib/connman +cp resources/var/lib/connman/settings %{buildroot}%{_localstatedir}/lib/connman/settings + mkdir -p %{buildroot}%{_sysconfdir}/connman cp src/main.conf %{buildroot}%{_sysconfdir}/connman/main.conf @@ -151,6 +154,7 @@ systemctl daemon-reload %{_sbindir}/* %{_libdir}/connman/plugins/*.so %{_datadir}/man/* +%attr(600,root,root) %{_localstatedir}/lib/connman/settings %config %{_sysconfdir}/connman/main.conf %config %{_sysconfdir}/dbus-1/system.d/* %{_unitdir}/connman.service |