Change-Id: Ie13877f0d139a50a8922b26de583f1e1002af737
Source0: %{name}-%{version}.tar.gz
#ExclusiveArch: x86_64 i586 x86 aarch64 i486 i686 i386 armv7l arm
-ExclusiveArch: aarch64 x86_64 arm armv7l i586 i486 i686 i386 x86 i586 i486 i686 i386 x86
+ExclusiveArch: aarch64 x86_64 arm armv7l i586 i486 i686 i386 x86 i586 i486 i686 i386 x86 riscv64
BuildRequires: pkgconfig(libtzplatform-config)
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