From ed41d874fdf1fc2d1132f40910a28571f0dc4cbe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaroslav=20=C5=A0karvada?= Date: Tue, 11 Jul 2023 18:08:19 +0200 Subject: [PATCH] Fixed verification of the ghost files Related: rhbz#2052091 --- sendmail.spec | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/sendmail.spec b/sendmail.spec index 84dc120..0cf0fd9 100644 --- a/sendmail.spec +++ b/sendmail.spec @@ -29,7 +29,7 @@ Summary: A widely used Mail Transport Agent (MTA) Name: sendmail Version: 8.17.2 -Release: 1%{?dist} +Release: 2%{?dist} License: Sendmail URL: http://www.sendmail.org/ @@ -654,12 +654,12 @@ exit 0 %config(noreplace) %{maildir}/virtusertable %ghost %{maildir}/aliasesdb-stamp -%ghost %{maildir}/virtusertable.db -%ghost %{maildir}/access.db -%ghost %{maildir}/domaintable.db -%ghost %{maildir}/mailertable.db +%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 %{spooldir}/clientmqueue/sm-client.st +%ghost %attr(0660, smmsp, smmsp) %verify(not md5 size mtime) %{spooldir}/clientmqueue/sm-client.st %{_unitdir}/sendmail.service %{_unitdir}/sm-client.service @@ -708,6 +708,10 @@ exit 0 %changelog +* Tue Jul 11 2023 Jaroslav Škarvada - 8.17.2-2 +- Fixed verification of the ghost files + Related: rhbz#2052091 + * Mon Jun 5 2023 Jaroslav Škarvada - 8.17.2-1 - New version Resolves: rhbz#2212083