Bug 433278

Summary: mark /etc/sudoers so it's not verified
Product: [Fedora] Fedora Reporter: Jakub Hrozek <jhrozek>
Component: sudoAssignee: Peter Vrabec <pvrabec>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: rawhideCC: kzak
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-04-07 12:15:10 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
a proposed patch none

Description Jakub Hrozek 2008-02-18 10:30:55 UTC
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.

Comment 1 Jakub Hrozek 2008-02-18 10:30:55 UTC
Created attachment 295152 [details]
a proposed patch

Comment 2 Peter Vrabec 2008-04-07 12:15:10 UTC
according to packaging guidelines 

http://fedoraproject.org/wiki/Packaging/Guidelines#head-72ae42b20a4c2896c9e7e295b94cfc26bf580bef

(noreplace) is sufficient