diff --git a/rust.changes b/rust.changes index 075318b..640725b 100644 --- a/rust.changes +++ b/rust.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Aug 13 13:38:23 UTC 2020 - Andreas Schwab + +- Pacify dumb source validator + ------------------------------------------------------------------- Thu Aug 13 10:04:38 UTC 2020 - Andreas Schwab diff --git a/rust.spec b/rust.spec index 0e7d6f2..8508fa3 100644 --- a/rust.spec +++ b/rust.spec @@ -136,9 +136,7 @@ Source106: %{dl_url}/rust-%{version_bootstrap}-powerpc64le-unknown-linux-gn Source107: %{dl_url}/rust-%{version_bootstrap}-s390x-unknown-linux-gnu.tar.xz Source108: %{dl_url}/rust-%{version_bootstrap}-powerpc-unknown-linux-gnu.tar.xz # Not yet available -%if 0 -Source109: %{dl_url}/rust-%{version_bootstrap}-riscv64gc-unknown-linux-gnu.tar.xz -%endif +#Source109: %{dl_url}/rust-%{version_bootstrap}-riscv64gc-unknown-linux-gnu.tar.xz # Make factory-auto stop complaining... Source1000: README.suse-maint # PATCH-FIX-OPENSUSE: edit src/librustc_llvm/build.rs to ignore GCC incompatible flag @@ -383,9 +381,7 @@ This package includes HTML documentation for Cargo. %endif %ifarch riscv64 # Not yet available -%if 0 -%setup -q -T -b 109 -n rust-%{version_bootstrap}-%{rust_triple} -%endif +#%%setup -q -T -b 109 -n rust-%{version_bootstrap}-%{rust_triple} %endif ./install.sh --components=cargo,rustc,rust-std-%{rust_triple} --prefix=.%{_prefix} --disable-ldconfig %endif