summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZhang zhengguang <zhengguang.zhang@intel.com>2014-07-04 13:50:49 +0800
committerZhang zhengguang <zhengguang.zhang@intel.com>2014-07-31 15:51:57 +0800
commit95f7841a2f2574ea18e36b28373e7821752957e6 (patch)
tree2c46c8ad5c40c8df01662f272d4764c0e8c3a9f4
parente1ee9048445959ee3f7dc21a108750c59f717390 (diff)
downloadconnman-95f7841a2f2574ea18e36b28373e7821752957e6.tar.gz
connman-95f7841a2f2574ea18e36b28373e7821752957e6.tar.bz2
connman-95f7841a2f2574ea18e36b28373e7821752957e6.zip
Set manifest request domain to floor
-rw-r--r--packaging/connman.manifest5
-rw-r--r--packaging/connman.spec5
2 files changed, 10 insertions, 0 deletions
diff --git a/packaging/connman.manifest b/packaging/connman.manifest
new file mode 100644
index 00000000..017d22d3
--- /dev/null
+++ b/packaging/connman.manifest
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+ <domain name="_"/>
+ </request>
+</manifest>
diff --git a/packaging/connman.spec b/packaging/connman.spec
index 66113cbe..0f3c0103 100644
--- a/packaging/connman.spec
+++ b/packaging/connman.spec
@@ -6,6 +6,7 @@ Summary: Connection Manager
Url: http://connman.net
Group: Network & Connectivity/Connection Management
Source0: %{name}-%{version}.tar.gz
+Source1001: connman.manifest
BuildRequires: systemd
BuildRequires: pkgconfig(dbus-1)
BuildRequires: pkgconfig(glib-2.0)
@@ -39,6 +40,7 @@ Header files and development files for connman.
%prep
%setup -q
+cp %{SOURCE1001} .
%build
CFLAGS+=" -DTIZEN_EXT"
@@ -79,6 +81,7 @@ systemctl daemon-reload
%docs_package
%files
+%manifest %{name}.manifest
%license COPYING
%{_sbindir}/*
%config %{_sysconfdir}/connman/main.conf
@@ -88,9 +91,11 @@ systemctl daemon-reload
%{_unitdir}/multi-user.target.wants/connman.service
%files test
+%manifest %{name}.manifest
%{_libdir}/%{name}/test/*
%files devel
+%manifest %{name}.manifest
%{_includedir}/connman/*.h
%{_libdir}/pkgconfig/*.pc