On openSUSE Factory

Anders F Björklund afb at algonet.se
Sun Nov 2 01:46:39 PST 2008


Felix Miata wrote:

>>> Where's the right place to report and track these bugs?
>
>> https://bugs.launchpad.net/smart and/or openSUSE bugzilla.
>
> Since I have no way to know the problems aren't SUSE deps, and  
> since I only
> use Smart on SUSE, and since I don't like Launchpad, I went to  
> Novell's Bugzilla:
>
> https://bugzilla.novell.com/show_bug.cgi?id=440837
> https://bugzilla.novell.com/show_bug.cgi?id=440840
>
> They weren't received particularly well.

Sorry to hear that they don't support the packages...

Launchpad is now the official bug tracker for Smart,
but you can of course mention them on this list too.

The MD5 should probably move to a helper routine,
so that it works with both md5 and hashlib modules.
(hashlib replaced md5 in Python version 2.5, but
Smart needs to work with old version 2.3 as well...)

import md5 -> import hashlib
md5.md5 -> hashlib.md5

The other fetch/checksum bug is less straightforward.

--anders




More information about the Smart mailing list