From 6ebf5ecaf7b5cef1669de3bbc3e46449eeaaecba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaroslav=20=C5=A0karvada?= Date: Mon, 14 Aug 2023 17:14:20 +0200 Subject: [PATCH] Fixed verification of the ghost files --- .sendmail.metadata | 1 + sendmail.spec | 16 ++++++++++------ 2 files changed, 11 insertions(+), 6 deletions(-) create mode 100644 .sendmail.metadata diff --git a/.sendmail.metadata b/.sendmail.metadata new file mode 100644 index 0000000..7dc545f --- /dev/null +++ b/.sendmail.metadata @@ -0,0 +1 @@ +748b6dfc47dfbb83ebfdd2e334c87032c4698eab sendmail.8.16.1.tar.gz diff --git a/sendmail.spec b/sendmail.spec index 375cd35..936a09e 100644 --- a/sendmail.spec +++ b/sendmail.spec @@ -29,7 +29,7 @@ Summary: A widely used Mail Transport Agent (MTA) Name: sendmail Version: 8.16.1 -Release: 10%{?dist} +Release: 11%{?dist} License: Sendmail URL: http://www.sendmail.org/ @@ -655,12 +655,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 @@ -709,6 +709,10 @@ exit 0 %changelog +* Mon Aug 14 2023 Jaroslav Škarvada - 8.16.1-11 +- Fixed verification of the ghost files + Resolves: rhbz#2052091 + * Tue Aug 10 2021 Mohan Boddu - 8.16.1-10 - Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688