Packages: corrected permissions for /var/log/unit in rpm.

Found by rpmlint.
This commit is contained in:
Andrei Belov
2021-03-26 18:29:26 +03:00
parent f11ad5288d
commit 97b4de0d4a

View File

@@ -203,7 +203,7 @@ BANNER
%dir %{_libdir}/unit/modules %dir %{_libdir}/unit/modules
%dir %{_libdir}/unit/debug-modules %dir %{_libdir}/unit/debug-modules
%dir %{_sharedstatedir}/unit %dir %{_sharedstatedir}/unit
%dir %attr(0700,root,root) %{_localstatedir}/log/unit %dir %attr(0755,root,root) %{_localstatedir}/log/unit
%config(noreplace) %{_sysconfdir}/logrotate.d/%{name} %config(noreplace) %{_sysconfdir}/logrotate.d/%{name}
%{_mandir}/man8/unitd.8* %{_mandir}/man8/unitd.8*