!16 [sync] PR-15: remove reduncency cache file

From: @openeuler-sync-bot 
Reviewed-by: @jxy_git 
Signed-off-by: @jxy_git
This commit is contained in:
openeuler-ci-bot 2023-02-28 09:26:22 +00:00 committed by Gitee
commit 03bf6635a3
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -2,7 +2,7 @@
%global pypi_name ansible-runner %global pypi_name ansible-runner
Name: python-%{pypi_name} Name: python-%{pypi_name}
Version: 1.4.6 Version: 1.4.6
Release: 1 Release: 2
Summary: A tool and python library to interface with Ansible Summary: A tool and python library to interface with Ansible
License: ASL 2.0 License: ASL 2.0
URL: https://github.com/ansible/ansible-runner URL: https://github.com/ansible/ansible-runner
@ -51,7 +51,12 @@ py.test-3 -v test
%{python3_sitelib}/test %{python3_sitelib}/test
%{python3_sitelib}/ansible_runner-%{version}-py%{python3_version}.egg-info %{python3_sitelib}/ansible_runner-%{version}-py%{python3_version}.egg-info
%{_bindir}/ansible-runner %{_bindir}/ansible-runner
%exclude %{python3_sitelib}/test/__pycache__/__init__.cpython-310.opt-1.pyc
%exclude %{python3_sitelib}/test/__pycache__/__init__.cpython-310.pyc
%changelog %changelog
* Tue Feb 28 2023 wulei <wulei80@h-partners.com> - 1.4.6-2
- Remove reduncency cache file
* Wed Aug 25 2021 huanghaitao <huanghaitao8@huawei.com> - 1.4.6-1 * Wed Aug 25 2021 huanghaitao <huanghaitao8@huawei.com> - 1.4.6-1
- package init - package init