From ef88e4021316877973dc5c42509fd4aea61bc20d Mon Sep 17 00:00:00 2001 From: panxiaohe Date: Thu, 22 Jul 2021 16:06:36 +0800 Subject: [PATCH] remove unnecessary BuildRequires: gdb --- libbytesize.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/libbytesize.spec b/libbytesize.spec index 17c3127..8cf9665 100644 --- a/libbytesize.spec +++ b/libbytesize.spec @@ -4,12 +4,12 @@ Name: libbytesize Version: 2.4 -Release: 1 +Release: 2 Summary: A library for working with sizes in bytes License: LGPLv2+ URL: https://github.com/storaged-project/libbytesize Source0: https://github.com/storaged-project/libbytesize/releases/download/%{version}/%{name}-%{version}.tar.gz -BuildRequires: gcc gmp-devel mpfr-devel pcre-devel gettext-devel libxslt gdb pcre2-devel +BuildRequires: gcc gmp-devel mpfr-devel pcre-devel gettext-devel libxslt pcre2-devel %if %{with_python2} BuildRequires: python2-devel %else @@ -112,6 +112,9 @@ find %{buildroot} -type f -name "*.la" -delete %endif %changelog +* Thu Jul 22 2021 panxiaohe - 2.4-2 +- remove unnecessary BuildRequires: gdb + * Tue Sep 1 2020 wangchen - 2.4-1 - Type:enhancement - ID:NA