add manifest file to avoid smack error 56/47856/1 tizen_3.0.m1_tv accepted/tizen/tv/20150910.024944 submit/tizen/20150909.235234 tizen_3.0.m1_tv_release
authorMinkyu Kang <mk7.kang@samsung.com>
Wed, 9 Sep 2015 11:00:01 +0000 (20:00 +0900)
committerMinkyu Kang <mk7.kang@samsung.com>
Wed, 9 Sep 2015 11:00:01 +0000 (20:00 +0900)
this patch will fix systemd service file's label "system" to "_"

Change-Id: Ief3dddb50a256900bb50aa945cb3026f7420ce2f
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
packaging/org.tizen.infosquare.manifest [new file with mode: 0644]
packaging/org.tizen.infosquare.spec

diff --git a/packaging/org.tizen.infosquare.manifest b/packaging/org.tizen.infosquare.manifest
new file mode 100644 (file)
index 0000000..97e8c31
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+       <request>
+               <domain name="_"/>
+       </request>
+</manifest>
index 84b88fd..85220d2 100644 (file)
@@ -5,6 +5,7 @@ Release:   1
 Group:     Applications
 License:   Apache-2.0
 Source0:   %{name}-%{version}.tar.gz
+Source1:   %{name}.manifest
 
 BuildRequires: cmake
 BuildRequires: pkgconfig(capi-appfw-application)
@@ -30,6 +31,7 @@ Info. Square application for Tizen TV.
 
 %prep
 %setup -q
+cp %{SOURCE1} .
 
 %build
 cmake \
@@ -55,6 +57,7 @@ ln -sf ../notification-display.path %{buildroot}/%{_unitdir_user}/default.target
 rm -rf %{buildroot}
 
 %files
+%manifest %{name}.manifest
 %defattr(-,root,root,-)
 %{_bindir}/*
 %{_resdir}/*