packaging: bump to 7.9.1
authorVyacheslav Barinov <v.barinov@samsung.com>
Tue, 18 Aug 2015 07:52:40 +0000 (10:52 +0300)
committerSungguk Na <sungguk.na@samsung.com>
Fri, 27 Dec 2019 04:20:28 +0000 (13:20 +0900)
python runtime dependency added since gdb has python scripts

Change-Id: I39765d666f84e73ea8ded3275a6bacaa1eecc0ee
Signed-off-by: Vyacheslav Barinov <v.barinov@samsung.com>
packaging/gdb.spec

index cfe3e92..d90cef4 100644 (file)
@@ -1,5 +1,5 @@
 Name:           gdb
-Version:        7.9
+Version:        7.9.1
 Release:        0
 License:        GPL-3.0+
 Summary:        A GNU source-level debugger for C, C++, Java and other languages
@@ -9,7 +9,7 @@ Source:         ftp://ftp.gnu.org/gnu/gdb/gdb-%{version}.tar.xz
 Source1001:     gdb.manifest
 %define gdb_src gdb-%{version}
 %define gdb_build build-%{_target_platform}
-
+Requires:       python
 BuildRequires:  bison
 BuildRequires:  expat-devel
 BuildRequires:  flex
@@ -42,7 +42,7 @@ and printing their data.
 This package provides a program that allows you to run GDB on a different machine than the one which is running the program being debugged.
 
 %prep
-%setup -q 
+%setup -q
 cp %{SOURCE1001} .
 
 # Remove the info and other generated files added by the FSF release
@@ -83,7 +83,7 @@ cat bfd.lang >> %{name}.lang
 %files
 %defattr(-,root,root)
 %manifest %{name}.manifest
-%license COPYING COPYING.LIB 
+%license COPYING COPYING.LIB
 %{_bindir}/*
 %{_datadir}/gdb