From: William Douglas Date: Mon, 25 Mar 2013 21:07:49 +0000 (-0700) Subject: man/os-release: Add BUILD_ID field X-Git-Tag: v200~7 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=f0b647223ded79068dd1d92da329d2ea95527590 man/os-release: Add BUILD_ID field BUILD_ID is a fairly generic field used to identify the system image that was used to install the distribution. --- diff --git a/man/os-release.xml b/man/os-release.xml index 98320efe3..45babd61b 100644 --- a/man/os-release.xml +++ b/man/os-release.xml @@ -298,6 +298,28 @@ BUG_REPORT_URL="https://bugzilla.redhat.com/" + + BUILD_ID= + + A string uniquely + identifying the system image used as + the origin for a distribution (it is + not updated with system updates). The + field can be identical between + different VERSION_IDs as BUILD_ID is + an only a unique identifier to a + specific version. Distributions that + release each update as a new version + would only need to use VERSION_ID as + each build is already distinct based + on the VERSION_ID. This field is + optional. Example: + BUILD_ID="2013-03-20.3" + or + BUILD_ID=201303203. + + +