cavaliergopher / rpm

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

Add some more RPM data #20

Closed vmagro closed 4 years ago

vmagro commented 4 years ago

There was some flags and dependency types that exist as RPM tags, but where not defined in this library. This PR imports more dependency flags, adds support for file flags (such as %ghost) and completes the definitions for dependencies, adding methods for suggests, enhances, recommends and supplements.

cavaliercoder commented 4 years ago

Excellent, thanks!

vmagro commented 4 years ago

Thanks!