craigwblake / redline

Pure Java Rpm Library
http://redline-rpm.org
MIT License
128 stars 97 forks source link

No archive size >4GB supported #138

Open StefanZ8n opened 5 years ago

StefanZ8n commented 5 years ago

I am creating RPMs with large files (2GB chunks which add up to > 4GB) via gradle-ospackage-plugin which works fine, but the archive size flows over (INT32 problem I guess).

I vote for redline to support 64 bit integers for all file sizes which is supported by RPM.