summaryrefslogtreecommitdiffstats
path: root/whiteout.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2002-12-16 20:50:31 +0000
committerJeremy Katz <katzj@redhat.com>2002-12-16 20:50:31 +0000
commita8b4e8b6a041663d8a67d075101bd44c84041c0e (patch)
treea1b965d4cb1a35f393070813433ecba0247d662d /whiteout.py
parentb23198893463a137a9ec039377eb35dece703196 (diff)
downloadanaconda-a8b4e8b6a041663d8a67d075101bd44c84041c0e.tar.gz
anaconda-a8b4e8b6a041663d8a67d075101bd44c84041c0e.tar.xz
anaconda-a8b4e8b6a041663d8a67d075101bd44c84041c0e.zip
whiteout glibc-debug dep on glibc-devel to avoid package order going to hell
Diffstat (limited to 'whiteout.py')
-rw-r--r--whiteout.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/whiteout.py b/whiteout.py
index 155f0141b..ecf105ec7 100644
--- a/whiteout.py
+++ b/whiteout.py
@@ -37,7 +37,8 @@ whiteout="""
perl>perl-Filter \
coreutils>pam \
perl>mrtg \
- perl-Date-Calc>perl-Bit-Vector
+ perl-Date-Calc>perl-Bit-Vector \
+ glibc-debug>glibc-devel
"""
rpm.addMacro("_dependency_whiteout", whiteout)