From 89563130434011090e96744436faf62684596d06 Mon Sep 17 00:00:00 2001 From: HukunaMatata Date: Mon, 19 Apr 2021 19:53:52 +0800 Subject: [PATCH] remove unnecessary build require --- gdb.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/gdb.spec b/gdb.spec index 861dac8..6e0f569 100644 --- a/gdb.spec +++ b/gdb.spec @@ -1,6 +1,6 @@ Name: gdb Version: 9.2 -Release: 4 +Release: 5 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: ftp://sourceware.org/pub/gdb/releases/gdb-%{version}.tar.xz @@ -154,7 +154,6 @@ BuildRequires: readline-devel >= 6.2-4 BuildRequires: gcc-c++ ncurses-devel texinfo gettext flex bison BuildRequires: expat-devel xz-devel rpm-devel zlib-devel libselinux-devel BuildRequires: python3-devel texinfo-tex -BuildRequires: texlive-collection-latexrecommended BuildRequires: perl-podlators libbabeltrace-devel guile-devel mpfr-devel %ifarch %{ix86} x86_64 BuildRequires: libipt-devel @@ -396,6 +395,9 @@ rm -f $RPM_BUILD_ROOT%{_datadir}/gdb/python/gdb/command/backtrace.py %{_infodir}/gdb.info* %changelog +* Mon Apr 19 2021 yuxiangyang - 9.2-5 +- remove unnecessary build require. + * Wed Mar 31 2021 xinghe - 9.2-4 - fix typo for name -- Gitee