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 2019967 - dns-server group definition is missing from the comps.xml
Summary: dns-server group definition is missing from the comps.xml
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 8
Classification: Red Hat
Component: releng
Version: 8.5
Hardware: All
OS: All
unspecified
high
Target Milestone: rc
: ---
Assignee: EXD SP RHEL Compose team
QA Contact: Release Test Team
URL:
Whiteboard:
Depends On:
Blocks: 2022261 2022262 2022263 2022264
TreeView+ depends on / blocked
 
Reported: 2021-11-03 18:03 UTC by jcastran
Modified: 2022-05-10 15:29 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
: 2022261 2022262 2022263 2022264 2024866 (view as bug list)
Environment:
Last Closed: 2022-05-10 14:53:13 UTC
Type: Bug
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Bugzilla 1685959 1 None None None 2021-11-03 18:03:45 UTC
Red Hat Issue Tracker RHELPLAN-101674 0 None None None 2021-11-03 18:07:08 UTC
Red Hat Product Errata RHBA-2022:1984 0 None None None 2022-05-10 14:53:52 UTC

Description jcastran 2021-11-03 18:03:46 UTC
The server-product-environment and the graphical-server-environemnt both list `dns-server` as a group. The dns-server definition is  missing from the repodata.

The groups can still be installed but there is an informational message that the dns-server group is missing.

This is fixed in 8 but we need this fixed in 8.0-8.5 as well.
 

 

$ yum groupinfo graphical-server-environment
 Environment Group: Server with GUI
 Description: An integrated, easy-to-manage server with a graphical interface.
 no group 'dns-server' from environment 'graphical-server-environment'
 Mandatory Groups:# grep dns-server /var/cache/dnf/ -r
 <snip>
$ vim /var/cache/dnf/rhel-8-for-x86_64-appstream-rpms-9d3886b51bb367d7/repodata/gen/groups.xml
 <environment>
 <id>server-product-environment</id>
 ....
 <optionlist>
 <groupid>dns-server</groupid>
 
But the group itself is not defined anywhere. It should exist as evident here:

 

$ grep '<id>dns-server' -B 1 -A 11 comps-rhel-8.4.0.xml.in
  
 <group variant="AppStream">
 <id>dns-server</id>
 <_name>DNS Name Server</_name>
 <_description>This package group allows you to run a DNS name server (BIND) on the system.</_description>
 <default>false</default>
 <uservisible>false</uservisible>
 <packagelist>
 <packagereq type="default">bind-chroot</packagereq>
 <packagereq type="optional">bind</packagereq>
 <packagereq type="optional">ldns</packagereq>
 <packagereq type="optional">unbound</packagereq>
 </packagelist>
 </group>


https://issues.redhat.com/browse/RHELCMP-7062

Comment 9 errata-xmlrpc 2022-05-10 14:53:13 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 (redhat-release 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-2022:1984


Note You need to log in before you can comment on or make changes to this bug.