From fa629b7f25859477c208fde2c225ea86aaf61a1e Mon Sep 17 00:00:00 2001 From: Jan Palus Date: Mon, 11 May 2020 11:32:13 +0200 Subject: [PATCH] add aarch64 to list of supported archs --- libreoffice.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libreoffice.spec b/libreoffice.spec index fb7c815..af1b445 100644 --- a/libreoffice.spec +++ b/libreoffice.spec @@ -37,7 +37,7 @@ %bcond_without system_myspell # this list is same as icedtea6 -%ifnarch i486 i586 i686 pentium3 pentium4 athlon %{x8664} +%ifnarch i486 i586 i686 pentium3 pentium4 athlon %{x8664} aarch64 %undefine with_java %endif @@ -280,7 +280,7 @@ Requires: %{name}-xsltfilter = %{version}-%{release} Obsoletes: libreoffice-testtools Obsoletes: openoffice.org Obsoletes: openoffice.org-testtools -ExclusiveArch: %{ix86} %{x8664} ppc sparc sparcv9 +ExclusiveArch: %{ix86} %{x8664} ppc sparc sparcv9 aarch64 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %define specflags -fno-strict-aliasing -O2 -- 2.43.0