mirror of
https://pagure.io/fedora-comps.git
synced 2024-09-08 04:52:55 +02:00
5669c47f58
Signed-off-by: Carl George <carlwgeorge@gmail.com>
31 lines
1.3 KiB
XML
31 lines
1.3 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE comps PUBLIC "-//Red Hat, Inc.//DTD Comps info//EN" "comps.dtd">
|
|
<comps>
|
|
<!--
|
|
Note: This file must have at least one group, or else it will fail `make
|
|
validate` (which is run by `ci/validate-comps`).
|
|
-->
|
|
<!--
|
|
Note: If an environment in this file depends on a group (i.e. a groupid in
|
|
its grouplist) then that group must also be defined in this file. If it is
|
|
not, then pungi will remove it from the environment. Pungi will also remove
|
|
groups with an empty packagelist, so at least one package must be defined.
|
|
Groups that are duplicated between repos are merged, so it's safe for us to
|
|
duplicate groups here that already exist in CentOS/RHEL. If you are adding
|
|
an environment that depends on groups not yet defined in this file, also add
|
|
the groups it depends on, with at least one package from the CentOS/RHEL
|
|
group (ideally a package that is not expected to change).
|
|
|
|
https://pagure.io/releng/issue/10228
|
|
-->
|
|
<group>
|
|
<id>core</id>
|
|
<_name>Core</_name>
|
|
<_description>Minimal host installation</_description>
|
|
<default>false</default>
|
|
<uservisible>false</uservisible>
|
|
<packagelist>
|
|
<packagereq type="mandatory">filesystem</packagereq>
|
|
</packagelist>
|
|
</group>
|
|
</comps>
|