<p>Well I'm not sure the people at centos are making the mistake. I've seen this happen using some errata sync scripts. Basicly the errata sync script finds an rpm with a name that matches the errata in a different base channel and republishes it to the wrong base channel. It usually causes the redhat. Packages to get published to centos and or scientific linux channels.</p>

<div class="gmail_quote">On Aug 20, 2012 8:43 AM, "Franky Van Liedekerke" <<a href="mailto:liedekef@telenet.be">liedekef@telenet.be</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi all,<br>
<br>
I manage, amongst other things, also CentOS channels in spacewalk. But sometimes the people at CentOS mess up and they push redhat updates in the CentOS channels. Of course these fail to install since the redhat GPG key is not installed for CentOS servers.<br>

Now I wrote a small script that attempts to find these packages, but here the problems begin:<br>
<br>
- the API call channel.software.<u></u>listAllPackages never returns the vendor or content provider (apparently the content provider is based on the signed GPG key), so I do a packages.getDetails call. But this call only gives me the vendor. Apperently some packages for CentOS still have redhat marked as vendor, so I'm not able to use this.<br>

- second try: doing the API call packages.search.<u></u>advancedWithChannel. This should return me the content provider, but since I can't search on the provider field, or I can't seem to search on a wildcard in the name field, this doesn't give me a list of the packages I want either<br>

<br>
So my question is now: is there a method to get a list of all packages in a channel belonging to a specific "content provider"?<br>
<br>
Franky<br>
<br>
______________________________<u></u>_________________<br>
Spacewalk-list mailing list<br>
<a href="mailto:Spacewalk-list@redhat.com" target="_blank">Spacewalk-list@redhat.com</a><br>
<a href="https://www.redhat.com/mailman/listinfo/spacewalk-list" target="_blank">https://www.redhat.com/<u></u>mailman/listinfo/spacewalk-<u></u>list</a><br>
</blockquote></div>