531126 - sensors-detect gives perl uninitialized var warnings
This commit is contained in:
parent
29f86e56c2
commit
51a2735c39
@ -1,12 +1,13 @@
|
|||||||
Name: lm_sensors
|
Name: lm_sensors
|
||||||
Version: 3.1.1
|
Version: 3.1.1
|
||||||
Release: 4%{?dist}
|
Release: 5%{?dist}
|
||||||
URL: http://www.lm-sensors.org/
|
URL: http://www.lm-sensors.org/
|
||||||
Source: http://dl.lm-sensors.org/lm-sensors/releases/%{name}-%{version}.tar.bz2
|
Source: http://dl.lm-sensors.org/lm-sensors/releases/%{name}-%{version}.tar.bz2
|
||||||
Source1: lm_sensors.sysconfig
|
Source1: lm_sensors.sysconfig
|
||||||
# these 2 were taken from PLD-linux, Thanks!
|
# these 2 were taken from PLD-linux, Thanks!
|
||||||
Source2: sensord.sysconfig
|
Source2: sensord.sysconfig
|
||||||
Source3: sensord.init
|
Source3: sensord.init
|
||||||
|
Source4: sensors-detect
|
||||||
Summary: Hardware monitoring tools
|
Summary: Hardware monitoring tools
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
@ -83,7 +84,7 @@ mkdir -p $RPM_BUILD_ROOT%{_initrddir}
|
|||||||
install -p -m 755 prog/init/lm_sensors.init \
|
install -p -m 755 prog/init/lm_sensors.init \
|
||||||
$RPM_BUILD_ROOT%{_initrddir}/lm_sensors
|
$RPM_BUILD_ROOT%{_initrddir}/lm_sensors
|
||||||
install -p -m 755 %{SOURCE3} $RPM_BUILD_ROOT%{_initrddir}/sensord
|
install -p -m 755 %{SOURCE3} $RPM_BUILD_ROOT%{_initrddir}/sensord
|
||||||
|
install -p -m 755 %{SOURCE4} $RPM_BUILD_ROOT%{_sbindir}/sensors-detect
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -fr $RPM_BUILD_ROOT
|
rm -fr $RPM_BUILD_ROOT
|
||||||
@ -177,6 +178,9 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Nov 10 2009 Nikola Pajkovsky <n.pajkovsky@gmail.com> - 3.1.1-5
|
||||||
|
- Resolved: 531126 - sensors-detect gives perl uninitialized var warnings
|
||||||
|
|
||||||
* Wed Sep 30 2009 Hans de Goede <hdegoede@redhat.com> 3.1.1-4
|
* Wed Sep 30 2009 Hans de Goede <hdegoede@redhat.com> 3.1.1-4
|
||||||
- Create a sensor3.conf.5 symlink to the sensors.conf.5 manpage (#526178)
|
- Create a sensor3.conf.5 symlink to the sensors.conf.5 manpage (#526178)
|
||||||
|
|
||||||
|
5835
sensors-detect
Normal file
5835
sensors-detect
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user