diff --git a/rust.spec b/rust.spec index 1209357..4112383 100644 --- a/rust.spec +++ b/rust.spec @@ -15,7 +15,7 @@ %global bootstrap_date 2021-05-06 # Only the specified arches will use bootstrap binaries. -%global bootstrap_arches %%{rust_arches} +#global bootstrap_arches %%{rust_arches} # Define a space-separated list of targets to ship rust-std-static-$triple for # cross-compilation. The packages are noarch, but they're not fully @@ -66,7 +66,7 @@ Name: rust Version: 1.53.0 -Release: 1%{?dist} +Release: 1.2.riscv64%{?dist} Summary: The Rust Programming Language License: (ASL 2.0 or MIT) and (BSD and MIT) # ^ written as: (rust itself) and (bundled libraries) @@ -808,6 +808,9 @@ end} %changelog +* Tue Jul 13 2021 David Abdurachmanov - 1.53.0-1.2.riscv64 +- Disable bootstrap + * Mon Jul 12 2021 David Abdurachmanov - 1.53.0-1.1.riscv64 - Enable bootstrap