Project

Profile

Help

Story #1156

Updated by bmbouter almost 8 years ago

Pulp doesn't support signature attribute for rpm packages. In upload process, signature should be extracted from rpm file. This will allow further package verification process based on the signature. 

 Suggested change is here: https://github.com/release-engineering/pulp_rpm/commit/f31f90d864fb884710d3da07a1b9644e98f04a53 

 This is just for the "sync" case. The "upload case" is moved 
 Also with verification method which prevents user from upload rpm with wrong signature (not allowed) to 1991.    https://pulp.plan.io/issues/1991 repository.

Back