From 8fcdcb0769e5b1a3e9cdb48b21b09a26f8fdc3be Mon Sep 17 00:00:00 2001 From: wu-leilei Date: Tue, 28 Feb 2023 16:58:15 +0800 Subject: [PATCH] Remove reduncency cache file --- python-ansible-runner.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/python-ansible-runner.spec b/python-ansible-runner.spec index 53b8011..0d58eae 100644 --- a/python-ansible-runner.spec +++ b/python-ansible-runner.spec @@ -2,7 +2,7 @@ %global pypi_name ansible-runner Name: python-%{pypi_name} Version: 1.4.6 -Release: 1 +Release: 2 Summary: A tool and python library to interface with Ansible License: ASL 2.0 URL: https://github.com/ansible/ansible-runner @@ -51,7 +51,12 @@ py.test-3 -v test %{python3_sitelib}/test %{python3_sitelib}/ansible_runner-%{version}-py%{python3_version}.egg-info %{_bindir}/ansible-runner +%exclude %{python3_sitelib}/test/__pycache__/__init__.cpython-310.opt-1.pyc +%exclude %{python3_sitelib}/test/__pycache__/__init__.cpython-310.pyc %changelog +* Tue Feb 28 2023 wulei - 1.4.6-2 +- Remove reduncency cache file + * Wed Aug 25 2021 huanghaitao - 1.4.6-1 - package init -- Gitee