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
This commit is contained in:
Nathan Cutler 2024-01-19 10:58:57 +00:00 committed by Git OBS Bridge
parent 9e73840628
commit 55f7b74690
2 changed files with 12 additions and 2 deletions

View File

@ -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 <mpluskal@suse.com>

View File

@ -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