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