diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2020-06-17 15:35:15 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2020-06-17 15:35:15 (EDT) |
commit | bfc7779226363e0d0e720fa29ee341844644283d (patch) | |
tree | 3b28bd44b7553dc494c2e9191e52d23fbd3af0fb | |
parent | b41e9492f5234c24ddfc8e9cb791a2bf8459099e (diff) |
SPF 2.0: Split boot section from utils
-rw-r--r-- | specs/spf-2.0/fields.mdwn | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/specs/spf-2.0/fields.mdwn b/specs/spf-2.0/fields.mdwn index 00ecdf8..11cfbe8 100644 --- a/specs/spf-2.0/fields.mdwn +++ b/specs/spf-2.0/fields.mdwn @@ -66,6 +66,8 @@ The fields in the binary package metadata are: related to the specified section. The value may be any one of the following: + - The string `boot` for packages containing only boot loaders, kernel + images, and device firmware; - The string `dbg` for packages containing only debugging symbols; - The string `dev` for packages containing only utilities used to build other packages, such as distribution package build utilities, compilers, @@ -82,7 +84,7 @@ The fields in the binary package metadata are: - The string `share` for packages containing only architecture-independent data; and - The string `utils` for packages containing only executable files, such as - utilities, binaries run by other programs, kernel images, or boot loaders. + utilities and binaries run by other programs. No packages may declare any relationships (via `Depends`, `Recommends`, etc.) with packages in sections `dbg`, `doc`, or `locale`. Only binary |