From 5eba8334bb0817ef8c435504b85407e996b267dd Mon Sep 17 00:00:00 2001 From: HukunaMatata Date: Tue, 14 Jan 2020 23:28:09 +0800 Subject: [PATCH] fix build requirement --- gdb.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/gdb.spec b/gdb.spec index b251bd5..2703ea9 100644 --- a/gdb.spec +++ b/gdb.spec @@ -1,6 +1,6 @@ Name: gdb Version: 8.3.1 -Release: 7 +Release: 8 License: GPLv3+ and GPLv3+ with exceptions and GPLv2+ and GPLv2+ with exceptions and GPL+ and LGPLv2+ and LGPLv3+ and BSD and Public Domain and GFDL Source: ftp://sourceware.org/pub/gdb/releases/gdb-%{version}.tar.xz @@ -19,6 +19,7 @@ Recommends: dnf-command(debuginfo-install) Conflicts: gdb-headless < 7.12-29 Requires: gdb-headless%{?_isa} = %{version}-%{release} BuildRequires: gdb +BuildRequires: librpm8 %description GDB, the GNU Project debugger, allows you to see what is going on inside @@ -414,6 +415,9 @@ rm -f $RPM_BUILD_ROOT%{_datadir}/gdb/python/gdb/command/backtrace.py %{_infodir}/gdb.info* %changelog +* Tue Jan 14 2020 openEuler Buildteam - 8.3.1-8 +- add build requirement librpm8 + * Wed Jan 8 2020 openEuler Buildteam - 8.3.1-7 - Upgrade GDB version to 8.3.1 -- Gitee