From a2eed8a98f1c6d3ae5793c3800069cdc825fbab2 Mon Sep 17 00:00:00 2001 From: Nathan Cutler Date: Wed, 17 Jan 2024 12:46:57 +0100 Subject: [PATCH 1/2] obs_source_management: fix xref in Generating SBOM section The document said "check the buid config documentation", but this was not clear to readers. Fixes: https://github.com/openSUSE/obs-docu/issues/314 Signed-off-by: Nathan Cutler --- xml/obs_source_management.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/xml/obs_source_management.xml b/xml/obs_source_management.xml index bb6e77a8..60f9c074 100644 --- a/xml/obs_source_management.xml +++ b/xml/obs_source_management.xml @@ -51,7 +51,8 @@ Generating SBOM (Software Bill Of Material) Data OBS 2.11 can produce and publish additional SPDX data for certain build types. - Please check the build config documentation for the sbom flag. + Please check for + sbom:FORMAT (under BuildFlags). From 86101c399d2c280e77fd18e045f57fbc8b1ad5c2 Mon Sep 17 00:00:00 2001 From: Nathan Cutler Date: Wed, 17 Jan 2024 13:46:48 +0100 Subject: [PATCH 2/2] obs_source_management: improve text of "Generating SBOM" Readers might not be aware that telling OBS to "produce and publish additional SPDX data" is done via the project configuration. Signed-off-by: Nathan Cutler --- xml/obs_source_management.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/xml/obs_source_management.xml b/xml/obs_source_management.xml index 60f9c074..c2ca674e 100644 --- a/xml/obs_source_management.xml +++ b/xml/obs_source_management.xml @@ -51,7 +51,8 @@ Generating SBOM (Software Bill Of Material) Data OBS 2.11 can produce and publish additional SPDX data for certain build types. - Please check for + This is controlled via the project configuration. For details, refer to + for sbom:FORMAT (under BuildFlags).