diff options
author | Jeremy Katz <katzj@redhat.com> | 2002-07-24 19:25:39 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2002-07-24 19:25:39 +0000 |
commit | de2352f33857e55a826852667f724189e041217a (patch) | |
tree | 8615c7ab713ba3854c48fe113a620c36949124e7 /whiteout.py | |
parent | 1e4564dc61d6ced3c93afb2d571fa294ef90721f (diff) | |
download | anaconda-de2352f33857e55a826852667f724189e041217a.tar.gz anaconda-de2352f33857e55a826852667f724189e041217a.tar.xz anaconda-de2352f33857e55a826852667f724189e041217a.zip |
more whiteout
Diffstat (limited to 'whiteout.py')
-rw-r--r-- | whiteout.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/whiteout.py b/whiteout.py index 2e290fe60..00d8d5da1 100644 --- a/whiteout.py +++ b/whiteout.py @@ -27,7 +27,8 @@ whiteout=""" initscripts>util-linux \ XFree86-libs>XFree86-Mesa-libGL \ mysql>perl-DBD-MySQL \ - ghostscript>gimp-print + ghostscript>gimp-print \ + bind>bind-utils """ rpm.addMacro("_dependency_whiteout", whiteout) |