From c0cdb1091d552fc791f92363f6249c389fee38af Mon Sep 17 00:00:00 2001 From: Martin Osvald Date: Mon, 10 Mar 2025 13:35:47 +0100 Subject: [PATCH] Fix file permissions and do not verify digest, file size and modification time Resolves: RHEL-82850 --- rootfiles.spec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/rootfiles.spec b/rootfiles.spec index cb2921c..2aa35b0 100644 --- a/rootfiles.spec +++ b/rootfiles.spec @@ -49,11 +49,11 @@ done %dir %{ROOTFILES_DIR} %{ROOTFILES_DIR}/.[A-Za-z]* %{_tmpfilesdir}/rootfiles.conf -%ghost /root/.bash_logout -%ghost /root/.bash_profile -%ghost /root/.bashrc -%ghost /root/.cshrc -%ghost /root/.tcshrc +%ghost %verify(not md5 size mtime) %attr(0644,root,root) /root/.bash_logout +%ghost %verify(not md5 size mtime) %attr(0644,root,root) /root/.bash_profile +%ghost %verify(not md5 size mtime) %attr(0644,root,root) /root/.bashrc +%ghost %verify(not md5 size mtime) %attr(0644,root,root) /root/.cshrc +%ghost %verify(not md5 size mtime) %attr(0644,root,root) /root/.tcshrc %changelog * Wed Feb 12 2025 Martin Osvald - 8.1-41