Matej Cepl 2023-10-20 10:26:56 +00:00 committed by Git OBS Bridge
parent 7069089804
commit add19ba81f
2 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Oct 20 10:26:48 UTC 2023 - Matej Cepl <mcepl@cepl.eu>
- Clean up the SPEC file
-------------------------------------------------------------------
Fri Apr 21 12:25:08 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@ -16,7 +16,7 @@
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%{?sle15_python_module_pythons}
%global flavor @BUILD_FLAVOR@%{nil}
%if "%{flavor}" == "test"
%define psuffix -test
@ -24,7 +24,6 @@
%else
%bcond_with test
%endif
%{?sle15_python_module_pythons}
Name: python-flaky%{?psuffix}
Version: 3.7.0
Release: 0
@ -88,7 +87,8 @@ export PYTEST_ADDOPTS="--force-flaky --max-runs 2"
%files %{python_files}
%doc README.rst
%license LICENSE
%{python_sitelib}/*
%{python_sitelib}/flaky
%{python_sitelib}/flaky-%{version}*-info
%endif
%changelog