Feature #16712
closedUnable to upload source RPM packages
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1378442
Description of problem:
There's a pulp error being thrown on uploading a srpm to a yum repository:
"Katello::Errors::PulpError: PLP0047: The importer yum_importer indicated a failed response when uploading rpm unit to repository"
syslog:
http://paste.fedoraproject.org/432536/47454676
Looks like Pulp does support srpm but satellite most probably calls pulp in a way as it was RPM.
- as a (negative) bonus, the task stays in Paused state and blocks all further tasks related to the product (and can't be cancelled).
How reproducible:
always
Steps to Reproduce:
1. create a custom product
2. create a custom YUM repository
3. upload some source RPM file to the repo.
Actual results:
Katello::Errors::PulpError: PLP0047: The importer yum_importer indicated a failed response when uploading rpm unit to repository
Expected results:
There should either be a rpm/srpm flag or Satellite should figure out the type of the file and trigger an appropriate action.