Le mar. 12 avr. 2022 à 08:51, Vasiliy Glazov <vascom(a)rpmfusion.org> a écrit :
commit 509b0bf3b106b0348126fdd7bb53b8c226b5afc3
Author: Vasiliy Glazov <vascom2(a)gmail.com>
Date: Tue Apr 12 09:51:32 2022 +0300
Explicitly disable arm32 arches build.
Summary: Easy automated syncing between your computers and your
MEGA cloud drive
# MEGAsync is under a proprietary license, except the SDK which is BSD
License: Proprietary and BSD
@@ -19,7 +19,7 @@ URL:
https://mega.nz
Source0:
https://github.com/meganz/MEGAsync/archive/v%{version}_%{source_suffix}.t...
Source1:
https://github.com/meganz/sdk/archive/v%{sdk_version}.tar.gz
-ExcludeArch: %power64 aarch64
+ExcludeArch: %power64 aarch64 %arm32
We more often use %arm for arm 32bit (that
doesnt include aarch64)
Can you revisit aarch64 eventually ?
Thanks.