Compare commits

..

No commits in common. "f37-riscv64" and "rawhide" have entirely different histories.

1 changed files with 2 additions and 9 deletions

View File

@ -3,7 +3,7 @@
Name: abseil-cpp
Version: 20220623.1
Release: 2.0.riscv64%{?dist}
Release: 2%{?dist}
Summary: C++ Common Libraries
# The entire source is Apache-2.0, except:
@ -37,7 +37,7 @@ BuildRequires: gcc-c++
BuildRequires: gmock-devel
BuildRequires: gtest-devel
%ifarch s390x riscv64
%ifarch s390x
# Symbolize.SymbolizeWithMultipleMaps fails in absl_symbolize_test on s390x
# with LTO
# https://github.com/abseil/abseil-cpp/issues/1133
@ -85,11 +85,7 @@ Development headers for %{name}
%cmake_install
%check
%ifnarch riscv64
%ctest
%else
%ctest || :
%endif
%files
%license LICENSE
@ -103,9 +99,6 @@ Development headers for %{name}
%{_libdir}/pkgconfig/*.pc
%changelog
* Wed Oct 19 2022 David Abdurachmanov <davidlt@rivosinc.com> - 20220623.1-2.0.riscv64
- Ignore testsuite failures on riscv64 for now
* Fri Sep 02 2022 Benjamin A. Beasley <code@musicinmybrain.net> - 20220623.1-2
- Update to 20220623.1 (close RHBZ#2123181)