I have 2 rpms which are packaged at different times with same content. But there is a slight size difference (less than 10 bytes) between these two rpms.
I also tried extracting these rpms to verify its content using command "rpm2cpio ../myrpm.rpm | cpio -idmv". There was no difference in content.
I would like to know what caused to size difference in these rpms when their contents are same. Is it time at which packaging is done. If so, I would like to ignore time factor in generating rpms.
Let me know your suggestion.