diff options
author | Jeremy Katz <katzj@redhat.com> | 2002-07-02 04:51:27 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2002-07-02 04:51:27 +0000 |
commit | 1b5cb65752940ce58333f72dc3d5b8ca78727739 (patch) | |
tree | 83aa21757a8ac7b0ac0aaacfc1204aaddfa89b7d | |
parent | 5ba73f4eb51996320f20c92817cd1ebf23b095aa (diff) | |
download | anaconda-1b5cb65752940ce58333f72dc3d5b8ca78727739.tar.gz anaconda-1b5cb65752940ce58333f72dc3d5b8ca78727739.tar.xz anaconda-1b5cb65752940ce58333f72dc3d5b8ca78727739.zip |
snip the dependency loops
-rw-r--r-- | whiteout.py | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/whiteout.py b/whiteout.py index d416abf4d..2e290fe60 100644 --- a/whiteout.py +++ b/whiteout.py @@ -23,7 +23,11 @@ whiteout=""" ghostscript-fonts>ghostscript \ usermode>util-linux \ control-center>xscreensaver \ - kdemultimedia-arts>kdemultimedia-libs + kdemultimedia-arts>kdemultimedia-libs \ + initscripts>util-linux \ + XFree86-libs>XFree86-Mesa-libGL \ + mysql>perl-DBD-MySQL \ + ghostscript>gimp-print """ rpm.addMacro("_dependency_whiteout", whiteout) |