From e6d712430be8d5c073d6a0ff4ec727d43e16ce33 Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Wed, 31 May 2023 15:49:42 +0100 Subject: [PATCH] man/os-release: Add VENDOR_NAME= and VENDOR_URL= keys to os-release These will be used in UIs to refer to the company or organization which produces the OS separately from referring to the OS itself. Signed-off-by: Philip Withnall Fixes: #27777 --- man/os-release.xml | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/man/os-release.xml b/man/os-release.xml index 6cc786acf9e..8deb12b1903 100644 --- a/man/os-release.xml +++ b/man/os-release.xml @@ -392,6 +392,35 @@ for light blue, or ANSI_COLOR="0;38;2;60;110;180" for Fedora blue. + + + VENDOR_NAME= + + The name of the OS vendor. This is the name of the organization or company which + produces the OS. This field is optional. + + This name is intended to be exposed in "About this system" UIs or software update UIs when + needed to distinguish the OS vendor from the OS itself. It is intended to be human readable. + + Examples: VENDOR_NAME="Fedora Project" for Fedora Linux, + VENDOR_NAME="Canonical" for Ubuntu. + + + + VENDOR_URL= + + The homepage of the OS vendor. This field is optional. The + VENDOR_NAME= field should be set if this one is, although clients must be + robust against either field not being set. + + The value should be in RFC3986 format, and should be + http: or https: URLs. Only one URL shall be listed in the + setting. + + Examples: VENDOR_URL="https://fedoraproject.org/", + VENDOR_URL="https://canonical.com/". +