From: Prarit Bhargava on gitlab.com https://gitlab.com/cki-project/kernel-ark/-/merge_requests/1636#note_860202807 Thanks for the feedback on this. I badly assumed there had been a model change but with the information I see that the test was actually trying to correctly report a bug. Here's the reason this happens. redhat/Makefile:337 tags the builds with $(STAMP_VERSION)-$(PREBUILD)$(BUILD)$(BUILDID) which resolves to $(KVERSION)-$(PREBUILD)$(BUILD)$(BUILDID) and redhat/genspec.sh:38 tags the changelog with "$RPMVERSION-$PKGRELEASE" which resolves to ${KVERSION}.${KPATCHLEVEL}-$(PREBUILD)$(BUILD)$(BUILDID) ie) ${KPATCHLEVEL} is left out of the build tag. I think STAMP_VERSION can also be dropped and $(KVERSION) used. I can fix this, but I'd like to fix this after we consider !1638 which I'm about to set as ready for review. _______________________________________________ kernel mailing list -- kernel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to kernel-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/kernel@xxxxxxxxxxxxxxxxxxxxxxx Do not reply to spam on the list, report it: https://pagure.io/fedora-infrastructure