- Fixed missing check for /etc/modprobe.conf in sensors-detect (#139245)
This commit is contained in:
parent
a9f20c0295
commit
d854503aac
@ -1,6 +1,6 @@
|
|||||||
Name: lm_sensors
|
Name: lm_sensors
|
||||||
Version: 2.9.1
|
Version: 2.9.1
|
||||||
Release: 2
|
Release: 3
|
||||||
URL: http://secure.netroedge.com/~lm78/
|
URL: http://secure.netroedge.com/~lm78/
|
||||||
Source: http://secure.netroedge.com/~lm78/archive/lm_sensors-%{version}.tar.gz
|
Source: http://secure.netroedge.com/~lm78/archive/lm_sensors-%{version}.tar.gz
|
||||||
Source1: lm_sensors.sysconfig
|
Source1: lm_sensors.sysconfig
|
||||||
@ -12,6 +12,7 @@ Patch4: lm_sensors-2.8.2-expr.patch
|
|||||||
Patch5: lm_sensors-2.8.3-local.patch
|
Patch5: lm_sensors-2.8.3-local.patch
|
||||||
Patch6: lm_sensors-2.8.3-rpath.patch
|
Patch6: lm_sensors-2.8.3-rpath.patch
|
||||||
Patch7: lm_sensors-2.8.7-udev.patch
|
Patch7: lm_sensors-2.8.7-udev.patch
|
||||||
|
Patch8: lm_sensors-2.9.1-kernel26.patch
|
||||||
Summary: Hardware monitoring tools.
|
Summary: Hardware monitoring tools.
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
License: GPL
|
License: GPL
|
||||||
@ -43,6 +44,7 @@ when building applications that make use of sensor data.
|
|||||||
%patch5 -p1 -b .local
|
%patch5 -p1 -b .local
|
||||||
%patch6 -p1 -b .rpath
|
%patch6 -p1 -b .rpath
|
||||||
%patch7 -p1 -b .udev
|
%patch7 -p1 -b .udev
|
||||||
|
%patch8 -p1 -b .kernel26
|
||||||
|
|
||||||
%build
|
%build
|
||||||
mkdir -p kernel/include/linux
|
mkdir -p kernel/include/linux
|
||||||
@ -97,9 +99,10 @@ fi
|
|||||||
%{_libdir}/lib*.so
|
%{_libdir}/lib*.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Mon May 23 2005 Phil Knirsch <pknirsch@redhat.com> 2.9.1-1
|
* Mon May 23 2005 Phil Knirsch <pknirsch@redhat.com> 2.9.1-3
|
||||||
- Update to lm_sensors-2.9.1
|
- Update to lm_sensors-2.9.1
|
||||||
- Fixed wrong/missing location variables for make user
|
- Fixed wrong/missing location variables for make user
|
||||||
|
- Fixed missing check for /etc/modprobe.conf in sensors-detect (#139245)
|
||||||
|
|
||||||
* Wed Mar 02 2005 Phil Knirsch <pknirsch@redhat.com> 2.8.8-5
|
* Wed Mar 02 2005 Phil Knirsch <pknirsch@redhat.com> 2.8.8-5
|
||||||
- bump release and rebuild with gcc 4
|
- bump release and rebuild with gcc 4
|
||||||
|
Loading…
Reference in New Issue
Block a user