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

diff --git a/packaging/insserv.manifest b/packaging/insserv.manifest
new file mode 100644 (file)
index 0000000..017d22d
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+    <domain name="_"/>
+ </request>
+</manifest>
index 951c1a4..af035cc 100644 (file)
@@ -19,6 +19,7 @@ Source9: make-testsuite
 Source10: update-bootsystem-insserv
 Source11: update-rc.d-insserv
 Source12: bash-completion
+Source1001: packaging/insserv.manifest 
 
 Patch0: 10_nosuse.patch
 Patch1: 11_debian_conf.patch
@@ -71,6 +72,7 @@ dependencies between all scripts.
 
 
 %build
+cp %{SOURCE1001} .
 make INITDIR=%{_sysconfdir}/init.d INSCONF=%{_sysconfdir}/insserv.conf
 
 %install
@@ -98,6 +100,7 @@ install -m 644 %SOURCE12 %{buildroot}/%{_sysconfdir}/bash_completion.d/insserv
 install -d %{buildroot}/var/lib/update-rc.d %{buildroot}/%{_sysconfdir}/insserv.conf.d
 
 %files
+%manifest insserv.manifest
 %defattr(-,root,root)
 %config %{_sysconfdir}/%{name}.conf
 /sbin/insserv