cavaliergopher / rpm

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

feat: header range #31

Closed abemedia closed 10 months ago

abemedia commented 1 year ago

When using this library to generate YUM repos from RPM files, the primary.xml file needs the header range in package/format/rpm:header-range, so I added a method to Package to get this.

abemedia commented 11 months ago

@cavaliercoder any chance of getting this (and my other two PRs) merged?