From dbdc22384e2996ae0be674ae5f69ff653a8bc109 Mon Sep 17 00:00:00 2001 From: jinzhimin369 Date: Wed, 11 Nov 2020 15:35:16 +0800 Subject: [PATCH] add help for Recommends --- gdb.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/gdb.spec b/gdb.spec index 9ca3cab..ba393de 100644 --- a/gdb.spec +++ b/gdb.spec @@ -1,6 +1,6 @@ Name: gdb Version: 9.2 -Release: 1 +Release: 2 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 @@ -16,6 +16,7 @@ Summary: GNU Project debugger Recommends: gcc-gdb-plugin Recommends: dnf-command(debuginfo-install) +Recommends: %{name}-help = %{version}-%{release} Conflicts: gdb-headless < 7.12-29 Requires: gdb-headless = %{version}-%{release} BuildRequires: gdb @@ -394,6 +395,9 @@ rm -f $RPM_BUILD_ROOT%{_datadir}/gdb/python/gdb/command/backtrace.py %{_infodir}/gdb.info* %changelog +* Wed Nov 11 2020 xinghe - 9.2-2 +- add help for Recommends + * Wed Jul 22 2020 qinyu - 9.2-1 - upgrade GDB version to 9.2 -- Gitee