On 10/05/2016 03:15 PM, Endi Sukma Dewata wrote:
The CMake scripts have been modified to store compiled Java classes
in separate folders for each JAR files to avoid duplicates.
https://fedorahosted.org/pki/ticket/2505
_______________________________________________
Pki-devel mailing list
Pki-devel(a)redhat.com
https://www.redhat.com/mailman/listinfo/pki-devel
ACK
As it was reported that a runtime test had been conducted on all of the
RPMS, I simply did the following simple sanity test:
* built pki-core, consolidated the RPMS, extracted all of the jar
files from the RPMS, and unzipped the jar files to obtain manifests
o ran various 'grep -F -x -f pki-cms.jar.manifest
pki-ca.jar.manifest' to denote duplicate files within jars
* applied the patch
* built pki-core, consolidated the RPMS, extracted all of the jar
files from the RPMS, and unzipped the jar files to obtain manifests
* performed a diff on the original manifest versus the new manifest
o the only file which had changed was the pki-cms.jar.manifest
(which had all of its duplicates removed)
o ran various 'grep -F -x -f pki-cms.jar.manifest
pki-ca.jar.manifest' to denote that pki-cms.jar contained no
more duplicate files