From 8dcf85131987aae3bb05fc6f147374a319045b56 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Thu, 13 Aug 2020 21:24:06 +0200 Subject: [PATCH] Add riscv64 to %rust_arches Signed-off-by: Andreas Schwab --- data/macros.rust-srpm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/macros.rust-srpm b/data/macros.rust-srpm index 88d5a0f..8814f5a 100644 --- a/data/macros.rust-srpm +++ b/data/macros.rust-srpm @@ -1,4 +1,4 @@ -%rust_arches x86_64 i686 armv7hl aarch64 ppc64 ppc64le s390x +%rust_arches x86_64 i686 armv7hl aarch64 ppc64 ppc64le riscv64 s390x %version_no_tilde() %{lua: local sep = rpm.expand('%1') local ver = rpm.expand('%2')