From 7717e0b0d7cc08d2df446c5260ec3f3754c56fd8949eee69c9ec023dfaea7da7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20Tesa=C5=99=C3=ADk?= Date: Wed, 15 Nov 2023 14:00:55 +0000 Subject: [PATCH] - Enable build for riscv64. OBS-URL: https://build.opensuse.org/package/show/Kernel:kdump/makedumpfile?expand=0&rev=174 --- makedumpfile.changes | 5 +++++ makedumpfile.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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