diff options
author | Bill Nottingham <notting@redhat.com> | 2005-03-02 21:41:53 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2005-03-02 21:41:53 +0000 |
commit | 054a11f30c2dbb3ec37622dc9e0da18d22b16705 (patch) | |
tree | 3400013ca0ebc2983ee3031b6f126be9ac36a582 | |
parent | a59fd0554d0a7bbdc55aa5a6697f91b5817adc69 (diff) | |
download | anaconda-054a11f30c2dbb3ec37622dc9e0da18d22b16705.tar.gz anaconda-054a11f30c2dbb3ec37622dc9e0da18d22b16705.tar.xz anaconda-054a11f30c2dbb3ec37622dc9e0da18d22b16705.zip |
Empty upgrade blacklist
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | upgrade.py | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,3 +1,7 @@ +2005-03-02 Bill Nottingham <notting@redhat.com> + + * upgrade.py: Empty blacklist (#142893) + 2005-03-01 Peter Jones <pjones@redhat.com> * anaconda/isys/gzlib/binding.c anaconda/isys/devnodes.c anaconda/isys/lang.c anaconda/isys/isys.c anaconda/isys/pdc.c diff --git a/upgrade.py b/upgrade.py index bdcfbd6cb..2da06a6ba 100644 --- a/upgrade.py +++ b/upgrade.py @@ -35,7 +35,7 @@ from product import productName from rhpl.log import log from rhpl.translate import _ -upgrade_remove_blacklist = ("linuxconf", "linuxconf-devel", "gnome-linuxconf") +upgrade_remove_blacklist = () def findRootParts(intf, id, dispatch, dir, chroot): if dir == DISPATCH_BACK: |