2004-09-09 07:57:52 +00:00
|
|
|
Name: lm_sensors
|
2007-04-17 12:11:59 +00:00
|
|
|
Version: 2.10.3
|
2007-07-10 20:58:05 +00:00
|
|
|
Release: 3%{?dist}
|
2004-09-09 07:59:44 +00:00
|
|
|
URL: http://secure.netroedge.com/~lm78/
|
|
|
|
Source: http://secure.netroedge.com/~lm78/archive/lm_sensors-%{version}.tar.gz
|
2004-10-14 13:39:28 +00:00
|
|
|
Source1: lm_sensors.sysconfig
|
2007-07-10 20:58:05 +00:00
|
|
|
# these 2 were taken from PLD-linux, Thanks!
|
|
|
|
Source2: sensord.sysconfig
|
|
|
|
Source3: sensord.init
|
2004-09-09 08:00:10 +00:00
|
|
|
Patch3: lm_sensors-2.8.0-utf8.patch
|
2004-09-09 08:00:19 +00:00
|
|
|
Patch4: lm_sensors-2.8.2-expr.patch
|
2006-11-23 14:08:35 +00:00
|
|
|
Patch5: lm_sensors-2.10.1-local.patch
|
2004-10-14 13:39:28 +00:00
|
|
|
Patch7: lm_sensors-2.8.7-udev.patch
|
2006-05-12 14:57:29 +00:00
|
|
|
Patch8: lm_sensors-2.10.0-kernel26.patch
|
2007-07-10 20:58:05 +00:00
|
|
|
Summary: Hardware monitoring tools
|
2004-09-09 07:57:52 +00:00
|
|
|
Group: Applications/System
|
2004-09-09 07:59:44 +00:00
|
|
|
License: GPL
|
2006-11-23 14:08:35 +00:00
|
|
|
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
2007-03-15 14:35:31 +00:00
|
|
|
%ifarch %{ix86} x86_64
|
2006-02-16 09:45:12 +00:00
|
|
|
Requires: /usr/sbin/dmidecode
|
2007-03-15 14:35:31 +00:00
|
|
|
%endif
|
2006-06-05 21:53:11 +00:00
|
|
|
Requires(preun): chkconfig
|
|
|
|
Requires(post): chkconfig
|
2007-07-10 20:58:05 +00:00
|
|
|
Requires(post): /sbin/ldconfig
|
2006-07-10 02:42:23 +00:00
|
|
|
BuildRequires: kernel-headers >= 2.2.16, bison, libsysfs-devel, flex
|
2007-07-10 20:58:05 +00:00
|
|
|
BuildRequires: rrdtool-devel
|
2004-09-09 08:01:10 +00:00
|
|
|
ExclusiveArch: alpha %{ix86} x86_64
|
2004-09-09 07:57:52 +00:00
|
|
|
|
|
|
|
%description
|
2004-09-09 07:59:22 +00:00
|
|
|
The lm_sensors package includes a collection of modules for general SMBus
|
|
|
|
access and hardware monitoring. NOTE: this requires special support which
|
|
|
|
is not in standard 2.2-vintage kernels.
|
2004-09-09 07:57:52 +00:00
|
|
|
|
2007-07-10 20:58:05 +00:00
|
|
|
|
2004-09-09 07:57:52 +00:00
|
|
|
%package devel
|
2007-07-10 20:58:05 +00:00
|
|
|
Summary: Development files for programs which will use lm_sensors
|
2004-09-09 07:58:39 +00:00
|
|
|
Group: Development/System
|
2007-07-10 20:58:05 +00:00
|
|
|
Requires: %{name} = %{version}-%{release}
|
2004-09-09 07:57:52 +00:00
|
|
|
|
|
|
|
%description devel
|
2004-09-09 07:59:22 +00:00
|
|
|
The lm_sensors-devel package includes a header files and libraries for use
|
|
|
|
when building applications that make use of sensor data.
|
2004-09-09 07:57:52 +00:00
|
|
|
|
2007-07-10 20:58:05 +00:00
|
|
|
|
|
|
|
%package sensord
|
|
|
|
Summary: Daemon that periodically logs sensor readings
|
|
|
|
Group: System Environment/Daemons
|
|
|
|
Requires: %{name} = %{version}-%{release}
|
|
|
|
|
|
|
|
%description sensord
|
|
|
|
Daemon that periodically logs sensor readings to syslog or a round-robin
|
|
|
|
database, and warns of sensor alarms.
|
|
|
|
|
|
|
|
|
|
|
|
%package eepromer
|
|
|
|
Summary: Programs for reading / writing i2c / smbus eeproms
|
|
|
|
Group: Applications/System
|
|
|
|
|
|
|
|
%description eepromer
|
|
|
|
Programs for reading / writing i2c / smbus eeproms. Notice that writing the
|
|
|
|
eeproms in your system is very dangerous and is likely to render your system
|
|
|
|
unusable. Do not install, let alone use this, unless you really, _really_ know
|
|
|
|
what you are doing.
|
|
|
|
|
|
|
|
|
2004-09-09 07:57:52 +00:00
|
|
|
%prep
|
|
|
|
%setup -q
|
2004-09-09 07:59:44 +00:00
|
|
|
%patch3 -p1 -b .utf8
|
2004-09-09 08:00:19 +00:00
|
|
|
%patch4 -p1 -b .expr
|
2004-09-09 08:01:10 +00:00
|
|
|
%patch5 -p1 -b .local
|
2004-10-14 13:39:28 +00:00
|
|
|
%patch7 -p1 -b .udev
|
2005-05-23 16:02:21 +00:00
|
|
|
%patch8 -p1 -b .kernel26
|
2007-07-10 20:58:05 +00:00
|
|
|
mv prog/init/README prog/init/README.initscripts
|
|
|
|
chmod -x prog/init/fancontrol.init
|
|
|
|
|
2004-09-09 07:57:52 +00:00
|
|
|
|
|
|
|
%build
|
2005-09-01 17:36:56 +00:00
|
|
|
export CFLAGS="%{optflags}"
|
2007-07-10 20:58:05 +00:00
|
|
|
make PREFIX=%{_prefix} LIBDIR=%{_libdir} MANDIR=%{_mandir} EXLDFLAGS= \
|
|
|
|
PROG_EXTRA=sensord user
|
|
|
|
pushd prog/eepromer
|
|
|
|
make
|
|
|
|
popd
|
2004-09-09 07:57:52 +00:00
|
|
|
|
|
|
|
|
2007-07-10 20:58:05 +00:00
|
|
|
%install
|
|
|
|
rm -fr $RPM_BUILD_ROOT
|
|
|
|
make PREFIX=%{_prefix} LIBDIR=%{_libdir} MANDIR=%{_mandir} PROG_EXTRA=sensord \
|
|
|
|
DESTDIR=$RPM_BUILD_ROOT user_install
|
|
|
|
install -m 755 prog/eepromer/{eepromer,eeprom,eeprog} \
|
|
|
|
$RPM_BUILD_ROOT%{_sbindir}
|
|
|
|
rm $RPM_BUILD_ROOT%{_libdir}/libsensors.a
|
2004-09-09 08:00:10 +00:00
|
|
|
|
|
|
|
# Remove userland kernel headers, belong in glibc-kernheaders.
|
|
|
|
rm -rf $RPM_BUILD_ROOT%{_includedir}/linux
|
2004-09-09 07:59:44 +00:00
|
|
|
|
2004-10-14 14:05:56 +00:00
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig
|
2007-07-10 20:58:05 +00:00
|
|
|
install -p -m 644 %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/lm_sensors
|
|
|
|
install -p -m 644 %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/sensord
|
2004-10-14 13:39:28 +00:00
|
|
|
mkdir -p $RPM_BUILD_ROOT%{_initrddir}
|
2007-07-10 20:58:05 +00:00
|
|
|
install -p -m 755 prog/init/lm_sensors.init \
|
|
|
|
$RPM_BUILD_ROOT%{_initrddir}/lm_sensors
|
|
|
|
install -p -m 755 %{SOURCE3} $RPM_BUILD_ROOT%{_initrddir}/sensord
|
|
|
|
|
2004-10-14 13:39:28 +00:00
|
|
|
|
2004-09-09 07:57:52 +00:00
|
|
|
%clean
|
2007-07-10 20:58:05 +00:00
|
|
|
rm -fr $RPM_BUILD_ROOT
|
|
|
|
|
2004-09-09 07:57:52 +00:00
|
|
|
|
2006-01-16 17:29:20 +00:00
|
|
|
%pre
|
|
|
|
if [ -f /var/lock/subsys/sensors ]; then
|
2007-07-10 20:58:05 +00:00
|
|
|
mv -f /var/lock/subsys/sensors /var/lock/subsys/lm_sensors
|
2006-01-16 17:29:20 +00:00
|
|
|
fi
|
|
|
|
|
2004-10-14 14:05:56 +00:00
|
|
|
%post
|
|
|
|
/sbin/ldconfig
|
|
|
|
/sbin/chkconfig --add lm_sensors
|
2004-09-09 07:57:52 +00:00
|
|
|
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
2004-10-14 14:05:56 +00:00
|
|
|
%preun
|
|
|
|
if [ $1 = 0 ]; then
|
|
|
|
/sbin/chkconfig --del lm_sensors
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
2007-07-10 20:58:05 +00:00
|
|
|
%post sensord
|
|
|
|
/sbin/chkconfig --add sensord
|
|
|
|
|
|
|
|
%preun sensord
|
|
|
|
if [ $1 = 0 ]; then
|
|
|
|
/sbin/chkconfig --del sensord
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
2004-09-09 07:57:52 +00:00
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
2007-07-10 20:58:05 +00:00
|
|
|
%doc BACKGROUND BUGS CHANGES CONTRIBUTORS COPYING doc README* TODO
|
|
|
|
%doc prog/init/fancontrol.init prog/init/README.initscripts
|
2004-09-09 08:00:48 +00:00
|
|
|
%config(noreplace) %{_sysconfdir}/sensors.conf
|
2004-09-09 08:00:19 +00:00
|
|
|
%{_bindir}/*
|
2004-09-09 07:57:52 +00:00
|
|
|
%{_libdir}/*.so.*
|
|
|
|
%{_mandir}/man*/*
|
2004-09-09 07:59:44 +00:00
|
|
|
%{_sbindir}/*
|
2007-07-10 20:58:05 +00:00
|
|
|
%{_initrddir}/lm_sensors
|
2004-10-14 14:05:56 +00:00
|
|
|
%config(noreplace) %{_sysconfdir}/sysconfig/lm_sensors
|
2007-07-10 20:58:05 +00:00
|
|
|
%exclude %{_sbindir}/sensord
|
|
|
|
%exclude %{_sbindir}/eepro*
|
2004-09-09 07:57:52 +00:00
|
|
|
|
|
|
|
%files devel
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_includedir}/sensors
|
|
|
|
%{_libdir}/lib*.so
|
|
|
|
|
2007-07-10 20:58:05 +00:00
|
|
|
%files sensord
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%doc prog/sensord/README
|
|
|
|
%{_sbindir}/sensord
|
|
|
|
%{_initrddir}/sensord
|
|
|
|
%config(noreplace) %{_sysconfdir}/sysconfig/sensord
|
|
|
|
|
|
|
|
%files eepromer
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%doc prog/eepromer/README*
|
|
|
|
%{_sbindir}/eepro*
|
|
|
|
|
|
|
|
|
2004-09-09 07:57:52 +00:00
|
|
|
%changelog
|
2007-07-10 20:58:05 +00:00
|
|
|
* Mon Jul 9 2007 Hans de Goede <j.w.r.degoede@hhs.nl> - 2.10.3-3
|
|
|
|
- Remove no longer needed patches 1, 2 & 6
|
|
|
|
- Various specfile cleanups to match the Fedora packaging guidelines
|
|
|
|
this fixes bz 238787 amongst other things
|
|
|
|
- Use lm_sensors provided initscript instead of our own private one, this
|
|
|
|
stops the sometimes unnecessary loading of i2c-dev
|
|
|
|
- No longer ship a static version of the library in -devel
|
|
|
|
- Compile sensord and eepromer extra programs and put each in its own
|
|
|
|
subpackage (bz 236904)
|
|
|
|
|
2007-04-17 12:23:16 +00:00
|
|
|
* Tue Apr 17 2007 Phil Knirsch <pknirsch@redhat.com> - 2.10.3-2
|
|
|
|
- Fixed one more problem with sensors-detect (#215984)
|
|
|
|
|
2007-04-17 12:11:59 +00:00
|
|
|
* Tue Apr 17 2007 Phil Knirsch <pknirsch@redhat.com> - 2.10.3-1
|
|
|
|
- Update to lm_sensors-2.10.3
|
|
|
|
|
2007-03-15 14:35:31 +00:00
|
|
|
* Thu Mar 15 2007 Phil Knirsch <pknirsch@redhat.com> - 2.10.2-2
|
|
|
|
- Only require dmidecode on supported archs (#232264)
|
|
|
|
|
2007-02-06 12:33:04 +00:00
|
|
|
* Tue Feb 06 2007 Florian La Roche <laroche@redhat.com> - 2.10.2-1
|
|
|
|
- Update to lm_sensors-2.10.2
|
|
|
|
|
2006-11-23 14:08:35 +00:00
|
|
|
* Thu Nov 23 2006 Phil Knirsch <pknirsch@redhat.com> - 2.10.1-1.fc7
|
|
|
|
- Update to lm_sensors-2.10.1
|
|
|
|
- Tiny specfile updates
|
|
|
|
|
2006-07-12 07:14:10 +00:00
|
|
|
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 2.10.0-3.1
|
|
|
|
- rebuild
|
|
|
|
|
2006-07-10 02:34:56 +00:00
|
|
|
* Sun Jul 09 2006 Warren Togami <wtogami@redhat.com> 2.10.0-3
|
2006-07-10 02:42:23 +00:00
|
|
|
- change buildreq from sysfsutils-devel to libsysfs-devel (#198055)
|
2006-07-10 02:34:56 +00:00
|
|
|
|
2006-06-05 21:53:11 +00:00
|
|
|
* Mon Jun 05 2006 Jesse Keating <jkeating@redhat.com> 2.10.0-2
|
|
|
|
- Fix BuildRequires, added flex. (#193511) Changed to Requires(post) and
|
|
|
|
(postun)
|
|
|
|
|
2006-05-12 12:40:04 +00:00
|
|
|
* Fri May 12 2006 Phil Knirsch <pknirsch@redhat.com> 2.10.0-1
|
|
|
|
- Update to lm_sensors-2.10.0
|
|
|
|
- Added missing buildprereq on sysfsutils-devel (#189196)
|
|
|
|
- Added missing prereq on chkconfig (#182838)
|
2006-05-12 14:57:29 +00:00
|
|
|
- Some fiddling to make it build on latest kernels
|
2006-05-12 12:40:04 +00:00
|
|
|
|
2006-02-15 14:38:52 +00:00
|
|
|
* Wed Feb 15 2006 Phil Knirsch <pknirsch@redhat.com> 2.9.2-2
|
|
|
|
- Added missing dependency to chkconfig
|
|
|
|
|
2006-02-10 14:12:38 +00:00
|
|
|
* Fri Feb 10 2006 Phil Knirsch <pknirsch@redhat.com> 2.9.2-1
|
|
|
|
- Update to lm_sensors-2.9.2
|
|
|
|
- Fixed wrong subsys locking (#176965)
|
|
|
|
- Removed lm_sensors pwmconfig, has been fixed upstream now
|
|
|
|
|
2006-02-07 12:52:39 +00:00
|
|
|
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 2.9.1-6.1
|
|
|
|
- rebuilt for new gcc4.1 snapshot and glibc changes
|
|
|
|
|
2006-01-16 17:29:20 +00:00
|
|
|
* Mon Jan 16 2006 Peter Jones <pjones@redhat.com> 2.9.1-6
|
|
|
|
- fix initscript subsys locking
|
|
|
|
|
|
|
|
* Fri Dec 16 2005 Jesse Keating <jkeating@redhat.com> 2.9.1-5.1
|
2005-12-16 23:21:30 +00:00
|
|
|
- rebuilt for new gcj
|
|
|
|
|
2005-11-08 14:08:13 +00:00
|
|
|
* Tue Nov 08 2005 Phil Knirsch <pknirsch@redhat.com> 2.9.1-5
|
|
|
|
- Fixed lm_sensors pwmconfig patch.
|
|
|
|
|
2005-09-01 17:36:56 +00:00
|
|
|
* Tue Sep 01 2005 Phil Knirsch <pknirsch@redhat.com> 2.9.1-4
|
|
|
|
- Fixed CAN-2005-2672 lm_sensors pwmconfig insecure temporary file usage
|
|
|
|
(#166673)
|
|
|
|
- Fixed missing optflags during build (#166910)
|
|
|
|
|
2005-05-23 16:02:21 +00:00
|
|
|
* Mon May 23 2005 Phil Knirsch <pknirsch@redhat.com> 2.9.1-3
|
2005-05-23 15:11:50 +00:00
|
|
|
- Update to lm_sensors-2.9.1
|
2005-05-23 15:43:40 +00:00
|
|
|
- Fixed wrong/missing location variables for make user
|
2005-05-23 16:02:21 +00:00
|
|
|
- Fixed missing check for /etc/modprobe.conf in sensors-detect (#139245)
|
2005-05-23 15:11:50 +00:00
|
|
|
|
2005-03-02 16:13:33 +00:00
|
|
|
* Wed Mar 02 2005 Phil Knirsch <pknirsch@redhat.com> 2.8.8-5
|
|
|
|
- bump release and rebuild with gcc 4
|
|
|
|
|
|
|
|
* Tue Jan 11 2005 Dave Jones <davej@redhat.com> 2.8.8-4
|
2005-01-11 20:54:10 +00:00
|
|
|
- Add dependancy on dmidecode rather than the obsolete kernel-utils.
|
2005-01-11 20:59:13 +00:00
|
|
|
- Don't delete dmidecode from the buildroot.
|
2005-01-11 20:54:10 +00:00
|
|
|
|
2004-12-23 15:07:20 +00:00
|
|
|
* Thu Dec 23 2004 Phil Knirsch <pknirsch@redhat.com> 2.8.8-2
|
|
|
|
- Fixed typo in initscript (#139030)
|
|
|
|
|
|
|
|
* Tue Dec 21 2004 Phil Knirsch <pknirsch@redhat.com> 2.8.8-1
|
2004-12-21 13:06:59 +00:00
|
|
|
- Added Buildprereq for bison (#138888)
|
|
|
|
- Update to lm_sensors-2.8.8
|
|
|
|
|
2004-10-14 13:39:28 +00:00
|
|
|
* Thu Oct 14 2004 Harald Hoyer <harald@redhat.com> 2.8.7-2
|
|
|
|
- added initial /etc/sysconfig/lm_sensors
|
|
|
|
- added initscript
|
|
|
|
- MAKEDEV the initial i2c devices in initscript and sensors-detect
|
|
|
|
|
2004-09-09 08:01:19 +00:00
|
|
|
* Tue Jul 06 2004 Phil Knirsch <pknirsch@redhat.com> 2.8.7-1
|
|
|
|
- Update to latest upstream version.
|
|
|
|
|
2004-09-09 08:01:14 +00:00
|
|
|
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
2004-09-09 08:01:10 +00:00
|
|
|
* Tue Apr 13 2004 Phil Knirsch <pknirsch@redhat.com> 2.8.6-1
|
|
|
|
- Update to latest upstream version.
|
|
|
|
- Enabled build for x86_64.
|
|
|
|
|
|
|
|
* Mon Mar 08 2004 Phil Knirsch <pknirsch@redhat.com> 2.8.3-5
|
|
|
|
- Fixed initscript to work with 2.6 kernel and made it more quiet (#112286).
|
|
|
|
- Changed proposed location of sensors (#116496).
|
|
|
|
- Fixed rpath issue.
|
|
|
|
|
2004-09-09 08:00:48 +00:00
|
|
|
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
|
|
|
* Thu Feb 05 2004 Phil Knirsch <pknirsch@redhat.com> 2.8.3-3
|
|
|
|
- Modified sensors.conf to a noreplace config file.
|
|
|
|
|
|
|
|
* Wed Feb 04 2004 Phil Knirsch <pknirsch@redhat.com> 2.8.3-2
|
|
|
|
- Fixed newly included initscript (#114608).
|
|
|
|
|
2004-09-09 08:00:19 +00:00
|
|
|
* Thu Jan 29 2004 Phil Knirsch <pknirsch@redhat.com> 2.8.3-1
|
|
|
|
- Updated to latest upstream version 2.8.3
|
|
|
|
|
|
|
|
* Thu Jan 08 2004 Phil Knirsch <pknirsch@redhat.com> 2.8.2-1
|
|
|
|
- Update to latest upstream version 2.8.2
|
|
|
|
- Fixed wrong & usage in if expression.
|
|
|
|
- Included several new perl tools.
|
|
|
|
|
2004-09-09 08:00:10 +00:00
|
|
|
* Fri Oct 24 2003 Phil Knirsch <pknirsch@redhat.com> 2.8.1-1
|
|
|
|
- Update to latest upstream version 2.8.1
|
|
|
|
|
|
|
|
* Wed Jul 23 2003 Phil Knirsch <pknirsch@redhat.com> 2.8.0-1
|
|
|
|
- Update to latest upstream version 2.8.0
|
|
|
|
|
|
|
|
* Fri Jun 27 2003 Phil Knirsch <pknirsch@redhat.com> 2.6.5-6.1
|
|
|
|
- rebuilt
|
|
|
|
|
|
|
|
* Fri Jun 27 2003 Phil Knirsch <pknirsch@redhat.com> 2.6.5-6
|
|
|
|
- Included prog/init scripts and README (#90606).
|
|
|
|
- Require kernel-utils for dmidecode (#88367, #65057).
|
|
|
|
|
|
|
|
* Wed Jan 22 2003 Tim Powers <timp@redhat.com> 2.6.5-5
|
2004-09-09 07:59:44 +00:00
|
|
|
- rebuilt
|
|
|
|
|
|
|
|
* Wed Dec 04 2002 Phil Knirsch <pknirsch@redhat.com> 2.6.5-4
|
|
|
|
- Bump release and try to rebuild.
|
|
|
|
|
|
|
|
* Tue Dec 3 2002 Tim Powers <timp@redhat.com> 2.6.5-3
|
|
|
|
- don't include dmidecode, conflicts with kernel-utils
|
|
|
|
|
|
|
|
* Fri Nov 29 2002 Phil Knirsch <pknirsch@redhat.com> 2.6.5-2
|
|
|
|
- Added patch to fix utf8 problem with sensors-detect.
|
|
|
|
- Fixed Copyright: to License: in specfile
|
|
|
|
|
|
|
|
* Fri Nov 29 2002 Phil Knirsch <pknirsch@redhat.com> 2.6.5-1
|
|
|
|
- Updated userlevel to 2.6.5.
|
|
|
|
- Include all the /usr/sbin/ apps (like dmidecode).
|
|
|
|
|
|
|
|
* Fri Oct 04 2002 Phil Knirsch <pknirsch@redhat.com> 2.6.3-3
|
|
|
|
- Removed Serverworks patch as it is already in sensors-detect.
|
|
|
|
|
|
|
|
* Fri Jun 21 2002 Tim Powers <timp@redhat.com> 2.6.3-2
|
2004-09-09 07:59:32 +00:00
|
|
|
- automated rebuild
|
|
|
|
|
2004-09-09 07:59:29 +00:00
|
|
|
* Tue Jun 18 2002 Phil Knirsch <pknirsch@redhat.com> 2.6.3-1
|
|
|
|
- Updated of userland package to 2.6.3
|
|
|
|
- Fixed file packaging bug (#66126).
|
|
|
|
|
|
|
|
* Thu May 23 2002 Tim Powers <timp@redhat.com> 2.6.2-2
|
|
|
|
- automated rebuild
|
|
|
|
|
|
|
|
* Mon Jan 28 2002 Phil Knirsch <pknirsch@redhat.com> 2.6.2-1
|
|
|
|
- Update to version 2.6.2
|
2004-09-09 07:59:22 +00:00
|
|
|
|
2004-09-09 07:58:55 +00:00
|
|
|
* Wed Aug 22 2001 Philipp Knirsch <pknirsch@redhat.de> 2.5.5-6
|
|
|
|
- Added the SMBus CSB5 detection (#50468)
|
|
|
|
|
2004-09-09 07:58:39 +00:00
|
|
|
* Mon Jul 9 2001 Philipp Knirsch <pknirsch@redhat.de>
|
|
|
|
- Fixed duplicate Summary: entry for devel package (#47714)
|
|
|
|
|
2004-09-09 07:58:04 +00:00
|
|
|
* Sun Jun 24 2001 Elliot Lee <sopwith@redhat.com>
|
|
|
|
- Bump release + rebuild.
|
|
|
|
|
2004-09-09 07:57:58 +00:00
|
|
|
* Thu Feb 15 2001 Philipp Knirsch <pknirsch@redhat.de>
|
|
|
|
- Removed the i2c block patch as our newest kernel doesn't need it anymore.
|
|
|
|
|
|
|
|
* Mon Feb 5 2001 Matt Wilson <msw@redhat.com>
|
|
|
|
- added patch to not include sys/perm.h, as it's gone now.
|
|
|
|
- added alpha to ExclusiveArch
|
|
|
|
- use make "LINUX_HEADERS=/usr/include" to get kernel headers
|
|
|
|
|
|
|
|
* Tue Jan 16 2001 Philipp Knirsch <pknirsch@redhat.de>
|
|
|
|
- Updated to 2.5.5 which includes the Serverworks drivers. Kernel modules are
|
|
|
|
not included though es they have to go into the kernel package
|
|
|
|
- Had to remove all references to I2C_SMBUS_I2C_BLOCK_DATA from
|
|
|
|
kernel/busses/i2c-i801.c and prog/dump/i2cdump.c as this is not defined in
|
|
|
|
our current kernel package
|
|
|
|
|
|
|
|
* Tue Dec 19 2000 Philipp Knirsch <pknirsch@redhat.de>
|
|
|
|
- update to 2.5.4
|
|
|
|
- updated URL and Source entries to point to new home of lm-sensors
|
|
|
|
- rebuild
|
|
|
|
|
2004-09-09 07:57:52 +00:00
|
|
|
* Wed Aug 16 2000 Nalin Dahyabhai <nalin@redhat.com>
|
|
|
|
- fix summary
|
|
|
|
|
|
|
|
* Fri Jul 28 2000 Harald Hoyer <harald@redhat.de>
|
|
|
|
- added static library to devel package
|
|
|
|
|
|
|
|
* Thu Jul 20 2000 Nalin Dahyabhai <nalin@redhat.com>
|
|
|
|
- update to 2.5.2
|
|
|
|
- build against a kernel that actually has new i2c code in it
|
|
|
|
|
|
|
|
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
|
|
|
|
- automatic rebuild
|
|
|
|
|
|
|
|
* Mon Jun 12 2000 Nalin Dahyabhai <nalin@redhat.com>
|
|
|
|
- initial package without kernel support
|