Dirk Mueller 2023-02-17 12:32:05 +00:00 committed by Git OBS Bridge
parent 15f77add84
commit 1e34c23c77
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Feb 17 12:31:27 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update path for SLE15
-------------------------------------------------------------------
Wed Sep 1 12:28:43 UTC 2021 - pgajdos@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package python-logutils
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -71,7 +71,7 @@ cd doc && make html
%python_install
%check
export PATH="$PATH:/sbin"
export PATH="$PATH:/sbin:/usr/sbin"
%pyunittest discover -v tests
%files %{python_files}