# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.659 2006/08/23 11:20:23 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/ChangeLog,v 1.660 2006/09/08 20:00:57 wolf31o2 Exp $
+
+ 08 Sep 2006; Chris Gianelloni <wolf31o2@gentoo.org>
+ modules/catalyst_support.py:
+ Added fix for bug #143348.
23 Aug 2006; Chris Gianelloni <wolf31o2@gentoo.org>
targets/support/livecdfs-update.sh:
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo/src/catalyst/modules/catalyst_support.py,v 1.74 2006/05/19 16:25:20 rocket Exp $
+# $Header: /var/cvsroot/gentoo/src/catalyst/modules/catalyst_support.py,v 1.75 2006/09/08 20:00:57 wolf31o2 Exp $
import sys,string,os,types,re,signal,traceback,time
#import md5,sha
hash=mylines[0]
short_file=os.path.split(mylines[1])[1]
a.close()
- result=header+hash+" "+short_file+"\n"
+ result=header+hash+" "+short_file+"\n"
if verbose:
print header+" (%s) = %s" % (short_file, result)
return result