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.

Bug 1780101

Summary: Module stream parfait:0.5 does not have correct module.md file
Product: Red Hat Enterprise Linux 8 Reporter: Honza Horak <hhorak>
Component: parfait-0.5-moduleAssignee: Nathan Scott <nathans>
Status: CLOSED ERRATA QA Contact: Jan Kurik <jkurik>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 8.2CC: agerstmayr, jkurik, mgoodwin, mnewsome, nathans, patrickm
Target Milestone: rcKeywords: Bugfix, Triaged
Target Release: 8.2Flags: pm-rhel: mirror+
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: No Doc Update
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2020-04-28 16:03:29 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: 1780081    

Description Honza Horak 2019-12-05 12:12:19 UTC
Based on the content in https://src.osci.redhat.com/modules/ant/raw/1.10-rhel-8.2.0/f/ant.yaml, the module stream ant:1.10 does not define 'name' and 'stream' properly in the module.md file. Reason for doing it was explained in
http://post-office.corp.redhat.com/archives/rhel-devel/2019-March/msg00612.html

Further documentation in RHEL-8 Developer Guide:
https://docs.google.com/document/d/1IFFvXKvNZpLWAMS9-870bahMMtsWru8QOCIREmkd_58/edit#heading=h.lln13r876joj

Building a module in MBS from production branches (those with rhel-x.y.q suffix) might result in a module ant:1.10-rhel-x.y.q instead of ant:1.10, which is sometimes not that obvious. It is more than recommended to fix the module.md file right away and avoid problems in the future.

Check the tracker https://bugzilla.redhat.com/show_bug.cgi?id=1780081 for more info.

Comment 1 Nathan Scott 2019-12-09 00:54:57 UTC
This is a straightforward module rebuild, no code changes - so (unless someone suggests otherwise) I propose we push this through in 8.2 ...

diff --git a/parfait.yaml b/parfait.yaml
index eebcf3a..2e4a58a 100644
--- a/parfait.yaml
+++ b/parfait.yaml
@@ -2,6 +2,8 @@
 document: modulemd
 version: 2
 data:
+  name: parfait
+  stream: 0.5
   summary: Parfait Module
   description: >-
     Parfait is a Java performance monitoring library that exposes and

Comment 5 errata-xmlrpc 2020-04-28 16:03:29 UTC
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://access.redhat.com/errata/RHBA-2020:1723