Description of problem: I updated it from U3 to U4. As a result, postfix improved the version from postfix-2.1.5 to postfix-2.2.10. When permission of the file(TLS_LICENS) changed, I receive the message. Version-Release number of selected component (if applicable): Red Hat Enterprise Linux 4 Update 4 (postfix-2.2.10-1.RHEL4.2) How reproducible: Always Steps to Reproduce: 1. up2date -u(up2date -u postfix) 2. rpm -V postfix 3. Actual results: # rpm -V postfix .M...... /etc/postfix/TLS_LICENSE Expected results: Additional info: It is a result of doing check as for the rpm package. # ls -l /etc/postfix/TLS_LICENSE -rw-r--r-- 1 root root 1629 May 10 21:20 /etc/postfix/TLS_LICENSE # cd /tmp; # rpm2cpio postfix-2.2.10-1.RHEL4.2.i386.rpm | cpio -id; # ls -l etc/postfix/TLS_LICENSE; -rwxr-xr-x 1 root root 1629 Aug 24 15:57 etc/postfix/TLS_LICENSE I think that a correct spec file becomes the following. # diff postfix.spec postfix.spec.org 454,455c454 < ##%attr(0755, root, root) %{postfix_config_dir}/TLS_LICENSE < %attr(0644, root, root) %{postfix_config_dir}/TLS_LICENSE --- > %attr(0755, root, root) %{postfix_config_dir}/TLS_LICENSE
*** This bug has been marked as a duplicate of 195450 ***