[packages/rust] - relax internal deps

Jan Palus atler at pld-linux.org
Fri May 28 13:59:29 CEST 2021


On 28.05.2021 12:30, baggins wrote:
> commit 89a1e043707dd595670e060055d7f14359d1f4d6
> Author: Jan Rękorajski <baggins at pld-linux.org>
> Date:   Fri May 28 12:29:33 2021 +0200
> 
>     - relax internal deps
> 
>  rust.spec | 10 +++++-----
>  1 file changed, 5 insertions(+), 5 deletions(-)
> ---
> @@ -204,7 +204,7 @@ Standardowa biblioteka Rusta.
>  Summary:	Implementation of Language Server Protocol for Rust
>  Summary(pl.UTF-8):	Implementacja Language Server Protocol dla Rusta
>  Group:		Development/Tools
> -Requires:	%{name}%{?_isa} = %{version}-%{release}
> +Requires:	%{name} = %{version}-%{release}

Note that *.so in /usr/lib/rustlib/<triplet> are symlinks to %{_libdir}
so I suppose these should be packaged in rust-std as well in case of
relaxed deps.

Also *.so on x32 should probably be moved from /usr/libx32 to /usr/lib64
since they're not built for x32 ABI (no conflict with rust-std(x86-64)
thanks to unique hash in each filename).


More information about the pld-devel-en mailing list