diff --git a/rocksdb.spec b/rocksdb.spec index 6b540f0..13c6fe6 100644 --- a/rocksdb.spec +++ b/rocksdb.spec @@ -2,16 +2,22 @@ Name: rocksdb Version: 6.22.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A Persistent Key-Value Store for Flash and RAM Storage License: GPLv2 or ASL 2.0 and BSD URL: %{forgeurl} -# rocksdb fails to build successfully on x86 +# Fails to build on x86: # https://bugzilla.redhat.com/show_bug.cgi?id=1875284 -ExcludeArch: %{ix86} +# +# Fails to build on armv7hl: +# https://bugzilla.redhat.com/show_bug.cgi?id=1997416 +# +# Fails to build on s390x: +# https://bugzilla.redhat.com/show_bug.cgi?id=1997426 +ExcludeArch: %{ix86} armv7hl s390x BuildRequires: gcc-c++ BuildRequires: gflags-devel @@ -75,6 +81,10 @@ make install-shared PREFIX=%{_prefix} LIBDIR=%{_libdir} DESTDIR=%{buildroot} %{_includedir}/rocksdb %changelog +* Wed Aug 25 2021 Jonny Heggheim - 6.22.1-2 +- Disabled armv7hl https://bugzilla.redhat.com/show_bug.cgi?id=1997416 +- Disabled s390x https://bugzilla.redhat.com/show_bug.cgi?id=1997426 + * Mon Aug 02 2021 Jonny Heggheim - 6.22.1-1 - Updated to version 6.22.1