rebuilt to fix version of python3dist(ansible-core) provide [release 2.13.3-2mamba;Thu Aug 25 2022]
This commit is contained in:
parent
58b1359892
commit
e4a8e246e7
@ -1,7 +1,7 @@
|
|||||||
%define with_pyver 310
|
%define with_pyver 310
|
||||||
Name: ansible-core
|
Name: ansible-core
|
||||||
Version: 2.12.5
|
Version: 2.13.3
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: A radically simple IT automation system
|
Summary: A radically simple IT automation system
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -19,6 +19,7 @@ BuildRequires: python3.10dist(jinja2)
|
|||||||
BuildRequires: python3.10dist(packaging)
|
BuildRequires: python3.10dist(packaging)
|
||||||
BuildRequires: python3.10dist(pyyaml)
|
BuildRequires: python3.10dist(pyyaml)
|
||||||
BuildRequires: python3.10dist(resolvelib)
|
BuildRequires: python3.10dist(resolvelib)
|
||||||
|
BuildRequires: python3.10dist(setuptools)
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -36,7 +37,7 @@ Obsoletes: ansible-core < 2.12.4-2mamba
|
|||||||
%prep
|
%prep
|
||||||
%setup -q -n ansible-core-%{version}
|
%setup -q -n ansible-core-%{version}
|
||||||
#%patch0 -p1
|
#%patch0 -p1
|
||||||
%patch1 -p1 -b .resolvelib-0.8.1
|
#%patch1 -p1 -b .resolvelib-0.8.1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export ANSIBLE_SKIP_CONFLICT_CHECK=1
|
export ANSIBLE_SKIP_CONFLICT_CHECK=1
|
||||||
@ -57,11 +58,26 @@ sed -i "/ /d" %{name}.filelist
|
|||||||
|
|
||||||
%files %{?pyappend} -f %{name}.filelist
|
%files %{?pyappend} -f %{name}.filelist
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%dir %{python_sitearch}/ansible_core-%{version}-py*.egg-info
|
%dir %{python_sitearch}/ansible_core-*-py*.egg-info
|
||||||
%{python_sitearch}/ansible_core-%{version}-py*.egg-info/*
|
%{python_sitearch}/ansible_core-*-py*.egg-info/*
|
||||||
%doc COPYING
|
%doc COPYING
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Aug 25 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 2.13.3-2mamba
|
||||||
|
- rebuilt to fix version of python3dist(ansible-core) provide
|
||||||
|
|
||||||
|
* Tue Aug 16 2022 Automatic Build System <autodist@mambasoft.it> 2.13.3-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Tue Jul 19 2022 Automatic Build System <autodist@mambasoft.it> 2.13.2-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Tue Jun 21 2022 Automatic Build System <autodist@mambasoft.it> 2.13.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Fri May 20 2022 Automatic Build System <autodist@mambasoft.it> 2.13.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Tue Apr 26 2022 Automatic Build System <autodist@mambasoft.it> 2.12.5-1mamba
|
* Tue Apr 26 2022 Automatic Build System <autodist@mambasoft.it> 2.12.5-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user