Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Description of problem:
Within the subscription-manager source code, there is a typo in src/subscription_manager/gui/data/ui/selectsla.ui that is making it's way through translation and into the rhsm.mo files....
<property name="label" translatable="yes">Awesome OS 14, Awesome OS 14 Super Edition, Awesome Middle Ware For Awesome App Platform Awesome Developer Editition</property>
TYPO IN "Editition"
This bug was caught by automated SpellCheckTests but is never seen by a customer. Using this bug to block the auto test. Severity is below low.
Version-Release number of selected component (if applicable):
[root@jsefler-6 ~]# rpm -q subscription-manager
subscription-manager-1.16.8-4.el6.x86_64
How reproducible:
Steps to Reproduce:
[root@jsefler-6 ~]# rpm -ql subscription-manager | grep rhsm.mo | tail -1
/usr/share/locale/zh_TW/LC_MESSAGES/rhsm.mo
[root@jsefler-6 ~]# msgunfmt --no-wrap /usr/share/locale/zh_TW/LC_MESSAGES/rhsm.mo -o /tmp/zh_TW-rhsm.po
[root@jsefler-6 ~]# grep Editition /tmp/zh_TW-rhsm.po
msgid "Awesome OS 14, Awesome OS 14 Super Edition, Awesome Middle Ware For Awesome App Platform Awesome Developer Editition"
Actual results:
"Editition"
Expected results:
"Edition"
Additional info:
Merged into upstream master as of the below commit. As it is before the branch for 6.9 this will be included in the rebase therefore moving to modified state.
commit cc68dafc5d2991fc501f3c424a65c33961411500
Author: William Poteat <wpoteat>
Date: Tue Apr 5 09:06:38 2016 -0400
1317613: Typo in selectsla.ui
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.
For information on the advisory, and where to find the updated
files, follow the link below.
If the solution does not work for you, open a new bug report.
https://rhn.redhat.com/errata/RHSA-2017-0698.html