checked in
OBS-URL: https://build.opensuse.org/package/show/Base:System/sensors?expand=0&rev=10
This commit is contained in:
parent
6b135ab9d2
commit
910690d169
@ -1,40 +0,0 @@
|
|||||||
From: Jean Delvare <jdelvare@suse.de>
|
|
||||||
Subject: Don't point the user to the ipmisensors driver
|
|
||||||
References: bnc#558756
|
|
||||||
|
|
||||||
We do not ship the out-of-tree ipmisensors driver, so do not point
|
|
||||||
the user to that driver.
|
|
||||||
|
|
||||||
--- lm_sensors-3.1.1.orig/prog/detect/sensors-detect
|
|
||||||
+++ lm_sensors-3.1.1/prog/detect/sensors-detect
|
|
||||||
@@ -1121,12 +1121,12 @@ use vars qw(@i2c_adapter_names);
|
|
||||||
@ipmi_ifs = (
|
|
||||||
{
|
|
||||||
name => "IPMI BMC KCS",
|
|
||||||
- driver => "ipmisensors",
|
|
||||||
+ driver => "to-be-written",
|
|
||||||
isa_addrs => [0x0ca0],
|
|
||||||
isa_detect => sub { ipmi_detect(@_); },
|
|
||||||
}, {
|
|
||||||
name => "IPMI BMC SMIC",
|
|
||||||
- driver => "ipmisensors",
|
|
||||||
+ driver => "to-be-written",
|
|
||||||
isa_addrs => [0x0ca8],
|
|
||||||
isa_detect => sub { ipmi_detect(@_); },
|
|
||||||
}
|
|
||||||
@@ -5127,13 +5127,13 @@ sub ipmi_from_smbios
|
|
||||||
$if->{type}));
|
|
||||||
}
|
|
||||||
print "Success!\n".
|
|
||||||
- " (confidence 8, driver `ipmisensors')\n";
|
|
||||||
+ " (confidence 8, driver `to-be-written')\n";
|
|
||||||
my $new_hash = {
|
|
||||||
conf => 8,
|
|
||||||
isa_addr => $if->{addr} || 0,
|
|
||||||
chipname => $if->{type},
|
|
||||||
};
|
|
||||||
- add_isa_to_chips_detected("ipmisensors", $new_hash);
|
|
||||||
+ add_isa_to_chips_detected("to-be-written", $new_hash);
|
|
||||||
}
|
|
||||||
|
|
||||||
return scalar @ipmi_if;
|
|
@ -1,9 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
Fri Dec 4 11:22:01 CET 2009 - jdelvare@suse.de
|
|
||||||
|
|
||||||
- lm_sensors-3.1.1-no-ipmisensors-driver: Do not point the user to
|
|
||||||
the ipmisensors driver which we do not ship (bnc#558756).
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Oct 28 16:49:32 UTC 2009 - crrodriguez@opensuse.org
|
Wed Oct 28 16:49:32 UTC 2009 - crrodriguez@opensuse.org
|
||||||
|
|
||||||
|
@ -37,7 +37,6 @@ Patch4: lm_sensors-3.0.3-hint-at-kernel-extra-package.patch
|
|||||||
Patch5: lm_sensors-r5757-LPC47M233-not-supported.patch
|
Patch5: lm_sensors-r5757-LPC47M233-not-supported.patch
|
||||||
Patch6: lm_sensors-r5760-rename-modprobe-conf.patch
|
Patch6: lm_sensors-r5760-rename-modprobe-conf.patch
|
||||||
Patch7: lm_sensors-r5770-fancontrol-update.patch
|
Patch7: lm_sensors-r5770-fancontrol-update.patch
|
||||||
Patch8: lm_sensors-3.1.1-no-ipmisensors-driver.patch
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
ExcludeArch: s390 s390x
|
ExcludeArch: s390 s390x
|
||||||
|
|
||||||
@ -142,7 +141,6 @@ Authors:
|
|||||||
%patch5 -p1
|
%patch5 -p1
|
||||||
%patch6 -p1
|
%patch6 -p1
|
||||||
%patch7 -p1
|
%patch7 -p1
|
||||||
%patch8 -p1
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
RPM_OPT_FLAGS="$RPM_OPT_FLAGS"
|
RPM_OPT_FLAGS="$RPM_OPT_FLAGS"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user