From df90c046676b9f62d667114b513f4351d09a41f6 Mon Sep 17 00:00:00 2001 From: Jan Palus Date: Sat, 22 Jan 2022 22:39:21 +0100 Subject: [PATCH] no rust-llvm-dwp on x32; rel 2 --- rust.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/rust.spec b/rust.spec index 17f58b7..1bde519 100644 --- a/rust.spec +++ b/rust.spec @@ -37,7 +37,7 @@ Summary: The Rust Programming Language Summary(pl.UTF-8): Język programowania Rust Name: rust Version: 1.58.1 -Release: 1 +Release: 2 # Licenses: (rust itself) and (bundled libraries) License: (Apache v2.0 or MIT) and (BSD and ISC and MIT) Group: Development/Languages @@ -513,7 +513,9 @@ EOF done ) %dir %{rustlibdir}/%{rust_triple}/bin +%ifnarch x32 %attr(755,root,root) %{rustlibdir}/%{rust_triple}/bin/rust-llvm-dwp +%endif %files debugger-common %defattr(644,root,root,755) -- 2.43.0