Re: Createrepo error on update repo
Zdenek Pavlas <[email protected]> Mon, 12 Aug 2013 08:36:48 -0400 (EDT)
| Newsgroups | gmane.linux.rpm.metadata |
|---|---|
| Message-ID | <[email protected]> |
> ## I am not sure if it is createrepo sending bad data to YUM api or YUM api > sending bad data to sqlite: It's a bug in SuSE-specific code (_dump_suggests_and_recommends) that we don't have upstream. It's a bug in the .rpm => .xml dump. This happens *before* sqlite gets involved. > File "/usr/lib64/python2.7/site-packages/yum/packages.py", line 1186, in > _dump_suggests_and_recommends > names = self.hdr[rpm.RPMTAG_SUGGESTSNAME]