Bug 874816
Summary: | String Updates: Consumer -> Unit/System | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 6 | Reporter: | Matt Reid <mreid> |
Component: | subscription-manager | Assignee: | Alex Wood <awood> |
Status: | CLOSED ERRATA | QA Contact: | IDM QE LIST <seceng-idm-qe-list> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 6.4 | CC: | alikins, awood, jsefler |
Target Milestone: | rc | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | subscription-manager-1.1.7-1 | Doc Type: | Release Note |
Doc Text: |
In Red Hat Enterprise Linux 6.4, several strings have been renamed in Subscription Manager:
subscribe was renamed to attach
auto-subscribe was renamed to auto-attach
unsubscribe was renamed to remove
consumer was renamed to system or unit
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2013-02-21 09:00:19 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: | |||
Bug Depends On: | |||
Bug Blocks: | 771481, 840993 |
Description
Matt Reid
2012-11-08 21:14:26 UTC
commit bb7094b45068165c8ebb9321b8e43f7f89c783c0 Author: Alex Wood <awood> Date: Fri Nov 9 22:08:43 2012 -0500 Rename metavars according to new terminology. commit 4351f21f4d0f9fc67a94d2c55367a0b1c0eb7864 Author: Alex Wood <awood> Date: Fri Nov 9 14:37:51 2012 -0500 874816: The word 'consumer' should be replaced with the word 'system' or 'unit'. Verifying Version.... [root@jsefler-6 ~]# rpm -q subscription-manager subscription-manager-1.1.16-1.el6.x86_64 Using one of the translated language files to verify the extracted msgids... [root@jsefler-6 ~]# cd /usr/share/locale/ja/LC_MESSAGES (In reply to comment #0) > #: ../src/subscription_manager/managercli.py:429 > msgid "Consumer certificates corrupted. Please reregister." > 1. "System certificates corrupted. Please reregister." [root@jsefler-6 LC_MESSAGES]# msgunfmt --no-wrap rhsm.mo | grep -i "corrupted" msgid "System certificates corrupted. Please reregister." VERIFIED > #: ../src/subscription_manager/managercli.py:487 > msgid "" > "Remove all local consumer and subscription data without affecting the > server" > 2. "Remove all local system and subscription data without affecting the > server." [root@jsefler-6 LC_MESSAGES]# msgunfmt --no-wrap rhsm.mo | grep -i "Remove all" msgid "Remove all local system and subscription data without affecting the server" msgid "Remove all or specific subscriptions from this system" msgid "remove all subscriptions from this system" VERIFIED > #: ../src/subscription_manager/managercli.py:845 > msgid "the type of consumer to register, defaults to system" > 3. "the type of unit to register, defaults to system" [root@jsefler-6 LC_MESSAGES]# msgunfmt --no-wrap rhsm.mo | grep -i "the type" msgid "the type of unit to register, defaults to system" VERIFIED > #: ../src/subscription_manager/managercli.py:847 > msgid "name of the consumer to register, defaults to the hostname" > 4. "name of the system to register, defaults to the hostname" (if this isn't > always referring to their system, it should be unit) [root@jsefler-6 LC_MESSAGES]# msgunfmt --no-wrap rhsm.mo | grep -i "name of the" msgid "name of the system to register, defaults to the hostname" VERIFIED > #: ../src/subscription_manager/managercli.py:849 > msgid "the existing consumer data is pulled from the server" > 5. the existing system data is pulled from the server (if this isn't always > referring to their system, it should be unit) [root@jsefler-6 LC_MESSAGES]# msgunfmt --no-wrap rhsm.mo | grep -i "the existing" msgid "the existing system data is pulled from the server" VERIFIED > #: ../src/subscription_manager/managercli.py:875 > msgid "Error: consumer name can not be empty." > 6. "Error: system name can not be empty" (if this isn't always referring to > their system, it should be unit) [root@jsefler-6 LC_MESSAGES]# msgunfmt --no-wrap rhsm.mo | grep -i "name can not be empty" msgid "Error: system name can not be empty." VERIFIED 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. http://rhn.redhat.com/errata/RHBA-2013-0350.html |