The fix in #403 left some RPM Headers unfixed, most notably changelog* (because those are lists). This patch makes use of fixEncodingRecurse to make sure all heades get encoded correctly.
Signed-off-by: Patrick Uiterwijk puiterwijk@redhat.com
I'm afraid, that this patch will not change anything inside koji (look to getRPMHeaders usage), but can be beneficial for outside users. Problems with changelogs are probably in getChangelogEntries call, so I would add here at least last commit from https://pagure.io/fork/tkopecek/koji/commits/fix403a
getRPMHeaders
getChangelogEntries
@tkopecek On the contrary: this patch (in addition to the already merged #403) fixes the problem thoroughly for me.
Ok, let's start with this one.
sure
Commit 871062bf fixes this pull-request
Pull-Request has been merged by mikem@redhat.com
The fix in #403 left some RPM Headers unfixed, most notably changelog* (because those are lists).
This patch makes use of fixEncodingRecurse to make sure all heades get encoded correctly.
Signed-off-by: Patrick Uiterwijk puiterwijk@redhat.com