From cb8d671de63b96ff8a2855e2207a6ef870c842f2 Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Mon, 17 Jun 2019 09:12:26 -0400 Subject: [PATCH] Explicitly manage logrotate.d permissions The implicit depends too much on build user today, fix since logrotate is strict. --- xCAT/xCAT.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/xCAT/xCAT.spec b/xCAT/xCAT.spec index 5347fa5da..175ee2031 100644 --- a/xCAT/xCAT.spec +++ b/xCAT/xCAT.spec @@ -151,6 +151,7 @@ cd $RPM_BUILD_ROOT %ifos linux tar zxf %{SOURCE8} +chmod 644 etc/logrotate.d/xcat %endif cd -