From 4629291c6ce468ee0f3d86c1721bbf49c68fc632 Mon Sep 17 00:00:00 2001 From: WizardHowl Date: Mon, 13 Feb 2023 12:08:13 +0000 Subject: [PATCH] fix build error Signed-off-by: WizardHowl --- gdb.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/gdb.spec b/gdb.spec index d49d858..1dcd923 100644 --- a/gdb.spec +++ b/gdb.spec @@ -1,6 +1,6 @@ Name: gdb Version: 12.1 -Release: 2 +Release: 3 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-1.3 Source: https://ftp.gnu.org/gnu/gdb/gdb-%{version}.tar.xz @@ -360,9 +360,11 @@ rm -f $RPM_BUILD_ROOT%{_datadir}/gdb/python/gdb/command/backtrace.py %doc %{gdb_build}/gdb/doc/{gdb,annotate}.{html,pdf} %{_infodir}/annotate.info* %{_infodir}/gdb.info* -%{_infodir}/ctf-spec.info.gz %changelog +* Mon Feb 6 2023 Wenyu Liu - 12.1-3 +- fix build error. + * Mon Feb 6 2023 Wenyu Liu - 12.1-2 - Add support for readline 8.2 -- Gitee