Skip to content

Commit 4f39590

Browse files
committed
Restart eos_exporter after RPM upgrade
1 parent b66e8a9 commit 4f39590

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

eos_exporter.spec

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,12 @@ rm -rf %buildroot/
5757
%preun
5858
%systemd_preun %{name}.service
5959

60+
%postun
61+
%systemd_postun_with_restart %{name}.service
62+
6063
%changelog
64+
* Fri Aug 22 2025 Jan Iven <jan.iven@cern.ch> 0.1.16-1
65+
- Restart after RPM update
6166
* Wed Aug 20 2025 Pablo Medina Ramos <pablo.medina.ramos@cern.ch> 0.1.15-1
6267
- Adding namespace cache hit rate metrics.
6368
- remove obsolete StandardOutput= from systemd unit file

0 commit comments

Comments
 (0)