pmatilai left a comment (rpm-software-management/rpm#3469)

APPEND has no effect on regions, it cannot. The immutable region is *immutable* 
so you cannot append anything into it.
The fix is to simply put the file signatures into the signature header before 
signing the package as a whole. The signing step pulls the signature header 
content into a contiguous region that gets written on disk then. I don't 
remember what exactly the signing server does (does it call rpmsign at some 
point or does it do all on its own) but clearly it gets this right, otherwise 
the normal signatures would have the same problem as well.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/rpm-software-management/rpm/issues/3469#issuecomment-2709683599
You are receiving this because you are subscribed to this thread.

Message ID: <rpm-software-management/rpm/issues/3469/2709683...@github.com>
_______________________________________________
Rpm-maint mailing list
Rpm-maint@lists.rpm.org
https://lists.rpm.org/mailman/listinfo/rpm-maint

Reply via email to