automatic version update by autodist [release 5.7.1-1mamba;Fri May 06 2022]
This commit is contained in:
parent
222405e26a
commit
fafc361c44
11
ansible.spec
11
ansible.spec
@ -1,7 +1,7 @@
|
|||||||
%define with_pyver 310
|
%define with_pyver 310
|
||||||
Name: ansible
|
Name: ansible
|
||||||
Version: 5.6.0
|
Version: 5.7.1
|
||||||
Release: 2mamba
|
Release: 1mamba
|
||||||
Summary: A radically simple IT automation system
|
Summary: A radically simple IT automation system
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -11,7 +11,7 @@ URL: https://www.ansible.com/
|
|||||||
Source: https://pypi.debian.net/ansible/ansible-%{version}.tar.gz
|
Source: https://pypi.debian.net/ansible/ansible-%{version}.tar.gz
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: (python3.10dist(ansible-core) >= 2.12.4 with python3.10dist(ansible-core) < 2.13)
|
BuildRequires: (python3.10dist(ansible-core) >= 2.12.5 with python3.10dist(ansible-core) < 2.13)
|
||||||
BuildRequires: libpython310-devel
|
BuildRequires: libpython310-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
Provides: python-ansible
|
Provides: python-ansible
|
||||||
@ -43,6 +43,7 @@ CFLAGS="%{optflags}" %{__python} setup.py build
|
|||||||
|
|
||||||
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
||||||
sed -i "/ /d" %{name}.filelist
|
sed -i "/ /d" %{name}.filelist
|
||||||
|
sed -i "/hotspot20_h2qp_.*cpython/d" %{name}.filelist
|
||||||
|
|
||||||
%files -f %{name}.filelist
|
%files -f %{name}.filelist
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -50,11 +51,15 @@ sed -i "/ /d" %{name}.filelist
|
|||||||
%{python_sitearch}/ansible_collections/cisco/ucs/misc/*.pdf
|
%{python_sitearch}/ansible_collections/cisco/ucs/misc/*.pdf
|
||||||
%{python_sitearch}/ansible_collections/community/network/tests/integration/targets/ce_is_is_view/tests/netconf/test*.yaml
|
%{python_sitearch}/ansible_collections/community/network/tests/integration/targets/ce_is_is_view/tests/netconf/test*.yaml
|
||||||
%{python_sitearch}/ansible_collections/dellemc/enterprise_sonic/tests/regression/roles/sonic_bgp_neighbors/defaults/main*copy.yml
|
%{python_sitearch}/ansible_collections/dellemc/enterprise_sonic/tests/regression/roles/sonic_bgp_neighbors/defaults/main*copy.yml
|
||||||
|
%{python_sitearch}/ansible_collections/fortinet/fortios/plugins/modules/__pycache__/fortios_wireless_controller_hotspot20_h2qp_*.cpython-*.pyc
|
||||||
%dir %{python_sitearch}/ansible-%{version}-py*.egg-info
|
%dir %{python_sitearch}/ansible-%{version}-py*.egg-info
|
||||||
%{python_sitearch}/ansible-%{version}-py*.egg-info/*
|
%{python_sitearch}/ansible-%{version}-py*.egg-info/*
|
||||||
%doc COPYING
|
%doc COPYING
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri May 06 2022 Automatic Build System <autodist@mambasoft.it> 5.7.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Sun May 01 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 5.6.0-2mamba
|
* Sun May 01 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 5.6.0-2mamba
|
||||||
- rebuilt as ansible instead of ansible-py310
|
- rebuilt as ansible instead of ansible-py310
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user