From 2c2a2e25d8772b12e52edf80c1c429d6d9a6a42c Mon Sep 17 00:00:00 2001 From: zhaoxiaohu Date: Fri, 23 Aug 2024 17:15:53 +0800 Subject: [PATCH] add rust install requires pkg llvm-libs Signed-off-by: zhaoxiaohu --- rust.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/rust.spec b/rust.spec index c320610..addf4bd 100644 --- a/rust.spec +++ b/rust.spec @@ -11,7 +11,7 @@ %bcond_without lldb Name: rust Version: 1.60.0 -Release: 4 +Release: 5 Summary: The Rust Programming Language License: (ASL 2.0 or MIT) and (BSD and MIT) URL: https://www.rust-lang.org @@ -118,6 +118,7 @@ BuildRequires: ninja-build Provides: rustc = %{version}-%{release} Provides: rustc%{?_isa} = %{version}-%{release} Requires: %{name}-std-static%{?_isa} = %{version}-%{release} +Requires: llvm-libs Requires: /usr/bin/cc %global _privatelibs lib(.*-[[:xdigit:]]{16}*|rustc.*)[.]so.* %global __provides_exclude ^(%{_privatelibs})$ @@ -494,6 +495,9 @@ export %{rust_env} %{_mandir}/man1/cargo*.1* %changelog +* Fri Aug 23 2024 zhaoxiaohu - 1.60.0-5 +- DESC: add rust requires pkg llvm-libs + * Thu Jun 27 2024 wangkai <13474090681@163.com> - 1.60.0-4 - Fix CVE-2022-36113, CVE-2022-36114 -- Gitee