Changes for riscv64
authorwchang kim <wchang.kim@samsung.com>
Wed, 7 Jun 2023 02:13:58 +0000 (11:13 +0900)
committerwchang kim <wchang.kim@samsung.com>
Wed, 7 Jun 2023 02:13:58 +0000 (11:13 +0900)
packaging/org.tizen.setting-notification_common.spec

index 08c8e27e06d9bb021d8f1330db80e908a70fdd6e..36370e3a8d0a584c25c0ac1fd43fa288aaa8e49d 100644 (file)
@@ -8,7 +8,7 @@ Group:      N/A
 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