diff --git a/lm_sensors.spec b/lm_sensors.spec index b38524bfcd404b4977266a831d7d934fd5a87a37..06a0f353f95318a4ee68ce8d21c03f7cebc0f95c 100644 --- a/lm_sensors.spec +++ b/lm_sensors.spec @@ -2,7 +2,7 @@ Name: lm_sensors Version: 3.6.0 -Release: 2 +Release: 3 Summary: Linux-monitoring sensors # lib/libsensors.3 is licensed Verbatim # dist-git files are licensed MIT @@ -120,12 +120,12 @@ fi %systemd_postun_with_restart lm_sensors.service # ==== sensord === -#%post sensord -#%systemd_post sensord.service -#%preun sensord -#%systemd_preun sensord.service -#%postun sensord -#%systemd_postun_with_restart sensord.service +%post sensord +%systemd_post sensord.service +%preun sensord +%systemd_preun sensord.service +%postun sensord +%systemd_postun_with_restart sensord.service # ===== libs ===== %ldconfig_scriptlets @@ -162,6 +162,9 @@ fi %exclude %{_mandir}/man8/sensord.8.gz %changelog +* Sat Sep 19 2020 xinghe - 3.6.0-3 +- fix uninstall failure + * Fri Sep 04 2020 xinghe - 3.6.0-2 - fix source0 download