Stages/dnf*.sbom.spdx: explicitly mention DNF version in the summary

Explicitly mention the used DNF version in the stage summary.

Signed-off-by: Tomáš Hozza <thozza@redhat.com>
This commit is contained in:
Tomáš Hozza 2024-12-18 06:23:56 +01:00 committed by Brian C. Lane
parent ee3f0ab59a
commit f173efea56
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
{ {
"summary": "Generate SPDX SBOM document for the installed packages.", "summary": "Generate SPDX SBOM document for the installed packages using DNF4.",
"description": [ "description": [
"The stage generates a Software Bill of Materials (SBOM) document", "The stage generates a Software Bill of Materials (SBOM) document",
"in SPDX v2 format for the installed RPM packages. DNF4 API is used", "in SPDX v2 format for the installed RPM packages. DNF4 API is used",

View file

@ -1,5 +1,5 @@
{ {
"summary": "Generate SPDX SBOM document for the installed packages.", "summary": "Generate SPDX SBOM document for the installed packages using DNF5.",
"description": [ "description": [
"The stage generates a Software Bill of Materials (SBOM) document", "The stage generates a Software Bill of Materials (SBOM) document",
"in SPDX v2 format for the installed RPM packages. DNF5 API is used", "in SPDX v2 format for the installed RPM packages. DNF5 API is used",