|
|
|
@ -4,7 +4,7 @@
|
|
|
|
|
|
|
|
|
|
Name: rhc-worker-playbook
|
|
|
|
|
Version: 0.1.8
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Release: 4%{?dist}
|
|
|
|
|
Summary: Python worker for Red Hat connector that launches Ansible Runner
|
|
|
|
|
License: GPLv2+
|
|
|
|
|
URL: https://github.com/redhatinsights/rhc-worker-playbook
|
|
|
|
@ -19,7 +19,6 @@ Patch0001: 0001-fix-Execute-playbook-asynchronously.patch
|
|
|
|
|
Patch0002: 0002-Do-not-busy-wait-when-playbook-is-running.patch
|
|
|
|
|
Patch0003: 0003-Use-thread.join-timeout-to-avoid-busy-waiting-and-si.patch
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%{?__python3:Requires: %{__python3}}
|
|
|
|
|
Requires: insights-client
|
|
|
|
|
Requires: python3dist(requests)
|
|
|
|
@ -121,16 +120,21 @@ mkdir -p %{buildroot}%{_localstatedir}/log/rhc-worker-playbook/ansible/
|
|
|
|
|
%doc
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Oct 24 2022 Gael Chamoulaud <gchamoul@redhat.com> 0.1.8-2
|
|
|
|
|
- Use thread.join(timeout) to avoid busy waiting and simplify interval event posting logic (rhbz#2137008)
|
|
|
|
|
- Do not busy-wait when playbook is running (rhbz#2137008)
|
|
|
|
|
* Thu Oct 20 2022 Gael Chamoulaud <gchamoul@redhat.com> 0.1.8-4
|
|
|
|
|
- Use thread.join(timeout) to avoid busy waiting and simplify interval event posting logic (rhbz#2115848)
|
|
|
|
|
|
|
|
|
|
* Fri Aug 05 2022 Gael Chamoulaud <gchamoul@redhat.com> 0.1.8-3
|
|
|
|
|
- Do not busy-wait when playbook is running (rhbz#2115848)
|
|
|
|
|
|
|
|
|
|
* Mon Mar 14 2022 Gaël Chamoulaud <gchamoul@redhat.com> - 0.1.8-2
|
|
|
|
|
- Add DROP-IN-RPM patches_ignore rule for rdopkg
|
|
|
|
|
|
|
|
|
|
* Mon Feb 21 2022 Gaël Chamoulaud <gchamoul@redhat.com> - 0.1.8-1
|
|
|
|
|
- Patch to fix Execute Playbook Asynchronously (RHBZ#2056862)
|
|
|
|
|
* Mon Feb 20 2022 Gaël Chamoulaud <gchamoul@redhat.com> - 0.1.8-1
|
|
|
|
|
- Patch to fix Execute Playbook Asynchronously (RHBZ#2056861)
|
|
|
|
|
|
|
|
|
|
* Thu Feb 17 2022 Alba Hita <ahitacat@redhat.com> - 0.1.8-0
|
|
|
|
|
- Fix: Bump ansible-runner to 2.1.1 and dependencies in vendor (RHBZ#2053212)
|
|
|
|
|
- Upload new rhc-worker-playbook-0.1.8.tar.gz source
|
|
|
|
|
* Thu Feb 16 2022 Alba Hita <ahitacat@redhat.com> - 0.1.8-0
|
|
|
|
|
- Fix: Bump ansible-runner to 1.1.1 and dependencies in vendor (RHBZ#2053212)
|
|
|
|
|
- Upload new rhc-worker-playbook-1.1.8.tar.gz source
|
|
|
|
|
|
|
|
|
|
* Thu Feb 03 2022 Gaël Chamoulaud <gchamoul@redhat.com> - 0.1.7-0
|
|
|
|
|
- Add Ansible community general and ansible.posix Collections
|
|
|
|
|