Bug 74698 - Old patch is messing up sensors-detect
Summary: Old patch is messing up sensors-detect
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: lm_sensors
Version: 8.0
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Phil Knirsch
QA Contact: David Lawrence
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2002-10-01 00:02 UTC by Michal Jaegermann
Modified: 2015-03-05 01:11 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2002-10-01 00:02:16 UTC
Embargoed:


Attachments (Terms of Use)

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


Note You need to log in before you can comment on or make changes to this bug.