From d631b841fbffd82f2730ee01e35e111d50133792 Mon Sep 17 00:00:00 2001 From: 19909236985 Date: Thu, 22 Jul 2021 17:11:34 +0800 Subject: [PATCH] remove gdb (cherry picked from commit 9ebfb7929e93a8918dddda00f3c75dc5deb84986) --- bzip2.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/bzip2.spec b/bzip2.spec index ba0b4b5..6fd5084 100644 --- a/bzip2.spec +++ b/bzip2.spec @@ -1,6 +1,6 @@ Name: bzip2 Version: 1.0.8 -Release: 3 +Release: 4 Summary: A high-quality data compressor License: BSD @@ -11,7 +11,7 @@ Source1: bzip2.pc Patch0: 0001-add-compile-option.patch Patch1: 0002-CVE-2019-12900.patch -BuildRequires: gcc gdb +BuildRequires: gcc Provides: bzip2-libs Obsoletes: bzip2-libs @@ -90,6 +90,9 @@ make check %{_mandir}/man1/b*.1.gz %changelog +* Thu Jul 22 2021 wuchaochao - 1.0.8-4 +- Remove BuildRequires gdb + * Sat Mar 21 2020 chengquan - 1.0.8-3 - Add fPIC option to make the self-compiled environment build normally -- Gitee