resetting manifest requested domain to floor
authorAlexandru Cornea <alexandru.cornea@intel.com>
Fri, 28 Jun 2013 19:24:24 +0000 (22:24 +0300)
committerSungguk Na <sungguk.na@samsung.com>
Fri, 27 Dec 2019 04:20:28 +0000 (13:20 +0900)
packaging/gdb.manifest [new file with mode: 0644]
packaging/gdb.spec

diff --git a/packaging/gdb.manifest b/packaging/gdb.manifest
new file mode 100644 (file)
index 0000000..017d22d
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+    <domain name="_"/>
+ </request>
+</manifest>
index 4fc78b4..08b1da0 100644 (file)
@@ -6,6 +6,7 @@ Summary:        A GNU source-level debugger for C, C++, Java and other languages
 Url:            http://gnu.org/software/gdb/
 Group:          Development/Debuggers
 Source:         ftp://ftp.gnu.org/gnu/gdb/gdb-%{version}.tar.bz2
+Source1001:    gdb.manifest
 %define gdb_src gdb-%{version}
 %define gdb_build build-%{_target_platform}
 
@@ -45,6 +46,7 @@ This package provides a program that allows you to run GDB on a different machin
 
 %prep
 %setup -q 
+cp %{SOURCE1001} .
 
 # Files have `# <number> <file>' statements breaking VPATH / find-debuginfo.sh .
 #rm -f gdb/ada-exp.c gdb/ada-lex.c gdb/c-exp.c gdb/cp-name-parser.c gdb/f-exp.c
@@ -88,12 +90,14 @@ cat bfd.lang >> %{name}.lang
 
 %lang_package
 %files
+%manifest %{name}.manifest
 %defattr(-,root,root)
 %doc COPYING COPYING.LIB 
 %{_bindir}/*
 %{_datadir}/gdb
 
 %files server
+%manifest %{name}.manifest
 %defattr(-,root,root)
 %{_bindir}/gdbserver
 %{_mandir}/*/gdbserver.1*
@@ -102,5 +106,6 @@ cat bfd.lang >> %{name}.lang
 %endif
 
 %files devel
+%manifest %{name}.manifest
 %{_includedir}/*.h
 %{_includedir}/gdb/*.h