cavaliergopher / rpm

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

feat: parse dependency versions #30

Closed abemedia closed 8 months ago

abemedia commented 10 months ago

Parse version string in dependencies into epoch, version & release.

This is technically a breaking change but I checked all the libraries importing this package on https://pkg.go.dev/github.com/cavaliergopher/rpm?tab=importedby and not one of them uses this so seems like a fairly safe change.