From d54199116ecec47c2a4c38ab55d7c211571454e4 Mon Sep 17 00:00:00 2001 From: Ryan Ware Date: Tue, 29 May 2012 17:50:48 -0700 Subject: [PATCH] Add default Smack manifest for native-installer.spec Change-Id: Ib4861204b51c1001d6e65902a4916a229af0d4dd Signed-off-by: Ryan Ware --- packaging/native-installer.manifest | 5 +++++ packaging/native-installer.spec | 3 +++ 2 files changed, 8 insertions(+) create mode 100644 packaging/native-installer.manifest mode change 100755 => 100644 packaging/native-installer.spec diff --git a/packaging/native-installer.manifest b/packaging/native-installer.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/native-installer.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/native-installer.spec b/packaging/native-installer.spec old mode 100755 new mode 100644 index e955233..e8ee50b --- a/packaging/native-installer.spec +++ b/packaging/native-installer.spec @@ -5,6 +5,7 @@ Release: 1 Group: System/Libraries License: Apache License, Version 2.0 Source0: %{name}-%{version}.tar.gz +Source1001: packaging/native-installer.manifest Requires(post): /sbin/ldconfig Requires(postun): /sbin/ldconfig BuildRequires: cmake @@ -33,6 +34,7 @@ Native debian installer %setup -q %build +cp %{SOURCE1001} . CFLAGS+=" -fpic" cmake . -DCMAKE_INSTALL_PREFIX=%{_prefix} @@ -56,6 +58,7 @@ chmod 755 /usr/lib/native-installer/libnative-util.a chmod 755 /usr/bin/native-backend %files +%manifest native-installer.manifest /usr/bin/native-backend /usr/bin/install_spk.sh /usr/bin/audit_spk.sh -- 2.7.4