2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2026-05-17 19:57:18 +00:00

Explicitly manage logrotate.d permissions

The implicit depends too much on build user today,
fix since logrotate is strict.
This commit is contained in:
Jarrod Johnson
2019-06-17 09:12:26 -04:00
parent 097f9cc50a
commit cb8d671de6
+1
View File
@@ -151,6 +151,7 @@ cd $RPM_BUILD_ROOT
%ifos linux
tar zxf %{SOURCE8}
chmod 644 etc/logrotate.d/xcat
%endif
cd -