summaryrefslogtreecommitdiffstats
path: root/whiteout.py
diff options
context:
space:
mode:
Diffstat (limited to 'whiteout.py')
-rw-r--r--whiteout.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/whiteout.py b/whiteout.py
index fb2b9fd15..5888a063e 100644
--- a/whiteout.py
+++ b/whiteout.py
@@ -57,5 +57,5 @@ rpm.addMacro("_dependency_whiteout", whiteout)
# ts coloring, more hacks to workaround #92285
if (rhpl.arch.canonArch.startswith("ppc64") or
- rhpl.arch.canonArch in ("s390x", "sparc64", "x86_64")):
+ rhpl.arch.canonArch in ("s390x", "sparc64", "x86_64", "ia64")):
rpm.addMacro("_transaction_color", "3")