[Yum-devel] [PATCH] Some sqlite-fixes

Panu Matilainen pmatilai at welho.com
Tue Mar 1 21:10:40 UTC 2005


On Tue, 2005-03-01 at 23:00 +0200, Panu Matilainen wrote:

> Tried this, doesn't *seem* to break anything, eg filename-operations
> still worked as expected in the couple of tests I did :)

> @@ -119,8 +127,8 @@
>              for ob in cur.fetchall():
>                  found = True
>                  dirname = ob['filelist.dirname']
> -                filetypes = ob['filelist.filetypes'].split('|')[1:-1]
> -                filenames = ob['filelist.filenames'].split('|')[1:-1]
> +                filetypes = ob['filelist.filetypes'].split('/')[1:]
> +                filenames = ob['filelist.filenames'].split('/')[1:]

Oh crap, reminds me of never editing patches manually :) Oh well... this
part clashes with the earlier patch anyway.

	- Panu -




More information about the Yum-devel mailing list