Description of problem: I forgot to add the bz number to a changelog entry for https://bugzilla.redhat.com/show_bug.cgi?id=1944243, and I cannot push a fix without a bz with release+ and ITR=9-beta. Version-Release number of selected component (if applicable): 0.4-7 How reproducible: The spec file has a mistake every time I open it :) Steps to Reproduce: 1. vim redfish-finder.spec Actual results: a line that has: bzxxxxxxx Expected results: it should say: bz1944243 Additional info: No code change necessary, see: https://gitlab.com/redhat/centos-stream/rpms/redfish-finder/-/merge_requests/1
Verified with redfish-finder-0.4-8.el9. :::::::::::: :: Before :: :::::::::::: [root@localhost ~]# rpm -q redfish-finder redfish-finder-0.4-7.el9.noarch [root@localhost ~]# rpm -q --changelog redfish-finder | grep -A1 0.4-6 * Fri Mar 26 2021 Joel Savitz <jsavitz> - 0.4-6 - Fix parsing HostConfig for DHCP (bzXXXXXXX) ::::::::::: :: After :: ::::::::::: [root@localhost ~]# rpm -q redfish-finder redfish-finder-0.4-8.el9.noarch [root@localhost ~]# rpm -q --changelog redfish-finder | grep -A1 0.4-6 * Fri Mar 26 2021 Joel Savitz <jsavitz> - 0.4-6 - Fix parsing HostConfig for DHCP (bz1944243)