This is an automated email from the ASF dual-hosted git repository.
rohit pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cloudstack.git
The following commit(s) were added to refs/heads/master by this push:
new 9d02b36 packaging: set correct logrotate file permissions for
cloudstack-agent (#3347)
9d02b36 is described below
commit 9d02b3679b1e112131e3a4a9048c52fb01b462fe
Author: Sven Vogel <[email protected]>
AuthorDate: Fri May 24 09:13:08 2019 +0200
packaging: set correct logrotate file permissions for cloudstack-agent
(#3347)
Correct the permissions on cloudstack-agent logrotate file
(/etc/logrotate.d/).
---
packaging/centos7/cloud.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/packaging/centos7/cloud.spec b/packaging/centos7/cloud.spec
index 34fab72..0643423 100644
--- a/packaging/centos7/cloud.spec
+++ b/packaging/centos7/cloud.spec
@@ -514,7 +514,7 @@ pip install --upgrade
/usr/share/cloudstack-marvin/Marvin-*.tar.gz
%attr(0644,root,root) %{_unitdir}/%{name}-agent.service
%config(noreplace) %{_sysconfdir}/default/%{name}-agent
%attr(0644,root,root) %{_sysconfdir}/profile.d/%{name}-agent-profile.sh
-%config(noreplace) %{_sysconfdir}/logrotate.d/%{name}-agent
+%config(noreplace) %attr(0644,root,root)
%{_sysconfdir}/logrotate.d/%{name}-agent
%attr(0755,root,root) %{_datadir}/%{name}-common/scripts/network/cisco
%config(noreplace) %{_sysconfdir}/%{name}/agent
%dir %{_localstatedir}/log/%{name}/agent