- update path for SLE15
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-logutils?expand=0&rev=11
This commit is contained in:
parent
15f77add84
commit
1e34c23c77
@ -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
|
Wed Sep 1 12:28:43 UTC 2021 - pgajdos@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-logutils
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -71,7 +71,7 @@ cd doc && make html
|
|||||||
%python_install
|
%python_install
|
||||||
|
|
||||||
%check
|
%check
|
||||||
export PATH="$PATH:/sbin"
|
export PATH="$PATH:/sbin:/usr/sbin"
|
||||||
%pyunittest discover -v tests
|
%pyunittest discover -v tests
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user