Add default Smack manifest for sysman.spec 1.0_post
authorRyan Ware <ryan.r.ware@intel.com>
Wed, 30 May 2012 00:50:42 +0000 (17:50 -0700)
committerRyan Ware <ryan.r.ware@intel.com>
Wed, 30 May 2012 00:50:42 +0000 (17:50 -0700)
Change-Id: Icd280e4115ec3cff8f3cf6dbecf339d8f08255da
Signed-off-by: Ryan Ware <ryan.r.ware@intel.com>
packaging/sysman.manifest [new file with mode: 0644]
packaging/sysman.spec [changed mode: 0755->0644]

diff --git a/packaging/sysman.manifest b/packaging/sysman.manifest
new file mode 100644 (file)
index 0000000..017d22d
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+    <domain name="_"/>
+ </request>
+</manifest>
old mode 100755 (executable)
new mode 100644 (file)
index f6b5fbb..510c42c
@@ -5,6 +5,7 @@ Release:    1
 Group:      System/Libraries
 License:    LGPL
 Source0:    %{name}-%{version}.tar.gz
+Source1001: packaging/sysman.manifest 
 Requires(post): /sbin/ldconfig
 Requires(postun): /sbin/ldconfig
 BuildRequires:  cmake
@@ -39,6 +40,7 @@ System Manager base library (devel)
 %setup -q 
 
 %build
+cp %{SOURCE1001} .
 cmake . -DCMAKE_INSTALL_PREFIX=%{_prefix}
 
 
@@ -62,6 +64,7 @@ ln -s %{_bindir}/regpmon.sh %{buildroot}%{_sysconfdir}/rc.d/rc5.d/S99regpmon
 
 
 %files
+%manifest sysman.manifest
 %defattr(-,root,root,-)
 %{_libdir}/*.so.*
 %{_bindir}/*
@@ -71,6 +74,7 @@ ln -s %{_bindir}/regpmon.sh %{buildroot}%{_sysconfdir}/rc.d/rc5.d/S99regpmon
 
 
 %files devel
+%manifest sysman.manifest
 %defattr(-,root,root,-)
 %{_includedir}/sysman/sysman.h
 %{_includedir}/sysman/SLP_sysman_PG.h
@@ -78,6 +82,7 @@ ln -s %{_bindir}/regpmon.sh %{buildroot}%{_sysconfdir}/rc.d/rc5.d/S99regpmon
 %{_libdir}/*.so
 
 %files internal-devel
+%manifest sysman.manifest
 %defattr(-,root,root,-)
 %{_includedir}/sysman/sysman-internal.h