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

diff --git a/packaging/prelink.manifest b/packaging/prelink.manifest
new file mode 100644 (file)
index 0000000..017d22d
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+    <domain name="_"/>
+ </request>
+</manifest>
index 90d697f..e23632c 100644 (file)
@@ -6,6 +6,7 @@ Group:      System/Base
 License:    GPLv2+
 Source0:    http://people.redhat.com/jakub/prelink/%{name}-%{version}.tar.gz
 Source1:    prelink.conf
+Source1001: packaging/prelink.manifest 
 Requires:   /bin/find
 Requires:   /bin/awk
 Requires:   /bin/grep
@@ -26,6 +27,7 @@ and thus programs come up faster.
 
 
 %build
+cp %{SOURCE1001} .
 %configure \
        --disable-shared \
        --disable-libtool-lock \
@@ -45,6 +47,7 @@ cp -af %{SOURCE1} %{buildroot}%{_sysconfdir}
 
 
 %files
+%manifest prelink.manifest
 %verify(not md5 size mtime) %config(noreplace) %{_sysconfdir}/prelink.conf
 %{_prefix}/sbin/prelink
 %{_prefix}/bin/execstack