From d0696776d82e51eb5d27fb5d3cfbfb5d895baf53 Mon Sep 17 00:00:00 2001 From: Dongkyun Son Date: Wed, 19 Jun 2024 13:21:36 +0900 Subject: [PATCH] Exclude riscv64 Change-Id: Ie83788b9bb12f4a47329db8f1d14a63286ee666e --- packaging/oprofile.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/packaging/oprofile.spec b/packaging/oprofile.spec index e0202b6..e74e628 100644 --- a/packaging/oprofile.spec +++ b/packaging/oprofile.spec @@ -9,6 +9,7 @@ Source: %{name}-%{version}.tar.gz Source1001: oprofile.manifest BuildRequires: binutils-devel BuildRequires: pkgconfig(popt) +ExcludeArch: riscv64 %description OProfile is a profiling system for systems running Linux. The -- 2.7.4