Fix systemd-journal-plugin RPM package. (#20686)
Austin S. Hemmelgarn committed
Jul 15, 2025 at 13:19 UTC
b0b4350867f7b7f7625ed08e38999bf21e84babc
1 file changed
+3
-1
netdata.spec.in
+3
-1
@@ -975,7 +975,7 @@ if ! getent group %{name} > /dev/null; then
975
groupadd --system %{name}
976
fi
977
978
-%files plugin-systemd-journal
978
+%files plugin-systemd-units
979
%defattr(0750,root,netdata,0750)
980
%{_libexecdir}/%{name}/plugins.d/systemd-units.plugin
981
%endif
@@ -1047,6 +1047,8 @@ fi
1047
%{_datadir}/%{name}/web
1048
1049
%changelog
1050
+* Tue Jul 15 2025 Austin Hemmelgarn <austin@netdata.cloud> 0.0.0-33
1051
+- Fix file handling for systemd-journal and systemd-units plugins
1052
* Tue May 27 2025 Austin Hemmelgarn <austin@netdata.cloud> 0.0.0-32
1053
- Correctly handle systmed-units plugin as it’s own package
1054
* Fri Mar 21 2025 Austin Hemmelgarn <austin@netdata.cloud> 0.0.0-31