Hide Forgot
Description of problem: When the command rpm -V tomcat6 is run, the verifies test is run on /var/log/tomcat6/catalina.out, its fails. Version-Release number of selected component (if applicable): tomcat6-6.0.24-94.el6_7.x86_64 How reproducible: Always Steps to Reproduce: 1. Install tomcat6 on RHEL 6 2. Start the tomcat6 service 3. run #rpm -V tomcat6 Actual results: S.5....T. /var/log/tomcat6/catalina.out Expected results: Additional info:Catalina.out should pass verification or not be included
I think it's probably a good idea to ignore changes to the log file :) This is a very easy/simple fix using RPM's %verify directive (http://www.rpm.org/max-rpm/s1-rpm-inside-files-list-directives.html) in the spec. The output format can be reviewed online (http://www.rpm.org/max-rpm/s1-rpm-verify-output.html); I'll remove the size, md5sum, and mtime checks and leave the user/group ones in place.
Created attachment 1147362 [details] proposed patch
*** Bug 1327325 has been marked as a duplicate of this bug. ***
Previously fixed via RHSA-2016:2045, see bug 1357123.