- Reduce archs to only those that are really capable of finishing

the build

OBS-URL: https://build.opensuse.org/package/show/LibreOffice:Factory/libreoffice?expand=0&rev=623
This commit is contained in:
Tomáš Chvátal 2018-04-03 11:28:15 +00:00 committed by Git OBS Bridge
parent 9cc4092709
commit 2a5f2c2c30
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Apr 3 11:27:47 UTC 2018 - tchvatal@suse.com
- Reduce archs to only those that are really capable of finishing
the build
-------------------------------------------------------------------
Tue Apr 3 09:18:42 UTC 2018 - tchvatal@suse.com

View File

@ -239,7 +239,7 @@ Provides: %{name}-icon-theme-crystal = %{version}
Obsoletes: %{name}-icon-theme-crystal < %{version}
Provides: %{name}-icon-theme-oxygen = %{version}
Obsoletes: %{name}-icon-theme-oxygen < %{version}
ExclusiveArch: %{arm} aarch64 %{ix86} x86_64 ppc ppc64 ppc64le s390x
ExclusiveArch: aarch64 %{ix86} x86_64
%if %{with system_gpgme}
BuildRequires: libgpgmepp-devel
%else