From 5a53b55631a1a11c5ed660724fbdd23085f3b5b09c853004275bc0e9819163b7 Mon Sep 17 00:00:00 2001 From: Johannes Kastl Date: Fri, 21 Jul 2023 07:07:14 +0000 Subject: [PATCH] Accepting request 1099842 from home:StevenK:branches:systemsmanagement:ansible - Remove unneeded BuildRequires on setuptools_scm_git_archive. - Do not use a glob in %files OBS-URL: https://build.opensuse.org/request/show/1099842 OBS-URL: https://build.opensuse.org/package/show/systemsmanagement:ansible/python-ansible-compat?expand=0&rev=18 --- python-ansible-compat.changes | 6 ++++++ python-ansible-compat.spec | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/python-ansible-compat.changes b/python-ansible-compat.changes index dbe773b..f83f8bf 100644 --- a/python-ansible-compat.changes +++ b/python-ansible-compat.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Jul 21 07:02:13 UTC 2023 - Steve Kowalik + +- Remove unneeded BuildRequires on setuptools_scm_git_archive. +- Do not use a glob in %files + ------------------------------------------------------------------- Thu Jun 1 12:53:48 UTC 2023 - Johannes Kastl diff --git a/python-ansible-compat.spec b/python-ansible-compat.spec index 567f059..4779eeb 100644 --- a/python-ansible-compat.spec +++ b/python-ansible-compat.spec @@ -31,7 +31,6 @@ License: MIT URL: https://github.com/ansible-community/ansible-compat Source: https://files.pythonhosted.org/packages/source/a/ansible-compat/ansible-compat-%{version}.tar.gz BuildRequires: %{python_module pip} -BuildRequires: %{python_module setuptools_scm_git_archive} BuildRequires: %{python_module setuptools_scm} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module wheel} @@ -70,7 +69,8 @@ Facilitate working with various versions of Ansible 2.9 and newer. %pytest -k 'not (test_runtime_example or test_require_collection_no_cache_dir or test_upgrade_collection or test_install_collection_dest or test_install_collection or test_require_collection or test_require_collection_wrong_version or test_prerun_reqs_v2 or test_prerun_reqs_v1 or test_prepare_environment_with_collections or test_runtime_require_module)' -W ignore:'There is no current event loop' %files %{python_files} -%{python_sitelib}/ansible_compat* +%{python_sitelib}/ansible_compat +%{python_sitelib}/ansible_compat-%{version}.dist-info %doc README.md %license LICENSE