From 0e4c27fabfdccca93683b1eddae88ccf16e7d67e Mon Sep 17 00:00:00 2001 From: Minkyu Kang Date: Wed, 9 Sep 2015 20:00:01 +0900 Subject: [PATCH] add manifest file to avoid smack error this patch will fix systemd service file's label "system" to "_" Change-Id: Ief3dddb50a256900bb50aa945cb3026f7420ce2f Signed-off-by: Minkyu Kang --- packaging/org.tizen.infosquare.manifest | 5 +++++ packaging/org.tizen.infosquare.spec | 3 +++ 2 files changed, 8 insertions(+) create mode 100644 packaging/org.tizen.infosquare.manifest diff --git a/packaging/org.tizen.infosquare.manifest b/packaging/org.tizen.infosquare.manifest new file mode 100644 index 0000000..97e8c31 --- /dev/null +++ b/packaging/org.tizen.infosquare.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/org.tizen.infosquare.spec b/packaging/org.tizen.infosquare.spec index 84b88fd..85220d2 100644 --- a/packaging/org.tizen.infosquare.spec +++ b/packaging/org.tizen.infosquare.spec @@ -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}/* -- 2.7.4