From 44876b117d91673bcaddf2080d2085d9e33e61e7 Mon Sep 17 00:00:00 2001 From: Nils Philippsen Date: Thu, 15 Aug 2024 19:06:01 +0200 Subject: [PATCH] koji: Also remove python3-/rpmautospec pkgs These were only needed for the rpmautospec koji plugin. Signed-off-by: Nils Philippsen --- roles/koji_builder/tasks/main.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/roles/koji_builder/tasks/main.yml b/roles/koji_builder/tasks/main.yml index eb409233d0..7721e554b3 100644 --- a/roles/koji_builder/tasks/main.yml +++ b/roles/koji_builder/tasks/main.yml @@ -113,7 +113,10 @@ - name: remove koji builder rpmautospec plugin package: - name: koji-builder-plugin-rpmautospec + name: + - koji-builder-plugin-rpmautospec + - python3-rpmautospec + - rpmautospec state: absent when: env == 'staging' tags: