diff --git a/abseil-cpp.changes b/abseil-cpp.changes index 3ead9c2..6495c31 100644 --- a/abseil-cpp.changes +++ b/abseil-cpp.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Jan 14 11:54:55 UTC 2020 - Dominique Leuenberger + +- Set ExcludeArch: %ix86: bazel is required to build which in turn + is not supported on ix86. + ------------------------------------------------------------------- Wed Dec 18 23:12:35 UTC 2019 - Swaminathan Vasudevan diff --git a/abseil-cpp.spec b/abseil-cpp.spec index cbe0009..16c2b9d 100644 --- a/abseil-cpp.spec +++ b/abseil-cpp.spec @@ -1,7 +1,7 @@ # # spec file for package abseil-cpp # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -26,7 +26,7 @@ Version: 20190808 Release: 0 Summary: C++11 libraries which augment the C++ stdlib License: Apache-2.0 -Url: https://abseil.io/ +URL: https://abseil.io/ Source0: %{name}-%{version}.tar.gz Source1: %{name}-rpmlintrc BuildRequires: bazel-rules-cc-source @@ -38,6 +38,7 @@ BuildRequires: gcc-c++ BuildRequires: gmock BuildRequires: gtest BuildRequires: patchelf +ExcludeArch: %ix86 %description Abseil is a collection of C++11 libraries which augment the C++