Richterrettich / rpm-rs

A pure rust library for building and parsing RPM's
Other
39 stars 18 forks source link

Add tags to support RPMS >4GB #51

Closed rohan-b99 closed 2 years ago

rohan-b99 commented 2 years ago

Hi,

I encountered the error InvalidTag { raw_tag: 270, store_type: "IndexSignatureTag" } when trying to parse a .rpm larger than 4GB. Adding these tags in fixed it, I'm not sure yet if any other parts need changing.

Richterrettich commented 2 years ago

Thank you!