Description of problem: /etc/sudoers is meant to be changed from what's originally installed, so it should not be checked when doing rpm -V. Version-Release number of selected component (if applicable): sudo-1.6.9p12-1.fc9 How reproducible: always Steps to Reproduce: 1. install sudo 2. edit /etc/sudoers 3. rpm -V sudo Actual results: S.5....T c /etc/sudoers Expected results: silence Additional info: This can be fixed by marking the file as %verify (not md5 size mtime). Patch against devel specfile attached.
Created attachment 295152 [details] a proposed patch
according to packaging guidelines http://fedoraproject.org/wiki/Packaging/Guidelines#head-72ae42b20a4c2896c9e7e295b94cfc26bf580bef (noreplace) is sufficient