update to 2.9.4 [release 2.9.4-1mamba;Sun Feb 09 2020]

This commit is contained in:
Silvan Calarco 2024-01-05 20:25:46 +01:00
parent e4a1a051c6
commit f08d12575e
2 changed files with 57 additions and 0 deletions

View File

@ -1,2 +1,4 @@
# ansible
A radically simple IT automation system.

55
ansible.spec Normal file
View File

@ -0,0 +1,55 @@
Name: ansible
Version: 2.9.4
Release: 1mamba
Summary: A radically simple IT automation system
Group: System/Libraries
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://www.ansible.com/
Source: https://pypi.debian.net/ansible/ansible-%{version}.tar.gz
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: libpython-devel
## AUTOBUILDREQ-END
Requires: python >= %python_version
Requires: PyYAML
Requires: python-paramiko
Requires: python-Jinja2
Provides: python-ansible
Obsoletes: python-ansible
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
%{summary}.
%if 0%{?with_pyver}
%pyver_package
%endif
%prep
%setup -q
%build
CFLAGS="%{optflags}" %{__python} setup.py build
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%{__python} setup.py install \
-O1 --skip-build \
--root="%{buildroot}" \
--install-headers=%{python_inc} \
--install-lib=%{python_sitearch} \
--record=%{name}.filelist
%files %{?pyappend} -f %{name}.filelist
%defattr(-,root,root)
%{python_sitearch}/ansible_test/_data/injector/ansible-inventory
%doc COPYING
%changelog
* Sun Feb 09 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 2.9.4-1mamba
- update to 2.9.4
* Thu May 03 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 2.5.2-1mamba
- package created using the webbuild interface