Michael Schroeder

Results 148 comments of Michael Schroeder

Other than that adding a way to specify the compression type is legit. Even if SUSE will not make use of this.

It should not need XML::Parser.

Oh wait, the rpmmd parser uses it. Hmm, it's probably not that useful on debian, but I think adding it as recommends does not hurt.

Would that be without the ascii armor?

I don't think this is the correct fix. The `remoteurl` and `remoteproject` elements must be set in a remote project. So I guess there's a bug somewhere else.

Also not that setting remoteproject or remoteurl to `''` will just lead to a different error. Where do you see warnings about uninitialized values? They do not happen on our...

They are normal rpms with just a different payload, so they can be signed as well. I don't know about Fedora, but SUSE signs the generated delta rpms. As they...

The signatures of a delta rpm are in its signature header, that's why they match the deltarpm payload and not the original rpm payload. The exception is the new RPMTAG_PAYLOADDIGEST/RPMTAG_PAYLOADDIGESTALGO...

You're supposed to use rpm to check the signature of the delta rpm. (Also note that the repodata usually contains a checksum for the delta rpm, so it's more like...