Bug 1682943
| Summary: | lost a space between sentences due to an implicit string join | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 8 | Reporter: | John Sefler <jsefler> |
| Component: | subscription-manager | Assignee: | candlepin-bugs |
| Status: | CLOSED ERRATA | QA Contact: | Red Hat subscription-manager QE Team <rhsm-qe> |
| Severity: | low | Docs Contact: | |
| Priority: | low | ||
| Version: | 8.0 | CC: | arpandey, csnyder, redakkan |
| Target Milestone: | rc | Keywords: | EasyFix, Reopened, Triaged |
| Target Release: | --- | Flags: | pm-rhel:
mirror+
|
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | subscription-manager-1.28.15-1.el8 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2021-11-09 19:37:12 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
John Sefler
2019-02-25 21:43:13 UTC
After evaluating this issue, there are no plans to address it further or fix it in an upcoming release. Therefore, it is being closed. If plans change such that this issue will be fixed in an upcoming release, then the bug can be reopened. https://github.com/candlepin/subscription-manager/pull/2483 I accidentally added the space into the subscription-manager-1.28 branch and in this pull request I added a comment stating as much. If whoever reviews this wants me to remove the comment, please just let me know. pull request for the same change to the master branch https://github.com/candlepin/subscription-manager/pull/2484 pre-verifying on subscription-manager-1.28.15-1.el8.x86_64:
verification steps:
[root@hpe-dl380pgen8-02-vm-3 ~]# subscription-manager version
server type: Red Hat Subscription Management
subscription management server: Unknown
subscription management rules: Unknown
subscription-manager: 1.28.15-1.el8
[root@hpe-dl380pgen8-02-vm-3 ~]#
[root@hpe-dl380pgen8-02-vm-3 ~]# rpm -q python3-subscription-manager-rhsm
python3-subscription-manager-rhsm-1.28.15-1.el8.x86_64
[root@hpe-dl380pgen8-02-vm-3 ~]# rpm -qa --changelog subscription-manager | grep 1682943
- 1682943: put a blank space back into a comment to separate two sentences
- 1682943: put a blank space back into a comment to separate two sentences
[root@hpe-dl380pgen8-02-vm-3 ~]#
[root@hpe-dl380pgen8-02-vm-3 ~]# rpm -ql python3-subscription-manager-rhsm | grep connection.py
/usr/lib64/python3.6/site-packages/rhsm/connection.py
[root@hpe-dl380pgen8-02-vm-3 ~]# grep -C2 "Please review" /usr/lib64/python3.6/site-packages/rhsm/connection.py
raise RestlibException(response['status'],
("Unable to make a connection using SSL client certificate. "
"Please review proxy configuration and connectivity."), ^- fixed
response.get('headers'))
Verified : lost white space between the two sentences has been restored.
Verifying on :
===========
# subscription-manager version
server type: Red Hat Subscription Management
subscription management server: 3.2.18-1
subscription management rules: 5.41
subscription-manager: 1.28.16-1.el8
# rpm -qa --changelog subscription-manager | grep 1682943
- 1682943: put a blank space back into a comment to separate two sentences
- 1682943: put a blank space back into a comment to separate two sentences
# rpm -ql python3-subscription-manager-rhsm | grep connection.py
/usr/lib64/python3.6/site-packages/rhsm/connection.py
# grep -C2 "Please review" /usr/lib64/python3.6/site-packages/rhsm/connection.py
raise RestlibException(response['status'],
("Unable to make a connection using SSL client certificate. " <<-- ^^space has been added back
"Please review proxy configuration and connectivity."),
response.get('headers'))
Based on the above observation , moving the bug to 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 (subscription-manager bug fix and enhancement update), 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://access.redhat.com/errata/RHBA-2021:4390 |