diff --git a/ao.space.spec b/ao.space.spec index cd498c93ebde999061dce4eed60d399d859e82b8..44fecfe67c93b433d21af2ef436b7b4c021b8a57 100644 --- a/ao.space.spec +++ b/ao.space.spec @@ -19,7 +19,7 @@ Name: ao.space Version: 1.0.2 -Release: 1 +Release: 2 Summary: AO.space is a open source project that focuses on protecting personal data security and privacy. Utilizing end-to-end encryption and device-based authentication, users have complete control over their personal accounts and data. License: Apache-2.0 URL: https://github.com/ao-space/space-agent @@ -50,10 +50,8 @@ cd %{package_name}-%{version} ls -l if [ %{_arch} == "x86_64" ];then make -f Makefile.amd64 -elif [ %{_arch} == "aarch64" ];then +elif [ %{_arch} == "aarch64" -o %{_arch} == "riscv64" ];then make -f Makefile -elif [ %{_arch} == "riscv64" ];then - make -f Makefile.riscv64 fi %install @@ -87,6 +85,9 @@ systemctl start aospace.service %systemd_postun_with_restart aospace.service %changelog +* Fri Apr 12 2024 ZhangXuyang - 1.0.2-2 +- fix riscv64 makefile + * Tue Apr 2 2024 ZhangXuyang - 1.0.2-1 - Release 1.0.2-1 diff --git a/space-agent-1.0.2.tar.gz b/space-agent-1.0.2.tar.gz index e4ee2c63608b9dce069c1cc39140b067d43ce84c..0e29d8fe30e7dc2a380365634f0926381854dee6 100644 Binary files a/space-agent-1.0.2.tar.gz and b/space-agent-1.0.2.tar.gz differ