Hi, The changelogs currently come from 2 places: - Changelog / *.changes files in public_rpms dropboxes on d.l.o - koji, by querying http://koji.fedoraproject.org/koji/search?match=glob&type=build&terms=<package-version>
I think the kernel rpms are not build in Koji. If I look at the Changelog in dilinger's homedir I see many entries such as 'kernel-latest.i586.rpm'; unfortunately, these don't help much! I didn't think about fetching changelogs from the spec file in the .src.rpm, but I think I'll have some time to do that in the weekend. I just put the build announcer in a git repo at http://dev.laptop.org/git?p=users/rwh/announcer;a=summary, people interested in helping out are welcome. Cheers, Reinier Michael Stone wrote: >> Indeed. I did ask a while ago where the changelog entries actually >> should come from, and I got no reply AFAIR. The ones in the >> public_rpms dropboxes cover only a small portion of packages. >> > > The other place they come from is the RPM-level changelogs encoded in > the spec file. rpmdev-diff + a bit of filtering on the SRPMS is a quick > way to extract the necessary information. There may be better ways. > > Michael > > P.S. - Fedora's rawhide report already accomplishes this goal. Maybe > they have some code we can steal? > _______________________________________________ > Devel mailing list > [email protected] > http://lists.laptop.org/listinfo/devel > > -- Reinier Heeres Waalstraat 17 2515 XK Den Haag The Netherlands Tel: +31 6 10852639 _______________________________________________ Devel mailing list [email protected] http://lists.laptop.org/listinfo/devel
