Require rust libraries for rust-analyzer; Fixes RHBZ#2316529

This commit is contained in:
Josh Stone 2024-10-08 12:44:32 -07:00
parent 06c0e45816
commit 57f6a22eea

View File

@ -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