From 417178e1882af1b6a0149aa99b69560c06fe02b8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20R=C4=99korajski?= Date: Tue, 25 Jan 2022 22:25:40 +0100 Subject: [PATCH] - requires gcc-multilib-64 on x32 for proper cross compiling, rel 4 --- rust.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rust.spec b/rust.spec index 95594ad..adcfd46 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: 3 +Release: 4 # Licenses: (rust itself) and (bundled libraries) License: (Apache v2.0 or MIT) and (BSD and ISC and MIT) Group: Development/Languages @@ -118,6 +118,7 @@ Requires: gcc Requires: %{name}-std%{?_isa} = %{version}-%{release} %ifarch x32 Requires: %{name}-std(x86-64) = %{version}-%{release} +Requires: gcc-multilib-64 %endif Obsoletes: rust-analyzer < 1.53.0 # Only x86_64 and i686 are Tier 1 platforms at this time. -- 2.44.0