Project

Profile

Help

Issue #3460

Updated by bizhang about 6 years ago

Unlike Redhat, SUSE includes srpms in published errata.  

 Steps to recreate:  
 Sync and publish some errata with srpm packages: https://updates.suse.com/SUSE/Updates/SLE-SERVER/12-SP3/x86_64/update/ (some setup steps here: https://pulp.plan.io/issues/3377) 

 Note that published updateinfo.xml does not include any packages with arch='src' 

 @tanya tracked down the cause to here [0] where we only look at RPMs when creating a list of packages in a repo. 


 



 [0] https://github.com/pulp/pulp_rpm/blob/5602afc7ff2e9b77a5f1d5cb666abeb5e913bbec/plugins/pulp_rpm/plugins/distributors/yum/publish.py#L651 

Back