From ce796db2603d78f8aca8274354cd958b7e5b4b1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=95=E6=99=93=E5=80=A9?= Date: Tue, 7 Sep 2021 06:13:36 +0000 Subject: [PATCH] =?UTF-8?q?update=20docker-anaconda-addon.spec.=20?= =?UTF-8?q?=E5=9C=A8ExclusiveArch=E5=90=8E=E9=9D=A2=E6=B7=BB=E5=8A=A0riscv?= =?UTF-8?q?64?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-anaconda-addon.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-anaconda-addon.spec b/docker-anaconda-addon.spec index 58d777d..373f3d5 100644 --- a/docker-anaconda-addon.spec +++ b/docker-anaconda-addon.spec @@ -17,7 +17,7 @@ Source0: docker-anaconda-addon-%{version}.tar.gz # See rhbz#1315903 # The list of arches comes from docker.spec #BuildArch: noarch -ExclusiveArch: %{ix86} x86_64 %{arm} aarch64 ppc64le s390x %{mips} +ExclusiveArch: %{ix86} x86_64 %{arm} aarch64 ppc64le s390x %{mips} riscv64 BuildRequires: python3-devel BuildRequires: gettext -- Gitee