diff --git a/docker-anaconda-addon.spec b/docker-anaconda-addon.spec index 58d777d428d0c3a8d34c4193926ae91686cfffb5..5c3603e6ca29bfead07861690ceb446657a9d01c 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+ @@ -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 @@ -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