From fdfba4b74ca336b40a6bd249e5016502261cd560 Mon Sep 17 00:00:00 2001 From: xinminst Date: Mon, 16 Aug 2021 04:04:09 +0000 Subject: [PATCH 1/2] update docker-anaconda-addon.spec. --- 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 From c1f6f6f2b593c61b6cc000f81293bd76aaccee5c Mon Sep 17 00:00:00 2001 From: xinminst Date: Mon, 16 Aug 2021 08:18:35 +0000 Subject: [PATCH 2/2] update docker-anaconda-addon.spec. --- docker-anaconda-addon.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docker-anaconda-addon.spec b/docker-anaconda-addon.spec index 373f3d5..5c3603e 100644 --- a/docker-anaconda-addon.spec +++ b/docker-anaconda-addon.spec @@ -3,7 +3,7 @@ Name: docker-anaconda-addon Version: 0.4 -Release: 10 +Release: 11 Summary: Anaconda kickstart support for Docker License: GPLv2+ @@ -46,6 +46,9 @@ the newly installed system during the installation process. %{_datadir}/anaconda/addons/com_redhat_docker %changelog +* Mon Aug 16 2021 xinminst - 0.4-11 +- add riscv64 to ExclusiveArch + * Thu Sep 14 2019 openEuler Buildteam - 0.4-10 - Package init -- Gitee