From bfc7779226363e0d0e720fa29ee341844644283d Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Wed, 17 Jun 2020 15:35:15 -0400 Subject: SPF 2.0: Split boot section from utils --- 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 -- cgit v0.9.1