diff options
-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 |