Bug 2052091 - rpm -V sendmail reports problem
Summary: rpm -V sendmail reports problem
Keywords:
Status: ON_QA
Alias: None
Product: Red Hat Enterprise Linux 9
Classification: Red Hat
Component: sendmail
Version: 9.0
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: rc
: ---
Assignee: Jaroslav Škarvada
QA Contact: František Hrdina
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2022-02-08 16:53 UTC by Denis Silakov
Modified: 2023-08-17 14:00 UTC (History)
1 user (show)

Fixed In Version: sendmail-8.16.1-11.el9
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed:
Type: Bug
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker RHELPLAN-111499 0 None None None 2022-02-08 17:53:07 UTC

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


Note You need to log in before you can comment on or make changes to this bug.