import rust-1.53.0-2.module+el8.5.0+11885+03b17f85
This commit is contained in:
parent
33393939a7
commit
66ef506bc5
@ -63,7 +63,7 @@
|
||||
|
||||
Name: rust
|
||||
Version: 1.53.0
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: The Rust Programming Language
|
||||
License: (ASL 2.0 or MIT) and (BSD and MIT)
|
||||
# ^ written as: (rust itself) and (bundled libraries)
|
||||
@ -260,7 +260,7 @@ BuildRequires: %{devtoolset_name}-gcc-c++
|
||||
# brp-strip-static-archive breaks the archive index for wasm
|
||||
%global __os_install_post \
|
||||
%__os_install_post \
|
||||
find %{buildroot}%{rustlibdir} -type f -path '*/wasm*/lib/*.rlib' -exec ranlib '{}' ';' \
|
||||
find %{buildroot}%{rustlibdir} -type f -path '*/wasm*/lib/*.rlib' -exec llvm-ranlib '{}' ';' \
|
||||
%{nil}
|
||||
%endif
|
||||
|
||||
@ -816,6 +816,9 @@ end}
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Jul 20 2021 Josh Stone <jistone@redhat.com> - 1.53.0-2
|
||||
- Use llvm-ranlib to fix wasm archives.
|
||||
|
||||
* Mon Jun 21 2021 Josh Stone <jistone@redhat.com> - 1.53.0-1
|
||||
- Update to 1.53.0.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user