Looking at the changelog for Fedora's kernel RPM package, we see many entries for .rc* tags, which are for kernel release candidates. On non-Rawhide versions of Fedora, I don't think these ever correspond to stable releases. However, they're still present in the changelogs, which means they count against the package in chunkah's stability calculation.
I'm not sure how difficult it would be to address this in chunkah, but would it be possible to somehow filter these release tags out from the stability calculation and only count changelog entries that correspond to actual releases? Of course, it would probably have to be configurable, since those entries should be counted if the image is based on Fedora Rawhide. There may also be other packages with a similar issue; I'm not aware of any other than the kernel, but I haven't looked very hard.
Looking at the changelog for Fedora's kernel RPM package, we see many entries for
.rc*tags, which are for kernel release candidates. On non-Rawhide versions of Fedora, I don't think these ever correspond to stable releases. However, they're still present in the changelogs, which means they count against the package in chunkah's stability calculation.I'm not sure how difficult it would be to address this in chunkah, but would it be possible to somehow filter these release tags out from the stability calculation and only count changelog entries that correspond to actual releases? Of course, it would probably have to be configurable, since those entries should be counted if the image is based on Fedora Rawhide. There may also be other packages with a similar issue; I'm not aware of any other than the kernel, but I haven't looked very hard.