Accepting request 36455 from Base:System

Copy from Base:System/sensors based on submit request 36455 from user jdelvare

OBS-URL: https://build.opensuse.org/request/show/36455
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/sensors?expand=0&rev=52
This commit is contained in:
OBS User autobuild 2010-04-01 01:23:21 +00:00 committed by Git OBS Bridge
commit fd226f093b
4 changed files with 25 additions and 1 deletions

Binary file not shown.

View File

@ -0,0 +1,16 @@
The ADT7467/8 is supported by the lm85 driver since kernel 2.6.28.
---
prog/detect/sensors-detect | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- lm_sensors-3.1.2.orig/prog/detect/sensors-detect
+++ lm_sensors-3.1.2/prog/detect/sensors-detect
@@ -558,7 +558,7 @@ use vars qw(@i2c_adapter_names);
i2c_detect => sub { adt7467_detect(@_, 3); },
}, {
name => "Analog Devices ADT7467 or ADT7468",
- driver => "to-be-written",
+ driver => "lm85",
i2c_addrs => [0x2e],
i2c_detect => sub { adt7467_detect(@_, 0); },
}, {

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Mar 31 15:18:29 CEST 2010 - jdelvare@suse.de
- lm_sensors-r5832-adt7468-driver.patch: The ADT7467/8 is supported
by the lm85 driver since kernel 2.6.28.
-------------------------------------------------------------------
Thu Feb 4 12:46:28 CET 2010 - jdelvare@suse.de

View File

@ -22,7 +22,7 @@ Name: sensors
BuildRequires: bison flex rrdtool-devel
Url: http://www.lm-sensors.org/
Version: 3.1.2
Release: 1
Release: 2
Summary: Hardware health monitoring for Linux
License: GPLv2+
Group: System/Monitoring
@ -36,6 +36,7 @@ Patch2: lm_sensors-3.0.0-sensord-separate.patch
Patch3: lm_sensors-3.0.0-sysconfig_metadata.patch
Patch4: lm_sensors-3.0.3-hint-at-kernel-extra-package.patch
Patch5: lm_sensors-3.1.1-no-ipmisensors-driver.patch
Patch6: lm_sensors-r5832-adt7468-driver.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
ExcludeArch: s390 s390x
@ -138,6 +139,7 @@ Authors:
%patch3 -p1
%patch4 -p1
%patch5 -p1
%patch6 -p1
%build
RPM_OPT_FLAGS="$RPM_OPT_FLAGS"