resetting manifest requested domain to floor
authorAlexandru Cornea <alexandru.cornea@intel.com>
Mon, 1 Jul 2013 17:10:06 +0000 (20:10 +0300)
committerChanho Park <chanho61.park@samsung.com>
Fri, 22 Aug 2014 11:38:27 +0000 (20:38 +0900)
packaging/ltrace.manifest [new file with mode: 0644]
packaging/ltrace.spec

diff --git a/packaging/ltrace.manifest b/packaging/ltrace.manifest
new file mode 100644 (file)
index 0000000..017d22d
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+    <domain name="_"/>
+ </request>
+</manifest>
index 3cca313..ef2ba62 100644 (file)
@@ -10,6 +10,7 @@ License:        GPL-2.0+
 Group:          Development/Tools
 Source:         ltrace-%{version}.tar.bz2
 Source2:        baselibs.conf
+Source1001:    ltrace.manifest
 
 %description
 Ltrace is a program that runs the specified command until it exits. It
@@ -26,6 +27,7 @@ child processes may fail or some things may not work as expected.
 
 %prep
 %setup -q
+cp %{SOURCE1001} .
 
 %build
 export CFLAGS="%{optflags}"
@@ -37,6 +39,7 @@ make
 rm -rf %{buildroot}/usr/share/doc/ltrace
 
 %files
+%manifest %{name}.manifest
 %defattr(-,root,root)
 %license COPYING
 %{_bindir}/ltrace