diff --git a/python-flaky.changes b/python-flaky.changes index 0fe6e3f..3f07860 100644 --- a/python-flaky.changes +++ b/python-flaky.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Oct 20 10:26:48 UTC 2023 - Matej Cepl + +- Clean up the SPEC file + ------------------------------------------------------------------- Fri Apr 21 12:25:08 UTC 2023 - Dirk Müller diff --git a/python-flaky.spec b/python-flaky.spec index 10869a9..6b06ba5 100644 --- a/python-flaky.spec +++ b/python-flaky.spec @@ -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