cavaliergopher / rpm

A Go implementation of the RPM file format
BSD 3-Clause "New" or "Revised" License
169 stars 44 forks source link

FileInfo: Add Digest and Linkname methods #14

Closed matthewrsj closed 6 years ago

matthewrsj commented 6 years ago

Signed-off-by: Matthew Johnson matthew.johnson@intel.com

These methods are required for use in https://github.com/clearlinux/diva. It is simple enough to implement this on our own but it would be much cleaner (and allow us to read the RPM only once) if this library exposed this information.

matthewrsj commented 6 years ago

Thanks for your quick response!