From bbd264d0f15a18effb23db7501f649e8851a846c Mon Sep 17 00:00:00 2001 From: David Abdurachmanov Date: Sun, 27 Nov 2022 13:07:25 +0200 Subject: [PATCH] rust-analyzer is missing error: File not found: /builddir/build/BUILDROOT/rust-1.64.0-1.1.riscv64.fc37.riscv64/usr/bin/rust-analyzer This is somehow not available thus let's skip it for now. Signed-off-by: David Abdurachmanov --- rust.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/rust.spec b/rust.spec index 60164f2..b5bd7f0 100644 --- a/rust.spec +++ b/rust.spec @@ -88,7 +88,7 @@ Name: rust Version: 1.64.0 -Release: 1.1.riscv64%{?dist} +Release: 1.2.riscv64%{?dist} Summary: The Rust Programming Language License: (ASL 2.0 or MIT) and (BSD and MIT) # ^ written as: (rust itself) and (bundled libraries) @@ -1032,7 +1032,9 @@ end} %files analyzer +%ifnarch riscv64 %{_bindir}/rust-analyzer +%endif %doc src/tools/rust-analyzer/README.md %license src/tools/rust-analyzer/LICENSE-{APACHE,MIT} @@ -1060,6 +1062,9 @@ end} %changelog +* Sun Nov 27 2022 David Abdurachmanov - 1.64.0-1.2.riscv64 +- Do not package rust-analyzer + * Sat Nov 26 2022 David Abdurachmanov - 1.64.0-1.1.riscv64 - Revert 263edd43c5255084292329423c61a9d69715ebfa