On Fri, Aug 19, 2005 at 10:07:11PM +0400, Alexey M. Tourbin wrote: > lm_sensors - Hardware Health Monitoring Tools > * Thu Aug 18 2005 Sergey Vlasov 2.9.1-alt1 > - 2.9.1 release. > - Updated alt-init patch: > + lm_sensors.init: fixed help message > + sensors-detect: generate config file with SET_LIMITS=no to avoid wiping > out sensor chip configuration made by BIOS (sometimes this leads to nasty > effects like immediate system shutdown, endless warning beeps, fans > running full speed, etc.). > - Dropped alt-fix-bmcsensors patch (fixed upstream). > - Added alt-man patch: fix typos in man pages. > - Spec file cleanup. > - Dropped the lm_sensors-graph subpackage, moved tellerstats scripts to the > documentation directory (#6423). > - Removed doc-features.pl and doc-insmod.pl scripts, which are intended for > upstream maintainers and useless for a package user. > * Sun Jan 23 2005 Sergey Vlasov 2.9.0-alt1 > Note: changelog entry for 2.9.0-alt1.1 was not found. Жульничество! Почему 2.9.0-alt1.1 был потерян? Не из-за этого ли пакет снова перестал собираться на x86_64? --- lm_sensors-2.9.0-alt1/lm_sensors.spec 2005-01-23 19:26:15 +0000 +++ lm_sensors-2.9.0-alt1.1/lm_sensors.spec 2005-07-15 12:09:27 +0000 @@ -2,7 +2,7 @@ Name: lm_sensors Version: 2.9.0 -Release: alt1 +Release: alt1.1 Summary: Hardware Health Monitoring Tools License: GPL @@ -123,7 +123,8 @@ make user \ EXLDFLAGS= \ LIBICONV= \ PREFIX=%prefix \ - ETCDIR=%_sysconfdir + ETCDIR=%_sysconfdir \ + LIBDIR=%_libdir %install %set_verify_elf_method strict @@ -136,7 +137,8 @@ make user \ DESTDIR=$RPM_BUILD_ROOT \ PREFIX=%prefix \ ETCDIR=%_sysconfdir \ - MANDIR=%_mandir + MANDIR=%_mandir \ + LIBDIR=%_libdir find prog -type f |while read f; do if file -b "$f" |%__grep -Fq ' executable'; then @@ -195,6 +197,9 @@ du -hsc kernel-source-%name-%version %_usrsrc/kernel/sources/kernel-source-%name-%version.tar.bz2 %changelog +* Fri Jul 15 2005 Anton D. Kachalov 2.9.0-alt1.1 +- multilib support + * Sun Jan 23 2005 Sergey Vlasov 2.9.0-alt1 - 2.9.0 release. - Updated alt-init patch. -- ldv