https://bugzilla.redhat.com/show_bug.cgi?id=1318988 --- Comment #35 from Severin Gehwolf <sgehwolf@xxxxxxxxxx> --- Thanks for the fixes! $ /usr/lib/jvm/java-1.8.0-openjdk-aarch32-1.8.0.91-1.160510.fc24.arm/bin/java -version openjdk version "1.8.0_91" OpenJDK Runtime Environment (build 1.8.0_91-160510) OpenJDK VM (build 25.91-b160510, interpreted mode) Reproducible sources: $ PROJECT_NAME=aarch32-port VERSION=jdk8u91-b14-aarch32-160510 REPO_NAME=jdk8u bash generate_source_tarball.sh $ ls aarch32-port-jdk8u-jdk8u91-b14-aarch32-160510.tar.xz $ md5sum aarch32-port-jdk8u-jdk8u91-b14-aarch32-160510.tar.xz 48d03c7467e8e69a2f87d6cdce0b0c6d aarch32-port-jdk8u-jdk8u91-b14-aarch32-160510.tar.xz $ md5sum path/to/srpm-tarball/aarch32-port-jdk8u-jdk8u91-b14-aarch32-160510.tar.xz 8a594be659a403b7cb623d83602cdd50 path/to/srpm-tarball/aarch32-port-jdk8u-jdk8u91-b14-aarch32-160510.tar.xz aarch32-port-jdk8u-jdk8u91-b14-aarch32-160510.tar.xz $ mkdir extracted; cd extracted $ tar -xf ../aarch32-port-jdk8u-jdk8u91-b14-aarch32-160510.tar.xz $ cd ../; mkdir extracted-srpm; cd extracted-srpm $ tar -xf path/to/srpm-tarball/aarch32-port-jdk8u-jdk8u91-b14-aarch32-160510.tar.xz $ cd .. $ diff -u -r extracted extracted-srpm <nothing> => good! So it seems one can regenerate the same sources even though checksums won't match (timestamps). This is OK as they can be checked manually as above. No further comments. Looks good to me! Thanks for your patience. -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component _______________________________________________ package-review mailing list package-review@xxxxxxxxxxxxxxxxxxxxxxx https://lists.fedoraproject.org/admin/lists/package-review@xxxxxxxxxxxxxxxxxxxxxxx