Is this what defines the format of the archive that rpm will use? Can I set the path with option to cpio, e.g. from http://www.gnu.org/software/cpio/manual/cpio.html if I use cpio --format=tar the maximum size of archive can be 8589934591 bytes? For creating a very large rpm, cpio limits the size of the archive, would this solve the issue?
[I m building a large package, size is large primarily due to large numpy array object, and get cpio:bad magic error; as of now cannot deploy it as service hence package it with rpm; any suggestions on best approach?]
