1
0

Accepting request 1066376 from devel:languages:python

- update path for SLE15

OBS-URL: https://build.opensuse.org/request/show/1066376
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-logutils?expand=0&rev=8
This commit is contained in:
Dominique Leuenberger 2023-02-19 17:18:57 +00:00 committed by Git OBS Bridge
commit 14bb776031
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}