Bug 2052091

Summary: rpm -V sendmail reports problem
Product: Red Hat Enterprise Linux 9 Reporter: Denis Silakov <dsilakov>
Component: sendmailAssignee: Jaroslav Škarvada <jskarvad>
Status: ON_QA --- QA Contact: František Hrdina <fhrdina>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 9.0CC: fhrdina
Target Milestone: rcKeywords: AutoVerified, Triaged
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: sendmail-8.16.1-11.el9 Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Denis Silakov 2022-02-08 16:53:36 UTC
https://bugzilla.redhat.com/show_bug.cgi?id=1730804 is present in 9-beta again, 'rpm -V sendmail' reports changed owner/permissions for sm-client.st and databases inside the maildir.

It helps to modify the %files section like it was done in RH 8:
	
%ghost %attr(0640, root,root) %verify(not md5 size mtime) %{maildir}/virtusertable.db
%ghost %attr(0640, root,root) %verify(not md5 size mtime) %{maildir}/access.db
%ghost %attr(0640, root,root) %verify(not md5 size mtime) %{maildir}/domaintable.db
%ghost %attr(0640, root,root) %verify(not md5 size mtime) %{maildir}/mailertable.db
 
%ghost %attr(0660, smmsp, smmsp) %verify(not md5 size mtime) %{spooldir}/clientmqueue/sm-client.st