From 62e35c8d6d6b1fe3e345302c73dddd02a43c238b Mon Sep 17 00:00:00 2001 From: jinzhimin369 Date: Sat, 19 Sep 2020 19:44:00 +0800 Subject: [PATCH] fix unistall failure --- lm_sensors.spec | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/lm_sensors.spec b/lm_sensors.spec index ab187dd..006711c 100644 --- a/lm_sensors.spec +++ b/lm_sensors.spec @@ -2,7 +2,7 @@ Name: lm_sensors Version: 3.6.0 -Release: 1 +Release: 2 Summary: Linux-monitoring sensors # lib/libsensors.3 is licensed Verbatim # dist-git files are licensed MIT @@ -119,14 +119,6 @@ fi %postun %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 - # ===== libs ===== %ldconfig_scriptlets @@ -162,6 +154,9 @@ fi %exclude %{_mandir}/man8/sensord.8.gz %changelog +* Sat Sep 19 2020 xinghe - 3.6.0-2 +- fix uninstall fialure + * Thu May 28 2020 Chunsheng Luo - 3.6.0-1 - update to version 3.6.0 -- Gitee