Change-Id: If71a1c3e6d7d355cdf20e3df3f331ce76730f386
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