14
0
2024-03-26 08:57:53 +00:00
committed by Git OBS Bridge
parent d3692796ab
commit 7b72aee235
2 changed files with 9 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Mar 26 08:57:34 UTC 2024 - Daniel Garcia <daniel.garcia@suse.com>
- Run tests with xvfb-run
-------------------------------------------------------------------
Mon Jan 22 23:34:05 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

@@ -35,6 +35,7 @@ BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildRequires: xvfb-run
BuildRequires: typelib(Gtk) >= 3.0
Requires: python-gobject
BuildArch: noarch
@@ -70,7 +71,9 @@ This package provides GTK bindings for liblarch.
# TESTS fail with segf, local execution works
%check
%python_exec ./run-tests
%{python_expand #
xvfb-run $python ./run-tests
}
%files %{python_files}
%license LICENSE