import rhc-worker-playbook-0.1.8-4.el9_1

i9c changed/i9c/rhc-worker-playbook-0.1.8-4.el9
MSVSphere Packaging Team 2 years ago
parent c73ca3ec6c
commit 2b8124f5de

@ -1,11 +1,11 @@
From 5160370b7a6603c0dce486ff3805403fc6986a28 Mon Sep 17 00:00:00 2001 From 1f417d0241af6fd15697da55ed3f44c655567f7e Mon Sep 17 00:00:00 2001
From: Jeremy Audet <audet.jeremy@pm.me> From: Jeremy Audet <audet.jeremy@pm.me>
Date: Thu, 4 Aug 2022 17:38:51 -0400 Date: Thu, 4 Aug 2022 17:38:51 -0400
Subject: [PATCH] Do not busy-wait when playbook is running Subject: [PATCH] Do not busy-wait when playbook is running
Resolves: rhbz#2137008 JIRA: RHELPLAN-130334
Resolves: rhbz#2115848
See: https://issues.redhat.com/browse/RHELPLAN-130334
(cherry picked from commit 579a67fba5ea60543a72b118e5644206c6ba720b) (cherry picked from commit 579a67fba5ea60543a72b118e5644206c6ba720b)
--- ---
rhc_worker_playbook/server.py | 1 + rhc_worker_playbook/server.py | 1 +

@ -1,10 +1,10 @@
From 99437c7cf5811b3840d6138227724a702c0812bb Mon Sep 17 00:00:00 2001 From cd4ceb514130328a0365688ce9ace7bf8cde0103 Mon Sep 17 00:00:00 2001
From: Derek Horton <dehort@redhat.com> From: Derek Horton <dehort@redhat.com>
Date: Fri, 5 Aug 2022 15:02:37 -0500 Date: Fri, 5 Aug 2022 15:02:37 -0500
Subject: [PATCH] Use thread.join(timeout) to avoid busy waiting and simplify Subject: [PATCH] Use thread.join(timeout) to avoid busy waiting and simplify
interval event posting logic interval event posting logic
Resolves: rhbz#2137008 Resolves: rhbz#2115848
(cherry picked from commit 478930cca7a8d4acf21aef0715e42052315cb24e) (cherry picked from commit 478930cca7a8d4acf21aef0715e42052315cb24e)
--- ---

@ -4,7 +4,7 @@
Name: rhc-worker-playbook Name: rhc-worker-playbook
Version: 0.1.8 Version: 0.1.8
Release: 2%{?dist} Release: 4%{?dist}
Summary: Python worker for Red Hat connector that launches Ansible Runner Summary: Python worker for Red Hat connector that launches Ansible Runner
License: GPLv2+ License: GPLv2+
URL: https://github.com/redhatinsights/rhc-worker-playbook 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 Patch0002: 0002-Do-not-busy-wait-when-playbook-is-running.patch
Patch0003: 0003-Use-thread.join-timeout-to-avoid-busy-waiting-and-si.patch Patch0003: 0003-Use-thread.join-timeout-to-avoid-busy-waiting-and-si.patch
%{?__python3:Requires: %{__python3}} %{?__python3:Requires: %{__python3}}
Requires: insights-client Requires: insights-client
Requires: python3dist(requests) Requires: python3dist(requests)
@ -124,16 +123,21 @@ mkdir -p %{buildroot}%{_localstatedir}/log/rhc-worker-playbook/ansible/
* Wed Mar 15 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 0.1.8-1 * Wed Mar 15 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 0.1.8-1
- Rebuilt for MSVSphere 9.1. - Rebuilt for MSVSphere 9.1.
* Mon Oct 24 2022 Gael Chamoulaud <gchamoul@redhat.com> 0.1.8-2 * 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#2137008) - Use thread.join(timeout) to avoid busy waiting and simplify interval event posting logic (rhbz#2115848)
- Do not busy-wait when playbook is running (rhbz#2137008)
* 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 * Mon Feb 20 2022 Gaël Chamoulaud <gchamoul@redhat.com> - 0.1.8-1
- Patch to fix Execute Playbook Asynchronously (RHBZ#2056862) - Patch to fix Execute Playbook Asynchronously (RHBZ#2056861)
* Thu Feb 17 2022 Alba Hita <ahitacat@redhat.com> - 0.1.8-0 * Thu Feb 16 2022 Alba Hita <ahitacat@redhat.com> - 0.1.8-0
- Fix: Bump ansible-runner to 2.1.1 and dependencies in vendor (RHBZ#2053212) - Fix: Bump ansible-runner to 1.1.1 and dependencies in vendor (RHBZ#2053212)
- Upload new rhc-worker-playbook-0.1.8.tar.gz source - 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 * Thu Feb 03 2022 Gaël Chamoulaud <gchamoul@redhat.com> - 0.1.7-0
- Add Ansible community general and ansible.posix Collections - Add Ansible community general and ansible.posix Collections

Loading…
Cancel
Save