This commit is contained in:
committed by
Git OBS Bridge
parent
340d6c6be1
commit
a4877b620e
@@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 1 12:16:57 CET 2007 - jdelvare@suse.de
|
||||
|
||||
- Fix packaging breakage introduced by the following change:
|
||||
ppc and ia64 packages do not include isadump nor isaset.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 31 14:42:04 CET 2007 - jdelvare@suse.de
|
||||
|
||||
|
@@ -14,7 +14,7 @@ Name: sensors
|
||||
BuildRequires: bison flex rrdtool-devel sysfsutils
|
||||
Url: http://www.lm-sensors.org/
|
||||
Version: 2.10.5
|
||||
Release: 3
|
||||
Release: 5
|
||||
Summary: Hardware health monitoring for Linux
|
||||
License: GPL v2 or later
|
||||
Group: System/Monitoring
|
||||
@@ -116,8 +116,10 @@ rm -f $RPM_BUILD_ROOT/usr/src/linux/include/sensors.h
|
||||
/usr/bin/*
|
||||
/usr/sbin/fancontrol
|
||||
/usr/sbin/fancontrol.pl
|
||||
%ifarch i386 i486 i586 i686 x86_64
|
||||
/usr/sbin/isadump
|
||||
/usr/sbin/isaset
|
||||
%endif
|
||||
/usr/sbin/pwmconfig
|
||||
/usr/sbin/sensors-detect
|
||||
%doc %{_docdir}/sensors/
|
||||
@@ -128,8 +130,10 @@ rm -f $RPM_BUILD_ROOT/usr/src/linux/include/sensors.h
|
||||
%doc /usr/share/man/man3/*.3.gz
|
||||
%doc /usr/share/man/man5/*.5.gz
|
||||
%doc /usr/share/man/man8/fancontrol.8.gz
|
||||
%ifarch i386 i486 i586 i686 x86_64
|
||||
%doc /usr/share/man/man8/isadump.8.gz
|
||||
%doc /usr/share/man/man8/isaset.8.gz
|
||||
%endif
|
||||
%doc /usr/share/man/man8/pwmconfig.8.gz
|
||||
%doc /usr/share/man/man8/sensors-detect.8.gz
|
||||
|
||||
@@ -138,6 +142,9 @@ rm -f $RPM_BUILD_ROOT/usr/src/linux/include/sensors.h
|
||||
/usr/sbin/sensord
|
||||
%doc /usr/share/man/man8/sensord.8.gz
|
||||
%changelog
|
||||
* Thu Nov 01 2007 - jdelvare@suse.de
|
||||
- Fix packaging breakage introduced by the following change:
|
||||
ppc and ia64 packages do not include isadump nor isaset.
|
||||
* Wed Oct 31 2007 - jdelvare@suse.de
|
||||
- Package sensord separately.
|
||||
- Don't include redundant or outdated initalization scripts in
|
||||
|
Reference in New Issue
Block a user