From e9699b732733477ab242e30f69747bb601144a5a Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Wed, 2 Dec 2015 08:51:18 -0600 Subject: [PATCH] remove glibc32 from the runroot tasks a workaround has been put in place on os's that need it. dnf errors when a package is listed that is not available. breaking rawhide composes. Signed-off-by: Dennis Gilmore --- pungi/phases/buildinstall.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pungi/phases/buildinstall.py b/pungi/phases/buildinstall.py index 1a297755..1d7ffc54 100644 --- a/pungi/phases/buildinstall.py +++ b/pungi/phases/buildinstall.py @@ -317,8 +317,7 @@ class BuildinstallThread(WorkerThread): task_id = None if runroot: # run in a koji build root - # glibc32 is needed by yaboot on ppc64 - packages = ["glibc32", "strace"] + packages = ["strace"] if buildinstall_method == "lorax": packages += ["lorax"] elif buildinstall_method == "buildinstall":