From 750e2ddd5cd0b52166b2b96ac24cb545ee2ef95f Mon Sep 17 00:00:00 2001 From: wchang kim Date: Tue, 18 Jun 2024 18:06:46 +0900 Subject: [PATCH] Excluding riscv64 because it does not support riscv64. Change-Id: I03a0b2f7e1060bf6e5672e1681719a58c5cd6d02 --- packaging/ltrace.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packaging/ltrace.spec b/packaging/ltrace.spec index c4373e1..d503359 100644 --- a/packaging/ltrace.spec +++ b/packaging/ltrace.spec @@ -12,6 +12,8 @@ Source: ltrace-%{version}.tar.bz2 Source2: baselibs.conf Source1001: ltrace.manifest +ExcludeArch: riscv64 + %description Ltrace is a program that runs the specified command until it exits. It intercepts and records the dynamic library calls that are called by the -- 2.7.4