Created attachment 1331382 [details] Differences between rpm and zip Description of problem: There are some differences between rpm and zip distribution in files tomcat-coyote.jar and catalina.jar Version-Release number of selected component (if applicable): Steps to Reproduce: 1. install EWS from RPMs 2. install EWS from ZIP 3. check different jar files Actual results: difference in jar files, see attachment tomcat_differences.txt Expected results: no difference inside jar files Additional info: see tomcat_differences.txt
Isn't it actually expected? RPM naturally contains just the diff since the last change, i.e. Bundle 1 -> Bundle 2, whereas zip distribution contains all the changes GA -> Bundle 1 -> Bundle 2 as it is a cumulative zip... WDYT? Did you check that?