diff --git a/python-gvm-tools.changes b/python-gvm-tools.changes index 9c4d379..4f8df36 100644 --- a/python-gvm-tools.changes +++ b/python-gvm-tools.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Feb 27 07:10:34 UTC 2024 - Jaime Marquínez Ferrándiz + +- Remove unneeded call to find -name '*.snap' | xargs rm + ------------------------------------------------------------------- Sat Jan 20 19:39:26 UTC 2024 - Dirk Müller diff --git a/python-gvm-tools.spec b/python-gvm-tools.spec index c36fa73..ae13acc 100644 --- a/python-gvm-tools.spec +++ b/python-gvm-tools.spec @@ -32,7 +32,7 @@ BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-python-gvm >= 23.4.2 Requires(post): update-alternatives -Requires(postun):update-alternatives +Requires(postun): update-alternatives BuildArch: noarch # SECTION test requirements BuildRequires: %{python_module pytest} @@ -72,8 +72,7 @@ without programming in Python. %python_uninstall_alternative gvm-cli %check -%{python_expand find -name '*.snap' | xargs rm -export PYTHONPATH=%{buildroot}%{$python_sitelib} +%{python_expand export PYTHONPATH=%{buildroot}%{$python_sitelib} export PYTHONDONTWRITEBYTECODE=1 py.test-%{$python_version} -vv --ignore-glob=_build.* }