add an ugly workaround so that repo_write knows how to deal with filelist extensions
authorMichael Schroeder <mls@suse.de>
Thu, 13 Jun 2013 16:35:39 +0000 (18:35 +0200)
committerMichael Schroeder <mls@suse.de>
Thu, 13 Jun 2013 16:35:39 +0000 (18:35 +0200)
commit8243f6d9275395544baa614e8788596fb11c5d34
tree3073f5bb338fd3510f773a320356430cad3ca398
parent447861e13eb1c2053ae9eb5a2c1bc36691a923cb
add an ugly workaround so that repo_write knows how to deal with filelist extensions

See BUGS file. Without that patch, repo_write wrote both the filelist in the
primary data and the full filelists, resulting in a broken solv file. Now, the
filelist from the primary file will not be written.
Note that this is just a bad workaround and should be fixed completely different.
See BUGS file.
src/repo_write.c