strongswan / swidGenerator

Application which generates SWID-Tags from Linux package managers like dpkg, rpm or pacman.
MIT License
16 stars 11 forks source link

Add --meta-for=package to store package information in Meta element #47

Closed adelton closed 6 years ago

adelton commented 6 years ago

Similar to architecture, the OS environment might not have any relevance to the package for which the SWID Tag is being produced -- I can generate Tag for Fedora (or even Ubuntu) package on RHEL or CentOS. With --meta-for=package it is possible to use <Meta .../> element for package information, also adding package summary information.

tobiasbrunner commented 6 years ago

Looks good to me. If Andreas has no objections I'd merge this to master.

adelton commented 6 years ago

Rebased on master to resolve conflict for each merge -> 80b3d1beff944e00954f0752829158e1c433644e.

tobiasbrunner commented 6 years ago

Applied to master. Thanks!