Bug 1951095

Summary: [Centos Stream 9] missing bz number in redfish-finder changelog
Product: Red Hat Enterprise Linux 9 Reporter: Joel Savitz <jsavitz>
Component: redfish-finderAssignee: Joel Savitz <jsavitz>
Status: CLOSED CURRENTRELEASE QA Contact: Jeff Bastian <jbastian>
Severity: low Docs Contact:
Priority: unspecified    
Version: 9.0CC: bstinson, core-kernel-mgr, jwboyer
Target Milestone: betaKeywords: Triaged
Target Release: 9.0 Beta   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: redfish-finder-0.4-8.el9 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2021-11-11 17:24:23 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Joel Savitz 2021-04-19 15:48:28 UTC
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

Comment 17 Jeff Bastian 2021-07-14 18:51:55 UTC
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)