diff --git a/lm_sensors.spec b/lm_sensors.spec index 2a412f7..0d9345e 100644 --- a/lm_sensors.spec +++ b/lm_sensors.spec @@ -1,6 +1,6 @@ Name: lm_sensors Version: 3.1.1 -Release: 6%{?dist} +Release: 7%{?dist} URL: http://www.lm-sensors.org/ Source: http://dl.lm-sensors.org/lm-sensors/releases/%{name}-%{version}.tar.bz2 Source1: lm_sensors.sysconfig @@ -27,7 +27,7 @@ access and hardware monitoring. %package libs -Summary: lm_sensors core libraries +Summary: Lm_sensors core libraries Group: System Environment/Libraries %description libs @@ -121,10 +121,10 @@ if [ -f /var/lock/subsys/sensors ]; then fi %post -/sbin/ldconfig /sbin/chkconfig --add lm_sensors -%postun -p /sbin/ldconfig +%post libs -p /sbin/ldconfig +%postun libs -p /sbin/ldconfig %preun if [ $1 = 0 ]; then @@ -143,7 +143,7 @@ fi %files -%defattr(-,root,root) +%defattr(-,root,root,-) %doc CHANGES CONTRIBUTORS COPYING doc README* %doc prog/init/fancontrol.init prog/init/README.initscripts %config(noreplace) %{_sysconfdir}/sensors3.conf @@ -158,11 +158,11 @@ fi %exclude %{_mandir}/man8/sensord.8.gz %files libs -%defattr(-,root,root) +%defattr(-,root,root,-) %{_libdir}/*.so.* %files devel -%defattr(-,root,root) +%defattr(-,root,root,-) %{_includedir}/sensors %{_libdir}/lib*.so %{_mandir}/man3/* @@ -177,6 +177,9 @@ fi %changelog +* Thu Dec 17 2009 Nikola Pajkovsky - 3.1.1-7 +- Resovles: #226101 - Merge Review: lm_sensors + * Tue Nov 10 2009 Dennis Gilmore - 3.1.1-6 - remove Excludearch s390 s390x