#449 Make sure to fix encoding all RPM Headers
Merged by mikem. Opened by puiterwijk.
puiterwijk/koji fix403  into  master

Download 449.patch

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

@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.

Commit 871062bf fixes this pull-request

Pull-Request has been merged by mikem@redhat.com

Metadata