parsing - Fedora Package Changelogs -
Do anybody find a good place to find the changelog for Fedora packages? I am looking to parse some of these changes and I have difficulty finding anything reliable.
My current thinking is to parse RPM spec files for that data, which I'm interested in (date, version #, etc.), but I do not have any good pre-existing libraries to do this. Can find In addition, the Fidela website outlines the standards for these modifications: * Date Developer_Name Version_NUM - Entries
However, in my findings, many specific files are incompatible within this format and the miss field (usually The version
yum information or rpm -qip & Lt; packagename & gt; You can try to parse. If you have special Need something from the change log form, try again yum-changelog plugin or rpm -q --changelog & lt; packagename & gt; . (Not sure , But when using the yum-changelog it can add that information to the SQLite database used by yum. Then you can simply query that information.) I do not know of any kind of web service that you can gather this information.
Comments
Post a Comment