[lm_sensors/f16] Fixing missing sensord subpackage name in second postun scriptlet

Jaromír Cápík jcapik at fedoraproject.org
Tue Sep 11 16:17:38 UTC 2012


commit 9880a85a0a8182cc721253ce26d92b1d5786a453
Author: Jaromir Capik <jcapik at redhat.com>
Date:   Tue Sep 11 18:17:29 2012 +0200

    Fixing missing sensord subpackage name in second postun scriptlet

 lm_sensors.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/lm_sensors.spec b/lm_sensors.spec
index daae4c0..39d2458 100644
--- a/lm_sensors.spec
+++ b/lm_sensors.spec
@@ -1,6 +1,6 @@
 Name: lm_sensors
 Version: 3.3.2
-Release: 3%{?dist}
+Release: 4%{?dist}
 URL: http://www.lm-sensors.org/
 Source: http://dl.lm-sensors.org/lm-sensors/releases/%{name}-%{version}.tar.bz2
 Source1: lm_sensors.sysconfig
@@ -116,7 +116,7 @@ if [ $1 -eq 0 ] ; then
     /bin/systemctl stop sensord.service > /dev/null 2>&1 || :
 fi
 
-%postun
+%postun sensord
 /bin/systemctl daemon-reload >/dev/null 2>&1 || :
 if [ $1 -ge 1 ] ; then
     # Package upgrade, not uninstall
@@ -158,6 +158,9 @@ fi
 
 
 %changelog
+* Tue Sep 11 2012 Jaromir Capik <jcapik at redhat.com> - 3.3.2-4
+- Fixing missing sensord subpackage name in second postun scriptlet
+
 * Tue Sep 11 2012 Jaromir Capik <jcapik at redhat.com> - 3.3.2-3
 - #728583 - sensord doesn't start
 - merged from f18/f19 branch (commit 373ef7f2509bf59beeb5709272ed24148da54538)


More information about the scm-commits mailing list