From 55f7b74690b9b897aece2a587daa1650591f005d00977709c370162d9136c034 Mon Sep 17 00:00:00 2001 From: Nathan Cutler Date: Fri, 19 Jan 2024 10:58:57 +0000 Subject: [PATCH] Accepting request 1139791 from home:pgajdos sure @smithfarm, thanks - disable autocompact_test [bsc#1218597] OBS-URL: https://build.opensuse.org/request/show/1139791 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/leveldb?expand=0&rev=33 --- leveldb.changes | 5 +++++ leveldb.spec | 9 +++++++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/leveldb.changes b/leveldb.changes index 43ab695..3933411 100644 --- a/leveldb.changes +++ b/leveldb.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Jan 11 18:08:20 UTC 2024 - pgajdos@suse.com + +- disable autocompact_test [bsc#1218597] + ------------------------------------------------------------------- Wed Mar 8 12:47:35 UTC 2023 - Martin Pluskal diff --git a/leveldb.spec b/leveldb.spec index cf7abb5..146de30 100644 --- a/leveldb.spec +++ b/leveldb.spec @@ -1,7 +1,7 @@ # # spec file for package leveldb # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -99,7 +99,12 @@ cp -a build_static/db_bench %{buildroot}%{_bindir} %check %define __builddir build_static -%ctest +%ifarch s390x +# bsc#1218597 +exclude_regex='--exclude-regex autocompact_test' +%endif +eclude_regex='--exclude-regex "(autocompact_test|db_test)"' +%ctest $exclude_regex %post -n %{lib_name} -p /sbin/ldconfig %postun -n %{lib_name} -p /sbin/ldconfig