From d854503aac19e3329851dc7689ee9b19b1a8f0a9 Mon Sep 17 00:00:00 2001 From: Phil Knirsch Date: Mon, 23 May 2005 16:02:21 +0000 Subject: [PATCH] - Fixed missing check for /etc/modprobe.conf in sensors-detect (#139245) --- lm_sensors.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/lm_sensors.spec b/lm_sensors.spec index c461964..5ac1bf5 100644 --- a/lm_sensors.spec +++ b/lm_sensors.spec @@ -1,6 +1,6 @@ Name: lm_sensors Version: 2.9.1 -Release: 2 +Release: 3 URL: http://secure.netroedge.com/~lm78/ Source: http://secure.netroedge.com/~lm78/archive/lm_sensors-%{version}.tar.gz Source1: lm_sensors.sysconfig @@ -12,6 +12,7 @@ Patch4: lm_sensors-2.8.2-expr.patch Patch5: lm_sensors-2.8.3-local.patch Patch6: lm_sensors-2.8.3-rpath.patch Patch7: lm_sensors-2.8.7-udev.patch +Patch8: lm_sensors-2.9.1-kernel26.patch Summary: Hardware monitoring tools. Group: Applications/System License: GPL @@ -43,6 +44,7 @@ when building applications that make use of sensor data. %patch5 -p1 -b .local %patch6 -p1 -b .rpath %patch7 -p1 -b .udev +%patch8 -p1 -b .kernel26 %build mkdir -p kernel/include/linux @@ -97,9 +99,10 @@ fi %{_libdir}/lib*.so %changelog -* Mon May 23 2005 Phil Knirsch 2.9.1-1 +* Mon May 23 2005 Phil Knirsch 2.9.1-3 - Update to lm_sensors-2.9.1 - Fixed wrong/missing location variables for make user +- Fixed missing check for /etc/modprobe.conf in sensors-detect (#139245) * Wed Mar 02 2005 Phil Knirsch 2.8.8-5 - bump release and rebuild with gcc 4