From 5cff0d4e76be5eac0d841e80f11bba26ffc0da40 Mon Sep 17 00:00:00 2001 From: chenyanpanHW Date: Wed, 4 Aug 2021 21:25:35 +0800 Subject: [PATCH] delete BuildRequires gdb --- rust.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/rust.spec b/rust.spec index 76a8524..5fc2b69 100644 --- a/rust.spec +++ b/rust.spec @@ -12,7 +12,7 @@ %bcond_without lldb Name: rust Version: 1.51.0 -Release: 6 +Release: 7 Summary: The Rust Programming Language License: (ASL 2.0 or MIT) and (BSD and MIT) URL: https://www.rust-lang.org @@ -110,7 +110,7 @@ BuildRequires: %{llvm}-devel >= 9.0 BuildRequires: %{llvm}-static libffi-devel %endif %endif -BuildRequires: procps-ng gdb +BuildRequires: procps-ng BuildRequires: ninja-build Provides: rustc = %{version}-%{release} Provides: rustc%{?_isa} = %{version}-%{release} @@ -482,6 +482,9 @@ export %{rust_env} %{_mandir}/man1/cargo*.1* %changelog +* Wed Aug 04 2021 chenyanpanHW - 1.51.0-7 +- DESC: delete BuildRequires gdb + * Thu 08 Jul 2021 Jiajie Li - 1.51.0-6 - Add build require of ninja and llvm -- Gitee