de231064b7
All use cases that are actually used by pungi-koji are tested. There is missing coverage for * keeping only items with matching arch * not reindenting the file These aren't currently used and should be removed in the future, but there may be other tools depending on the comps_filter executable. Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
20 lines
599 B
XML
20 lines
599 B
XML
<?xml version='1.0' encoding='UTF-8'?>
|
|
<!DOCTYPE comps PUBLIC "-//Red Hat, Inc.//DTD Comps info//EN" "comps.dtd">
|
|
<comps>
|
|
<group>
|
|
<id>core</id>
|
|
<name>Core</name>
|
|
<name xml:lang="af">Kern</name>
|
|
<description>Smallest possible installation</description>
|
|
<description xml:lang="af">Kleinste moontlike installasie</description>
|
|
<default>true</default>
|
|
<uservisible>false</uservisible>
|
|
<packagelist>
|
|
<packagereq>Dummy-firefox</packagereq>
|
|
</packagelist>
|
|
</group>
|
|
<langpacks>
|
|
<match install="LabPlot-doc-%s" name="LabPlot-doc"/>
|
|
</langpacks>
|
|
</comps>
|