From 0e2d18ef3dcfc3f25c1f5f1b32cb5288ef8907e9 Mon Sep 17 00:00:00 2001 From: Gary O'Neall Date: Mon, 18 Nov 2024 17:18:09 -0800 Subject: [PATCH 1/3] Proposal to allow any patch version for Lite specVersion Field This is to resolve https://github.com/spdx/spdx-3-model/blob/main/model/Lite/Lite.md Signed-off-by: Gary O'Neall --- docs/annexes/spdx-lite.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/annexes/spdx-lite.md b/docs/annexes/spdx-lite.md index 19740c2501..ef5c40328a 100644 --- a/docs/annexes/spdx-lite.md +++ b/docs/annexes/spdx-lite.md @@ -121,7 +121,7 @@ Additionally: - Mandatory 1. created 1. createdBy (may be multiple), SHOULD be objects of type /Core/Agent - 1. specVersion, MUST be a fixed string, “3.0.1”. + 1. specVersion, MUST be a fixed string, “3.0.*” - where * is any supported dot version of the SPDX specification. - Recommended 1. comment From d24416e9e737815b0ef625ec0b75dc6447ad2a9a Mon Sep 17 00:00:00 2001 From: Gary O'Neall Date: Sat, 23 Nov 2024 11:17:45 -0800 Subject: [PATCH 2/3] Update docs/annexes/spdx-lite.md Co-authored-by: Arthit Suriyawongkul Signed-off-by: Gary O'Neall --- docs/annexes/spdx-lite.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/annexes/spdx-lite.md b/docs/annexes/spdx-lite.md index ef5c40328a..63923f42c6 100644 --- a/docs/annexes/spdx-lite.md +++ b/docs/annexes/spdx-lite.md @@ -121,7 +121,7 @@ Additionally: - Mandatory 1. created 1. createdBy (may be multiple), SHOULD be objects of type /Core/Agent - 1. specVersion, MUST be a fixed string, “3.0.*” - where * is any supported dot version of the SPDX specification. + 1. specVersion, MUST be a fixed string, “3.0.*” - where * is any supported dot version of the SPDX specification - Recommended 1. comment From a403d5db77169898f09e2a8ffb92515201e7ee82 Mon Sep 17 00:00:00 2001 From: Gary O'Neall Date: Sat, 23 Nov 2024 11:18:58 -0800 Subject: [PATCH 3/3] Update docs/annexes/spdx-lite.md Signed-off-by: Gary O'Neall --- docs/annexes/spdx-lite.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/annexes/spdx-lite.md b/docs/annexes/spdx-lite.md index 63923f42c6..78418740f6 100644 --- a/docs/annexes/spdx-lite.md +++ b/docs/annexes/spdx-lite.md @@ -121,7 +121,7 @@ Additionally: - Mandatory 1. created 1. createdBy (may be multiple), SHOULD be objects of type /Core/Agent - 1. specVersion, MUST be a fixed string, “3.0.*” - where * is any supported dot version of the SPDX specification + 1. specVersion, MUST be a fixed string, “3.0.*” - where * is any supported patch version of the SPDX specification - Recommended 1. comment