From: Jan Rękorajski Date: Tue, 25 Jan 2022 21:25:40 +0000 (+0100) Subject: - requires gcc-multilib-64 on x32 for proper cross compiling, rel 4 X-Git-Tag: auto/th/rust-1.58.1-4 X-Git-Url: http://git.pld-linux.org/?p=packages%2Frust.git;a=commitdiff_plain;h=417178e - requires gcc-multilib-64 on x32 for proper cross compiling, rel 4 --- 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.