Bug 74698

Summary: Old patch is messing up sensors-detect
Product: [Retired] Red Hat Linux Reporter: Michal Jaegermann <michal>
Component: lm_sensorsAssignee: Phil Knirsch <pknirsch>
Status: CLOSED RAWHIDE QA Contact: David Lawrence <dkl>
Severity: medium Docs Contact:
Priority: medium    
Version: 8.0CC: rvokal
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2002-10-01 00:02:16 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Michal Jaegermann 2002-10-01 00:02:09 UTC
Description of Problem:

Spec file for lm_sensors applies the following

Patch4: lm_sensors-2.5.5-csb5.patch

to "add" a support for ServerWorks CSB5.  The problem is that for quite
a while this is already present in sensors-detect.  Here is the relevant
fragment of an unpatched Perl program:

     { 
       vendid => 0x1055,
       devid  => 0x9463,
       func => 0,
       procid => "SMSC Victory66 South Bridge",
       driver => "i2c-piix4",
       match => sub { $_[0] =~ /^SMBus PIIX4 adapter at / },
     } , 
     { 
       vendid => 0x1166,
       devid  => 0x0201,
       func => 0,
       procid => "ServerWorks CSB5 South Bridge",
       driver => "i2c-piix4",
       match => sub { $_[0] =~ /^SMBus PIIX4 adapter at / },
     } , 


Version-Release number of selected component (if applicable):
lm_sensors-2.6.3-2 but it is not like the first one with this problem

Comment 1 Phil Knirsch 2002-10-04 15:10:04 UTC
Yep, seen it now.

Removing patch from the package.

Thanks for noticing.

Read ya, Phil