rpm diff display could be improved to avoid webpage display issues
If an rpm contains large numbers of files of which only a few are different, the resulting html output is large and doesn't get on well with web browsers. An example is:
vs.
which result in the following output (which is large and web browsers struggle with):
https://autobuilder.yocto.io/pub/repro-fail/oe-reproducible-20210309-lxwe1eiw/packages/diff-html/
That page also includes the diff for the same content as a deb and ipk but the problems are from the rpm differences. The issue is caused by the rpm file headers section for FILESIZES where it lists the file size changes but displays every file on a line of which there are many in this package. There is probably a better way to display this information.
The deb and ipk files are available above in the same urls under deploy/ipk and deploy/deb instead of deploy/rpm if needed.