What were you trying to do that didn't work?
The MR with the bumping of the rhc release didn't update the release version of rhc and didn't include the entry in the changelog.
What is the impact of this issue to you?
Please provide the package NVR for which the bug is seen:
rhc-0.2.7-1.el9_8
How reproducible is this bug?:
Always
Steps to reproduce
- Setup RHEL 9.8 system
- Install rhc-0.2.7-1.el9_8 from https://brewweb.engineering.redhat.com/brew/buildinfo?buildID=3960672
- rpm -q rhc
- rpm -q --changelog rhc
Expected results
# rpm -q rhc rhc-0.2.7-2.el9_8.x86_64 # rpm -q --changelog rhc * Thu Feb 26 2026 Peter Koprda <pkoprda@redhat.com> - 0.2.7-2 - Resolves: RHEL-140560 - Resolves: RHEL-146045 - Resolves: RHEL-149647 * Mon Apr 21 2025 Joe VLcek <jvlcek@redhat.com> - 0.2.7-1 - Update rhc to 0.2.7 (RHEL-85040) - Update embedded yggdrasil to 0.2.7 ...
Actual results
# rpm -q rhc rhc-0.2.7-1.el9_8.x86_64 # rpm -q --changelog rhc * Mon Apr 21 2025 Joe VLcek <jvlcek@redhat.com> - 0.2.7-1 - Update rhc to 0.2.7 (RHEL-85040) - Update embedded yggdrasil to 0.2.7 ...