<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN">
<html><body>
<p>On 2013-01-15 08:18, Pierre Casenove wrote:</p>
<blockquote type="cite" style="padding-left:5px; border-left:#1010ff 2px solid; margin-left:5px; width:100%">
<div dir="ltr">Hello Paul,
<div>Thanks, now the script works.</div>
<div>But, I think that there is still an issue though, sorry!</div>
<div>First, a question about options "rewritereleasefrom" and "rewritereleaseto":  centos does not publish all their packages with a modified release. Does your script searches for the regular release (1.el6 for example), and if it fails, searches for the alternate release (1.el6.centos)? Or does it searches only for the alternate release?</div>
<div>Now, the bug I found. Take errata RHSA-2013:0144 published for firefox. It is associated with the following packages:</div>
<div>
<div>firefox-10.0.12-1.el6_3.i686.rpm</div>
<div>firefox-10.0.12-1.el6_3.x86_64.rpm</div>
<div>xulrunner-10.0.12-1.el6_3.i686.rpm</div>
<div>xulrunner-10.0.12-1.el6_3.x86_64.rpm </div>
<div>xulrunner-devel-10.0.12-1.el6_3.i686.rpm</div>
<div>xulrunner-devel-10.0.12-1.el6_3.x86_64.rpm</div>
<div>Notice that the release is set to "1.el6-3". </div>
<div>Centos have published the following packages:</div>
<div>
<div>firefox-10.0.12-1.el6.centos.i686</div>
<div>firefox-10.0.12-1.el6.centos.x86_64</div>
<div>xulrunner-10.0.12-1.el6.centos.i686</div>
<div>xulrunner-10.0.12-1.el6.centos.x86_64</div>
<div>xulrunner-devel-10.0.12-1.el6.centos.i686</div>
<div>xulrunner-devel-10.0.12-1.el6.centos.x86_64</div>
</div>
</div>
<div>The release is only "1.el6.centos".</div>
</div>
</blockquote>
<div>That's exactly why I don't like to base my info for CentOS errata on Redhat errata. I always said to get CentOS errata from the CentOS mailing list (see my github for the script) and optionally go to Redhat for extra info (like the description).<br />I NEVER rely on the fact that Redhat and CentOS provide the same errata packages (or heck, even keep the same errata numbers).<br />For those interested, my script  does get the info from the CentOS mailing list (from the digest, to minimize traffic), and can optionally connect to RHN for extra info. Also no problem with proxies, and the same script can be used for Redhat and CentOS errata. See https://github.com/liedekef/spacewalk_scripts<br /><br />Franky</div>
<div> </div>
</body></html>