diff options
author | wchang kim <wchang.kim@samsung.com> | 2024-06-18 18:06:46 +0900 |
---|---|---|
committer | wchang kim <wchang.kim@samsung.com> | 2024-06-18 18:06:46 +0900 |
commit | 750e2ddd5cd0b52166b2b96ac24cb545ee2ef95f (patch) | |
tree | d5b6575ea94036b33ebbb681cf704c0444b899cf | |
parent | 28e4cb2f086c93d433e58faf7f1a81fb374aed4f (diff) | |
download | ltrace-accepted/tizen_unified_dev.tar.gz ltrace-accepted/tizen_unified_dev.tar.bz2 ltrace-accepted/tizen_unified_dev.zip |
Excluding riscv64 because it does not support riscv64.HEADtizen_9.0_m2_releaseaccepted/tizen/unified/dev/20240701.073102accepted/tizen/unified/20240619.151947accepted/tizen/9.0/unified/20241030.235932tizen_9.0tizenaccepted/tizen_unified_devaccepted/tizen_unifiedaccepted/tizen_9.0_unified
Change-Id: I03a0b2f7e1060bf6e5672e1681719a58c5cd6d02
-rw-r--r-- | packaging/ltrace.spec | 2 |
1 files changed, 2 insertions, 0 deletions
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 |