summaryrefslogtreecommitdiffstats
path: root/whiteout.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2003-06-10 04:44:23 +0000
committerJeremy Katz <katzj@redhat.com>2003-06-10 04:44:23 +0000
commit6331b0b1c0f04ee6239dd188ada033a4dc3d56eb (patch)
tree13c9b5db3ec9e0aa885df9f9522f3d79448d5c05 /whiteout.py
parent5946f329b21dba0b77c100196412479e2d2ef5c6 (diff)
downloadanaconda-6331b0b1c0f04ee6239dd188ada033a4dc3d56eb.tar.gz
anaconda-6331b0b1c0f04ee6239dd188ada033a4dc3d56eb.tar.xz
anaconda-6331b0b1c0f04ee6239dd188ada033a4dc3d56eb.zip
merge changes from taroon since new rhpl in dist-10 will require them
Diffstat (limited to 'whiteout.py')
-rw-r--r--whiteout.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/whiteout.py b/whiteout.py
index 4df6eb173..d33bc4705 100644
--- a/whiteout.py
+++ b/whiteout.py
@@ -5,6 +5,7 @@
#
import rpm
+import rhpl.arch
# set DB_PRIVATE to make rpm happy... do it in here since we include
# this with all of the useful rpm bits
@@ -46,3 +47,8 @@ whiteout="""
"""
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")):
+ rpm.addMacro("_transaction_color", "3")