resetting manifest requested domain to floor
authorAlexandru Cornea <alexandru.cornea@intel.com>
Sat, 29 Jun 2013 01:23:48 +0000 (04:23 +0300)
committerSungguk Na <sungguk.na@samsung.com>
Fri, 27 Nov 2020 08:54:34 +0000 (17:54 +0900)
packaging/strace.manifest [new file with mode: 0644]
packaging/strace.spec

diff --git a/packaging/strace.manifest b/packaging/strace.manifest
new file mode 100644 (file)
index 0000000..017d22d
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+    <domain name="_"/>
+ </request>
+</manifest>
index 23e76ee47bab41dff3b672757858bd99a69448c6..23ee303f91b0107c616eecc1462cfdfd24fa0485 100644 (file)
@@ -11,6 +11,7 @@ Url:            http://sourceforge.net/projects/strace/
 Group:          Development/Tools/Debuggers
 Source:         http://dl.sourceforge.net/strace/strace-%{version}.tar.xz
 Source2:        baselibs.conf
+Source1001:    strace.manifest
 
 %description
 With strace, you can trace the activity of a program.  Information
@@ -19,6 +20,7 @@ and processes can be seen.  Child processes can also be tracked.
 
 %prep
 %setup -q
+cp %{SOURCE1001} .
 
 %build
 export CFLAGS="%{optflags}"
@@ -36,6 +38,7 @@ make check
 %make_install
 
 %files
+%manifest %{name}.manifest
 %defattr(-,root,root)
 %{_bindir}/strace
 %{_bindir}/strace-graph