From: wchang kim Date: Tue, 18 Jun 2024 09:06:46 +0000 (+0900) Subject: Excluding riscv64 because it does not support riscv64. X-Git-Tag: accepted/tizen/unified/20240619.151947^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=HEAD;p=platform%2Fupstream%2Fltrace.git Excluding riscv64 because it does not support riscv64. Change-Id: I03a0b2f7e1060bf6e5672e1681719a58c5cd6d02 --- 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