Patch attached. -- Matt Wilson rpath, Inc. msw@xxxxxxxxx
Index: hdrlist.py =================================================================== RCS file: /usr/local/CVS/anaconda/hdrlist.py,v retrieving revision 1.39 diff -u -r1.39 hdrlist.py --- hdrlist.py 24 Aug 2005 17:48:43 -0000 1.39 +++ hdrlist.py 7 Oct 2005 17:23:00 -0000 @@ -244,7 +244,7 @@ nevrastr = nevra(h) name = h['name'] - if self.pkgs.has_key(nevra): + if self.pkgs.has_key(nevrastr): log.info("Have more than one copy of %s, skipping" %(nevrastr,)) continue