From 12c4a233540855bd5c3f91b8cb2bec74f520574f Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Jan 23 2023 14:32:02 +0000 Subject: import rhc-worker-playbook-0.1.8-4.el9_1 --- diff --git a/SOURCES/0002-Do-not-busy-wait-when-playbook-is-running.patch b/SOURCES/0002-Do-not-busy-wait-when-playbook-is-running.patch index 6676d0d..679cbac 100644 --- a/SOURCES/0002-Do-not-busy-wait-when-playbook-is-running.patch +++ b/SOURCES/0002-Do-not-busy-wait-when-playbook-is-running.patch @@ -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 Date: Thu, 4 Aug 2022 17:38:51 -0400 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) --- rhc_worker_playbook/server.py | 1 + diff --git a/SOURCES/0003-Use-thread.join-timeout-to-avoid-busy-waiting-and-si.patch b/SOURCES/0003-Use-thread.join-timeout-to-avoid-busy-waiting-and-si.patch index 659706f..b5154fc 100644 --- a/SOURCES/0003-Use-thread.join-timeout-to-avoid-busy-waiting-and-si.patch +++ b/SOURCES/0003-Use-thread.join-timeout-to-avoid-busy-waiting-and-si.patch @@ -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 Date: Fri, 5 Aug 2022 15:02:37 -0500 Subject: [PATCH] Use thread.join(timeout) to avoid busy waiting and simplify interval event posting logic -Resolves: rhbz#2137008 +Resolves: rhbz#2115848 (cherry picked from commit 478930cca7a8d4acf21aef0715e42052315cb24e) --- diff --git a/SPECS/rhc-worker-playbook.spec b/SPECS/rhc-worker-playbook.spec index 1f1a1c4..63252ce 100644 --- a/SPECS/rhc-worker-playbook.spec +++ b/SPECS/rhc-worker-playbook.spec @@ -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 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 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 0.1.8-3 +- Do not busy-wait when playbook is running (rhbz#2115848) + +* Mon Mar 14 2022 Gaël Chamoulaud - 0.1.8-2 +- Add DROP-IN-RPM patches_ignore rule for rdopkg -* Mon Feb 21 2022 Gaël Chamoulaud - 0.1.8-1 -- Patch to fix Execute Playbook Asynchronously (RHBZ#2056862) +* Mon Feb 20 2022 Gaël Chamoulaud - 0.1.8-1 +- Patch to fix Execute Playbook Asynchronously (RHBZ#2056861) -* Thu Feb 17 2022 Alba Hita - 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 - 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 - 0.1.7-0 - Add Ansible community general and ansible.posix Collections