From b7d33aa17294ab49102dfc612e677431b68f5f90 Mon Sep 17 00:00:00 2001 From: Jonny Heggheim Date: Sep 03 2020 08:19:22 +0000 Subject: Disable building on x86 due to compile errors --- diff --git a/rocksdb.spec b/rocksdb.spec index af84144..190e29a 100644 --- a/rocksdb.spec +++ b/rocksdb.spec @@ -2,12 +2,17 @@ Name: rocksdb Version: 6.11.4 -Release: 2%{?dist} +Release: 3%{?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 +# https://bugzilla.redhat.com/show_bug.cgi?id=1875284 +ExcludeArch: %{ix86} + BuildRequires: gcc-c++ BuildRequires: gflags-devel BuildRequires: make @@ -67,6 +72,9 @@ make install-shared PREFIX=%{_prefix} LIBDIR=%{_libdir} DESTDIR=%{buildroot} %{_includedir}/rocksdb %changelog +* Thu Sep 03 2020 Jonny Heggheim - 6.11.4-3 +- Disable building on x86 due to compile errors + * Sat Jul 25 2020 Jonny Heggheim - 6.11.4-2 - Use RTTI