jfrog / build-info-go

build-info-go is a Go library and a CLI, which allows generating build-info for a source code project.
https://www.buildinfo.org
Apache License 2.0
61 stars 34 forks source link

Add support for dnf/yum #84

Open bracketttc opened 2 years ago

bracketttc commented 2 years ago

Is your feature request related to a problem? Please describe. I develop C/C++ applications and my build dependencies are installed by the system package manager, but I would still like to track those using build-info.

Describe the solution you'd like to see A wrapper mode similar to the one for pip would be nice.

Describe alternatives you've considered It may also be possible to implement as a yum plugin.