]> git.pld-linux.org Git - packages/lm_sensors.git/commitdiff
- enabled compilation of i2c-ipmi and bmcsensors modules
authorhawk <hawk@pld-linux.org>
Thu, 28 Apr 2005 14:39:14 +0000 (14:39 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- release 2 (1 will be for Ra)

Changed files:
    lm_sensors.spec -> 1.137

lm_sensors.spec

index 894362c766ddaef11c2d531da73ce54b06ddae25..17ff6a9fe34dc671fc1f31e0a6f16ec822dc0a5d 100644 (file)
@@ -17,7 +17,7 @@ Summary(ru):  
 Summary(uk):   õÔÉ̦ÔÉ ÄÌÑ ÍÏΦÔÏÒÉÎÇÕ ÁÐÁÒÁÔÕÒÉ
 Name:          lm_sensors
 Version:       2.9.1
-%define _rel   1
+%define _rel   2
 Release:       %{_rel}
 License:       GPL
 Group:         Applications/System
@@ -29,6 +29,7 @@ Patch0:               %{name}-make.patch
 Patch1:                %{name}-ppc.patch
 Patch2:                %{name}-iconv-in-libc.patch
 Patch3:                %{name}-sensors-detect-PATH.patch
+Patch4:                %{name}-ipmi.patch
 URL:           http://www.lm-sensors.nu/
 BuildRequires: rpmbuild(macros) >= 1.118
 %if %{with userspace}
@@ -181,6 +182,7 @@ Modu
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 
 %build
 %if %{with kernel} && %{with smp}
@@ -190,6 +192,9 @@ install -d fakelinux
 %ifarch %{ix86}
 echo 'CONFIG_X86=y' >> fakelinux/.config
 %endif
+%ifarch %{ix86} amd64 alpha ppc
+echo 'CONFIG_IPMI_HANDLER=m' >> fakelinux/.config
+%endif
 
 # SMP
 %{__make} all-kernel-busses all-kernel-chips \
This page took 0.054374 seconds and 4 git commands to generate.