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:
parent
ee3f0ab59a
commit
f173efea56
2 changed files with 2 additions and 2 deletions
|
|
@ -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": [
|
||||
"The stage generates a Software Bill of Materials (SBOM) document",
|
||||
"in SPDX v2 format for the installed RPM packages. DNF4 API is used",
|
||||
|
|
|
|||
|
|
@ -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": [
|
||||
"The stage generates a Software Bill of Materials (SBOM) document",
|
||||
"in SPDX v2 format for the installed RPM packages. DNF5 API is used",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue