Bug 634961
Summary: | Inconsistent spacewalk-report format of output when using different options | ||
---|---|---|---|
Product: | Red Hat Satellite 5 | Reporter: | Martin Minar <mminar> |
Component: | Server | Assignee: | Jan Pazdziora (Red Hat) <jpazdziora> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Martin Minar <mminar> |
Severity: | low | Docs Contact: | |
Priority: | high | ||
Version: | 540 | CC: | cperry, jhutar, mkoci, psklenar |
Target Milestone: | --- | Keywords: | Regression |
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | spacewalk-reports-1.2.2-2 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2010-10-28 14:46:36 UTC | Type: | --- |
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: | 487678 |
Description
Martin Minar
2010-09-17 12:52:54 UTC
This looks like a regression introduced by commit 92f09ae169b6697ae9ed2053ee99cea716e1fd88, in fix for bug 601984. That if outrow == None: - outrow = [ x for x in row ] + outrow = [ str(x) for x in row ] multival_dupes = {} change stringifies the None to "None". Fixed in Spacewalk master c2887fb7c6d7a2aa986d3e5a7e63e4c487624043. Tagged in upstream as spacewalk-reports-1.2.3-1. Cherry picked to Satellite master, a5283514b5762f950ffb444754ff9cbce8d6067d. Tagged and built as spacewalk-reports-1.2.2-2. The 5.4.0 RHN Satellite and RHN Proxy release has occurred. This issue has been resolved with this release. RHEA-2010:0801 - RHN Satellite Server 5.4.0 Upgrade https://rhn.redhat.com/rhn/errata/details/Details.do?eid=10332 RHEA-2010:0803 - RHN Tools enhancement update https://rhn.redhat.com/rhn/errata/details/Details.do?eid=10333 RHEA-2010:0802 - RHN Proxy Server 5.4.0 bug fix update https://rhn.redhat.com/rhn/errata/details/Details.do?eid=10334 RHEA-2010:0800 - RHN Satellite Server 5.4.0 https://rhn.redhat.com/rhn/errata/details/Details.do?eid=10335 Docs are available: http://docs.redhat.com/docs/en-US/Red_Hat_Network_Satellite/index.html Regards, Clifford |