diff options
Diffstat (limited to 'packaging/org.tizen.task-mgr_common.spec')
-rw-r--r-- | packaging/org.tizen.task-mgr_common.spec | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/packaging/org.tizen.task-mgr_common.spec b/packaging/org.tizen.task-mgr_common.spec index 9c6c6e8..08c162f 100644 --- a/packaging/org.tizen.task-mgr_common.spec +++ b/packaging/org.tizen.task-mgr_common.spec @@ -8,7 +8,7 @@ Group: Applications/Core Applications License: Apache-2.0 Source0: %{name}-%{version}.tar.gz -ExclusiveArch: x86_64 i586 x86 aarch64 i486 i686 i386 armv7l arm +ExclusiveArch: x86_64 i586 x86 aarch64 i486 i686 i386 armv7l arm riscv64 BuildRequires: pkgconfig(libtzplatform-config) @@ -25,6 +25,9 @@ Requires(post): /usr/bin/tpk-backend %ifarch aarch64 %define target aarch64 %endif +%ifarch riscv64 +%define target riscv64 +%endif %ifarch x86_64 %define target x86_64 %endif |