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:
commit
fd226f093b
Binary file not shown.
16
lm_sensors-r5832-adt7468-driver.patch
Normal file
16
lm_sensors-r5832-adt7468-driver.patch
Normal 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); },
|
||||||
|
}, {
|
@ -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
|
Thu Feb 4 12:46:28 CET 2010 - jdelvare@suse.de
|
||||||
|
|
||||||
|
@ -22,7 +22,7 @@ Name: sensors
|
|||||||
BuildRequires: bison flex rrdtool-devel
|
BuildRequires: bison flex rrdtool-devel
|
||||||
Url: http://www.lm-sensors.org/
|
Url: http://www.lm-sensors.org/
|
||||||
Version: 3.1.2
|
Version: 3.1.2
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: Hardware health monitoring for Linux
|
Summary: Hardware health monitoring for Linux
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: System/Monitoring
|
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
|
Patch3: lm_sensors-3.0.0-sysconfig_metadata.patch
|
||||||
Patch4: lm_sensors-3.0.3-hint-at-kernel-extra-package.patch
|
Patch4: lm_sensors-3.0.3-hint-at-kernel-extra-package.patch
|
||||||
Patch5: lm_sensors-3.1.1-no-ipmisensors-driver.patch
|
Patch5: lm_sensors-3.1.1-no-ipmisensors-driver.patch
|
||||||
|
Patch6: lm_sensors-r5832-adt7468-driver.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
ExcludeArch: s390 s390x
|
ExcludeArch: s390 s390x
|
||||||
|
|
||||||
@ -138,6 +139,7 @@ Authors:
|
|||||||
%patch3 -p1
|
%patch3 -p1
|
||||||
%patch4 -p1
|
%patch4 -p1
|
||||||
%patch5 -p1
|
%patch5 -p1
|
||||||
|
%patch6 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
RPM_OPT_FLAGS="$RPM_OPT_FLAGS"
|
RPM_OPT_FLAGS="$RPM_OPT_FLAGS"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user