This commit is contained in:
parent
6f95e691ac
commit
97635e6c8d
@ -2,7 +2,7 @@ Index: prog/detect/sensors-detect
|
||||
===================================================================
|
||||
--- prog/detect/sensors-detect.orig
|
||||
+++ prog/detect/sensors-detect
|
||||
@@ -5906,6 +5906,12 @@ sub main
|
||||
@@ -6097,6 +6097,12 @@ sub main
|
||||
open(local *SYSCONFIG, ">/etc/sysconfig/lm_sensors")
|
||||
or die "Sorry, can't create /etc/sysconfig/lm_sensors ($!)";
|
||||
print SYSCONFIG <<'EOT';
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1461fc2e8661ded28b73ed2f7a06cbecf852aa641df974e38aaa0e23977c5b57
|
||||
size 149734
|
3
lm_sensors-3.0.3.tar.bz2
Normal file
3
lm_sensors-3.0.3.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b45661f4c3a7f19d67ee4783e8270f462e874d7c909c8f4228692de97aad0ec6
|
||||
size 152900
|
@ -1,3 +1,11 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 28 19:22:34 CEST 2008 - jdelvare@suse.de
|
||||
|
||||
- Update to lm_sensors 3.0.3
|
||||
* Many improvements to pwmconfig
|
||||
* sensors-detect knows of a dozen additional devices and was made
|
||||
more reliable for another half dozen
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun May 18 19:33:45 CEST 2008 - jdelvare@suse.de
|
||||
|
||||
|
22
sensors.spec
22
sensors.spec
@ -1,10 +1,17 @@
|
||||
#
|
||||
# spec file for package sensors (Version 3.0.2)
|
||||
# spec file for package sensors (Version 3.0.3)
|
||||
#
|
||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
# package are under the same license as the package itself.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
# upon. The license for this file, and modifications and additions to the
|
||||
# file, is the same license as for the pristine package itself (unless the
|
||||
# license for the pristine package is not an Open Source License, in which
|
||||
# case the license is the MIT License). An "Open Source License" is a
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
@ -14,7 +21,7 @@
|
||||
Name: sensors
|
||||
BuildRequires: bison flex rrdtool-devel
|
||||
Url: http://www.lm-sensors.org/
|
||||
Version: 3.0.2
|
||||
Version: 3.0.3
|
||||
Release: 1
|
||||
Summary: Hardware health monitoring for Linux
|
||||
License: GPL v2 or later
|
||||
@ -22,7 +29,7 @@ Group: System/Monitoring
|
||||
Requires: modules
|
||||
AutoReqProv: on
|
||||
Source0: lm_sensors-%{version}.tar.bz2
|
||||
Patch: lm_sensors-%{version}.dif
|
||||
Patch: lm_sensors-3.0.2.dif
|
||||
Patch1: lm_sensors-3.0.0-sensord-separate.dif
|
||||
Patch2: lm_sensors-3.0.0-sysconfig_metadata.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@ -199,6 +206,11 @@ rm -f $RPM_BUILD_ROOT/usr/src/linux/include/sensors.h
|
||||
%doc /usr/share/man/man3/*.3.gz
|
||||
|
||||
%changelog
|
||||
* Sun Sep 28 2008 jdelvare@suse.de
|
||||
- Update to lm_sensors 3.0.3
|
||||
* Many improvements to pwmconfig
|
||||
* sensors-detect knows of a dozen additional devices and was made
|
||||
more reliable for another half dozen
|
||||
* Sun May 18 2008 jdelvare@suse.de
|
||||
- Update to lm_sensors 3.0.2
|
||||
* Support for virtual hardware monitoring devices
|
||||
|
Loading…
Reference in New Issue
Block a user