diff --git a/makedumpfile.changes b/makedumpfile.changes index b53eb92..f3ee100 100644 --- a/makedumpfile.changes +++ b/makedumpfile.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Nov 15 14:00:28 UTC 2023 - Petr Tesařík + +- Enable build for riscv64. + ------------------------------------------------------------------- Wed Nov 15 12:29:49 UTC 2023 - Petr Tesařík diff --git a/makedumpfile.spec b/makedumpfile.spec index 6222723..d644f23 100644 --- a/makedumpfile.spec +++ b/makedumpfile.spec @@ -49,7 +49,7 @@ BuildRequires: snappy-devel BuildRequires: xz-devel BuildRequires: zlib-devel BuildRoot: %{_tmppath}/%{name}-%{version}-build -ExclusiveArch: %{ix86} x86_64 ia64 ppc ppc64 ppc64le s390x %{arm} aarch64 +ExclusiveArch: %{ix86} x86_64 ia64 ppc ppc64 ppc64le riscv64 s390x %{arm} aarch64 %if %{have_zstd} BuildRequires: libzstd-devel %endif