| 49 | * [source:SCDB/trunk/utils/misc/comps2pan.xsl comps2pan.xsl]: add an option to allow to select which kernel RPM to use to identify the kernel RPM. |
| 50 | * ''Story: Since SL5.5, `kernel-xen` is used as the default kernel in `comps.xml`. As a result, `comps2pan.xsl` is not able to locate the kernel entry in `comps.xml` list and there is no kernel entry (using `KERNEL_xxx` variables) in the generated template.'' |
| 51 | * Rewrite in Python `rpmUpdates.pl` and `rpmErrata.pl` to make it easier to use YUM API to identify the most recent RPM available. |
| 52 | * ''Story: original version of these scripts where using a custom huristics to find out the most recent version of each RPM. This heuristics proved to be very fragile. YUM API (`rpmUtils.miscutils`) provides a function to do this more reliably but calling it from a Perl script result in a ugly result...'' |