From 65603e0608aab654f5fe3223be6a722a0d66a5d9 Mon Sep 17 00:00:00 2001 From: Yudong Cui Date: Thu, 4 Jul 2024 15:07:25 +0800 Subject: [PATCH] delete buildrequires --- Bear.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/Bear.spec b/Bear.spec index 3fc2cb7..91f831a 100644 --- a/Bear.spec +++ b/Bear.spec @@ -11,7 +11,7 @@ %bcond_with tests Name: Bear Version: 3.0.20 -Release: 4 +Release: 5 Summary: Tool to generate compilation database for clang tooling License: GPL-3.0-or-later URL: https://github.com/rizsotto/Bear @@ -24,7 +24,7 @@ BuildRequires: bash-completion BuildRequires: gcc, gcc-c++, make BuildRequires: protobuf-devel, grpc-devel, grpc-plugins BuildRequires: c-ares-devel -BuildRequires: glibc-devel, glibc-debuginfo +BuildRequires: glibc-devel BuildRequires: cmake BuildRequires: pkgconfig(absl_synchronization) BuildRequires: pkgconfig(grpc) @@ -96,6 +96,12 @@ popd %{_libdir}/bear/ %changelog +* Thu Jul 4 2024 cuiyudong - 3.0.20-5 +- Type:SPEC +- ID:NA +- SUG:NA +- DESC: delete redundant BuildRequires glibc-debuginfo + * Fri Jan 6 2023 yangtao - 3.0.20-4 - Type:SPEC - ID:NA -- Gitee