Description of problem: postfix.spec file has wrong file permissions for %{postfix_config_dir}/TLS_LICENSE (should be 0644, not 0755). Version-Release number of selected component (if applicable): How reproducible: When you verify the rpm (rpm --verify postfix), it complains that the mode is incorrect on /etc/postfix/TLS_LICENSE: .M...... /etc/postfix/TLS_LICENSE Steps to Reproduce: 1. rpm --verify postfix 2. ls -l /etc/postfix/TLS_LICENSE 3. Actual results: Expected results: Additional info:
Created attachment 127007 [details] Fix the file attributes for %{postfix_config_dir}/TLS_LICENSE
This is such an easy fix. Why has it not shown up in rawhide in over 4 months? # rpm -V postfix .M...... /etc/postfix/TLS_LICENSE Of course postfix will fix your bug upon install. But please make the packaged perms match what the postfix author intends. # grep TLS_LICENSE /etc/postfix/postfix-files $config_directory/TLS_LICENSE:f:root:-:644
Fixed in devel in package postfix-2.3.3-1 or newer.