--- rpms/bandwidthd/contribs10/bandwidthd.spec 2021/06/06 05:11:19 1.7 +++ rpms/bandwidthd/contribs10/bandwidthd.spec 2022/06/29 05:01:54 1.8 @@ -3,7 +3,7 @@ Name: bandwidthd Version: 2.0.1.1 -Release: 8%{?dist} +Release: 9%{?dist} Summary: Tracks network usage and builds html and graphs Group: System Environment/Daemons @@ -121,8 +121,7 @@ rm -rf $RPM_BUILD_ROOT %config(noreplace) %{_sysconfdir}/%{name}.conf %config(noreplace) %{_sysconfdir}/httpd/conf.d/%{name}.conf %attr(755,root,root) %{_sysconfdir}/rc.d/init.d/%{name} - -%{_unitdir}/%{name}.service +%attr(644,root,root) %{_unitdir}/%{name}.service %{_sbindir}/%{name} @@ -131,6 +130,9 @@ rm -rf $RPM_BUILD_ROOT %attr(755,root,root) %{_var}/www/%{name}/phphtdocs/*.sh %changelog +* Wed Jun 29 2022 Jean-Philippe Pialasse 2.0.1.1-9.sme +- fix systemd unit chmod [SME: 11046] + * Sun Jun 06 2021 Jean-Philippe Pialasse 2.0.1.1-8.sme - use ENGINE in place of TYPE for mariadb