automatic version update by autodist [release 4.0.0-1mamba;Wed May 19 2021]
This commit is contained in:
parent
6c6ce2812a
commit
a334210f5f
13
ansible.spec
13
ansible.spec
@ -1,5 +1,5 @@
|
|||||||
Name: ansible
|
Name: ansible
|
||||||
Version: 3.4.0
|
Version: 4.0.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A radically simple IT automation system
|
Summary: A radically simple IT automation system
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -10,6 +10,8 @@ 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: libpython3-devel
|
||||||
|
BuildRequires: python3.7dist(ansible-core)
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
Requires: python3 >= %python3_version
|
Requires: python3 >= %python3_version
|
||||||
Requires: PyYAML-py3
|
Requires: PyYAML-py3
|
||||||
@ -19,7 +21,7 @@ Requires: python-netaddr-py3
|
|||||||
Requires: python-markupsafe-py3
|
Requires: python-markupsafe-py3
|
||||||
Requires: python-cryptography-py3
|
Requires: python-cryptography-py3
|
||||||
Provides: python-ansible
|
Provides: python-ansible
|
||||||
Obsoletes: python-ansible
|
Obsoletes: python-ansible < 4.0.0
|
||||||
|
|
||||||
%description
|
%description
|
||||||
%{summary}.
|
%{summary}.
|
||||||
@ -43,6 +45,7 @@ CFLAGS="%{optflags}" %{__python3} setup.py build
|
|||||||
--install-lib=%{python3_sitearch} \
|
--install-lib=%{python3_sitearch} \
|
||||||
--record=%{name}.filelist
|
--record=%{name}.filelist
|
||||||
|
|
||||||
|
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
||||||
sed -i "/ /d" %{name}.filelist
|
sed -i "/ /d" %{name}.filelist
|
||||||
|
|
||||||
%files %{?pyappend} -f %{name}.filelist
|
%files %{?pyappend} -f %{name}.filelist
|
||||||
@ -50,9 +53,15 @@ sed -i "/ /d" %{name}.filelist
|
|||||||
%{python3_sitearch}/ansible_collections/cisco/intersight/misc/*.pdf
|
%{python3_sitearch}/ansible_collections/cisco/intersight/misc/*.pdf
|
||||||
%{python3_sitearch}/ansible_collections/cisco/ucs/misc/*.pdf
|
%{python3_sitearch}/ansible_collections/cisco/ucs/misc/*.pdf
|
||||||
%{python3_sitearch}/ansible_collections/community/network/tests/integration/targets/ce_is_is_view/tests/netconf/test*.yaml
|
%{python3_sitearch}/ansible_collections/community/network/tests/integration/targets/ce_is_is_view/tests/netconf/test*.yaml
|
||||||
|
%{python3_sitearch}/ansible_collections/dellemc/enterprise_sonic/tests/regression/roles/sonic_bgp_neighbors/defaults/main*copy.yml
|
||||||
|
%dir %{python3_sitearch}/ansible-%{version}-py*.egg-info
|
||||||
|
%{python3_sitearch}/ansible-%{version}-py*.egg-info/*
|
||||||
%doc COPYING
|
%doc COPYING
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed May 19 2021 Automatic Build System <autodist@mambasoft.it> 4.0.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Wed May 12 2021 Automatic Build System <autodist@mambasoft.it> 3.4.0-1mamba
|
* Wed May 12 2021 Automatic Build System <autodist@mambasoft.it> 3.4.0-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user