Go to file
Dennis Gilmore 0c34ec44e1 add sort target to Makefile and sort
As people are always getting things out of order in comps. add a make
target that sorts all the comps files, this way people can just run
"make sort" when making changes, and we can add a jenkins job that
will fail and mark a PR as bad for unsorted commits. As the comps
files are really badly sorted now there is some massive change for
EOL comps fils in here. but the run is needed so we can pass going
forward

Signed-off-by: Dennis Gilmore <dennis@ausil.us>
2017-04-11 19:21:30 -05:00
.tx
po
.gitignore
comps-cleanup.xsl
comps-el4.xml.in
comps-el5.xml.in
comps-el6.xml.in
comps-epel7.xml.in
comps-f7.xml.in
comps-f8.xml.in
comps-f9.xml.in
comps-f10.xml.in
comps-f11.xml.in
comps-f12.xml.in
comps-f13.xml.in
comps-f14.xml.in add sort target to Makefile and sort 2017-04-11 19:21:30 -05:00
comps-f15.xml.in add sort target to Makefile and sort 2017-04-11 19:21:30 -05:00
comps-f16.xml.in add sort target to Makefile and sort 2017-04-11 19:21:30 -05:00
comps-f17.xml.in add sort target to Makefile and sort 2017-04-11 19:21:30 -05:00
comps-f18.xml.in add sort target to Makefile and sort 2017-04-11 19:21:30 -05:00
comps-f19.xml.in add sort target to Makefile and sort 2017-04-11 19:21:30 -05:00
comps-f20.xml.in
comps-f21.xml.in add sort target to Makefile and sort 2017-04-11 19:21:30 -05:00
comps-f22.xml.in
comps-f23.xml.in
comps-f24.xml.in
comps-f25.xml.in sort comps files using 2017-03-01 15:58:17 -06:00
comps-f26.xml.in add sort target to Makefile and sort 2017-04-11 19:21:30 -05:00
comps-f27.xml.in add sort target to Makefile and sort 2017-04-11 19:21:30 -05:00
comps.dtd
comps.rng
Makefile add sort target to Makefile and sort 2017-04-11 19:21:30 -05:00
README.md
update-comps

Fedora Comps

comps is a XML file used by various Fedora tools to perform grouping of packages into functional groups.

How comps is used

Installation

comps is used by the installer during package selection. At the Default Packages dialog , the user can choose to Customize Now, displaying the Category Selection dialog.

In the category selection dialog , categories (as defined by the category keyword in comps.xml) are listed down the left-hand side. If a category is selected, any groups in that category with uservisible set are displayed in the right-hand pane. Groups have an icon associated with them. These icons come from the comps-extras package; icons are read from /usr/share/pixmaps/comps/<group-id>.png. If an icon does not exist for a group id, the one for the category that the group is in is used.

Once a group is selected, clicking the Optional Packages button shows the Package Selection dialog.

In any group, there are four levels of packages: optional, default, mandatory, and conditional:

  • optional are not automatic but can be checked
  • default are, but can be unchecked in a gui tool
  • mandatory are always brought in (if group is selected), and not visible in the Package Selection dialog.
  • conditional are brought in if their requires package is installed

Usually optional is the way, however if you feel that your package deserves a default or required level bring it up for discussion on the development lists. Remember that this has effect on whether or not your package winds up on distribution media such as Live images and spins.

Running System

In dnf, groups are used by dnf groupinstall and dnf groupremove commands, and can be queried with dnf grouplist command.

In PackageKit (Add / Remove Software) the upper left quadrant shows Package collections. When this is clicked, the grouping information is loaded from the configured software repositories, and the complete list of groups, stripped from their categories, are shown in the right hand pane. Selecting a group for installation causes only the default packages within the group to be installed.

Developing comps

git clone ssh://git@pagure.io/fedora-comps.git

Tree, Release, and Image Composition

The kickstart files in fedora-kickstarts use the group definitions from comps to compose images and release trees.

For more info

For more information, including rules on how and when to edit comps, see the Fedora project wiki.

Bugs against comps can be filed in bugzilla.