[PATCH] fix for broken "nevra already in HeaderList" test

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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
 

[Index of Archives]     [Kickstart]     [Fedora Users]     [Fedora Legacy List]     [Fedora Maintainers]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]
  Powered by Linux