OBS User autobuild 2009-12-07 14:26:20 +00:00 committed by Git OBS Bridge
parent 6b135ab9d2
commit 910690d169
3 changed files with 0 additions and 48 deletions

View File

@ -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;

View File

@ -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

View File

@ -37,7 +37,6 @@ Patch4: lm_sensors-3.0.3-hint-at-kernel-extra-package.patch
Patch5: lm_sensors-r5757-LPC47M233-not-supported.patch
Patch6: lm_sensors-r5760-rename-modprobe-conf.patch
Patch7: lm_sensors-r5770-fancontrol-update.patch
Patch8: lm_sensors-3.1.1-no-ipmisensors-driver.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
ExcludeArch: s390 s390x
@ -142,7 +141,6 @@ Authors:
%patch5 -p1
%patch6 -p1
%patch7 -p1
%patch8 -p1
%build
RPM_OPT_FLAGS="$RPM_OPT_FLAGS"