From a7d87c0d119115c23cb5bb5bfce3c8079ccebad0 Mon Sep 17 00:00:00 2001 From: David Abdurachmanov Date: Tue, 13 Jul 2021 13:27:23 +0300 Subject: [PATCH] Disable bootstrap Signed-off-by: David Abdurachmanov --- rust.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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