From 57f6a22eeaa0aab106739e427ed42a27573e0109 Mon Sep 17 00:00:00 2001 From: Josh Stone Date: Tue, 8 Oct 2024 12:44:32 -0700 Subject: [PATCH] Require rust libraries for rust-analyzer; Fixes RHBZ#2316529 --- rust.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rust.spec b/rust.spec index 1a2ee8c..63e6097 100644 --- a/rust.spec +++ b/rust.spec @@ -572,6 +572,9 @@ A tool for formatting Rust code according to style guidelines. %package analyzer Summary: Rust implementation of the Language Server Protocol +# /usr/bin/rust-analyzer is dynamically linked against internal rustc libs +Requires: %{name}%{?_isa} = %{version}-%{release} + # The standard library sources are needed for most functionality. Recommends: %{name}-src