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 <dennis@ausil.us>
This commit is contained in:
Dennis Gilmore 2015-12-02 08:51:18 -06:00
parent a2ace9e05c
commit e9699b7327
1 changed files with 1 additions and 2 deletions

View File

@ -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":