5c7a4f
Summary:	Tools for monitoring SMART capable hard disks
5c7a4f
Name:		smartmontools
5c7a4f
Version:	7.0
2ff39e
Release:	2%{?dist}
5c7a4f
Epoch:		1
5c7a4f
Group:		System Environment/Base
5c7a4f
License:	GPLv2+
5c7a4f
URL:		https://www.smartmontools.org/
5c7a4f
Source0:	https://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
5c7a4f
Source2:	smartmontools.sysconf
5c7a4f
Source4:	smartdnotify
5c7a4f
5c7a4f
#fedora/rhel specific
5c7a4f
Patch1:		smartmontools-5.38-defaultconf.patch
5c7a4f
Patch2:         smartmontools-6.2-up2datedrivedb.patch
2ff39e
#from upstream, for smt <= 7.0
2ff39e
Patch3:         smartmontools-7.0-cciss-smallbuf-segfault.patch
5c7a4f
5c7a4f
BuildRoot:	%(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
5c7a4f
Requires:	fileutils mailx
5c7a4f
#new rpm does not handle this (yet?)
5c7a4f
#Requires(triggerun):	systemd-units
5c7a4f
Requires(post):		systemd-units
5c7a4f
Requires(preun):	systemd-units
5c7a4f
Requires(postun):	systemd-units
5c7a4f
BuildRequires:	readline-devel ncurses-devel automake util-linux groff gettext
5c7a4f
BuildRequires:	libselinux-devel libcap-ng-devel
5c7a4f
BuildRequires:	systemd systemd-libs systemd-devel
5c7a4f
5c7a4f
%description
5c7a4f
The smartmontools package contains two utility programs (smartctl
5c7a4f
and smartd) to control and monitor storage systems using the Self-
5c7a4f
Monitoring, Analysis and Reporting Technology system (SMART) built
5c7a4f
into most modern ATA/SATA, SCSI/SAS and NVMe disks. In many cases,
5c7a4f
these utilities will provide advanced warning of disk degradation
5c7a4f
and failure.
5c7a4f
5c7a4f
%prep
5c7a4f
%setup -q 
5c7a4f
%patch1 -p1 -b .defaultconf
5c7a4f
%patch2 -p1 -b .up2datedrivedb
2ff39e
%patch3 -p1 -b .segfault
5c7a4f
5c7a4f
# fix encoding
5c7a4f
for fe in AUTHORS ChangeLog
5c7a4f
do
5c7a4f
  iconv -f iso-8859-1 -t utf-8 <$fe >$fe.new
5c7a4f
  touch -r $fe $fe.new
5c7a4f
  mv -f $fe.new $fe
5c7a4f
done
5c7a4f
5c7a4f
%build
5c7a4f
autoreconf -i
5c7a4f
%configure --with-selinux --with-libcap-ng=yes --with-libsystemd --with-systemdsystemunitdir=%{_unitdir} --sysconfdir=%{_sysconfdir}/%name/
5c7a4f
%ifarch sparc64
5c7a4f
make CXXFLAGS="$RPM_OPT_FLAGS -fPIE" LDFLAGS="-pie -Wl,-z,relro,-z,now"
5c7a4f
%else
5c7a4f
make CXXFLAGS="$RPM_OPT_FLAGS -fpie" LDFLAGS="-pie -Wl,-z,relro,-z,now"
5c7a4f
%endif
5c7a4f
5c7a4f
sed -i 's|/etc/smartmontools/sysconfig|/etc/sysconfig|g' smartd.service
5c7a4f
5c7a4f
%install
5c7a4f
rm -rf $RPM_BUILD_ROOT
5c7a4f
make DESTDIR=$RPM_BUILD_ROOT install
5c7a4f
5c7a4f
rm -f examplescripts/Makefile*
5c7a4f
chmod a-x -R examplescripts/*
5c7a4f
install -D -p -m 644 %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/smartmontools
5c7a4f
install -D -p -m 755 %{SOURCE4} $RPM_BUILD_ROOT/%{_libexecdir}/%{name}/smartdnotify
5c7a4f
mkdir -p $RPM_BUILD_ROOT/%{_sysconfdir}/%{name}/smartd_warning.d
5c7a4f
rm -rf $RPM_BUILD_ROOT/etc/{rc.d,init.d}
5c7a4f
rm -rf $RPM_BUILD_ROOT/%{_docdir}/%{name}
5c7a4f
5c7a4f
%clean
5c7a4f
rm -rf $RPM_BUILD_ROOT
5c7a4f
5c7a4f
%preun
5c7a4f
%systemd_preun smartd.service
5c7a4f
5c7a4f
%pre
5c7a4f
if [ $1 = 2 ] # only during update
5c7a4f
then
5c7a4f
  # for Fedora 19-22
5c7a4f
  if [ -f %{_sysconfdir}/smartd.conf -a ! -e %{_sysconfdir}/%name ]
5c7a4f
  then
5c7a4f
    mkdir -p %{_sysconfdir}/%{name}
5c7a4f
    cp -p %{_sysconfdir}/smartd.conf %{_sysconfdir}/%{name}
5c7a4f
  fi
5c7a4f
fi
5c7a4f
5c7a4f
%post
5c7a4f
%systemd_post smartd.service
5c7a4f
5c7a4f
%postun
5c7a4f
%systemd_postun_with_restart smartd.service
5c7a4f
5c7a4f
%files
5c7a4f
%defattr(-,root,root,-)
5c7a4f
%doc AUTHORS ChangeLog INSTALL NEWS README
5c7a4f
%doc TODO examplescripts smartd.conf
5c7a4f
%license COPYING
5c7a4f
%dir %{_sysconfdir}/%name
5c7a4f
%dir %{_sysconfdir}/%name/smartd_warning.d
5c7a4f
%config(noreplace) %{_sysconfdir}/%{name}/smartd.conf
5c7a4f
%config(noreplace) %{_sysconfdir}/%{name}/smartd_warning.sh
5c7a4f
%config(noreplace) %{_sysconfdir}/sysconfig/smartmontools
5c7a4f
%{_unitdir}/smartd.service
5c7a4f
%{_sbindir}/smartd
5c7a4f
%{_sbindir}/update-smart-drivedb
5c7a4f
%{_sbindir}/smartctl
5c7a4f
%{_mandir}/man?/smart*.*
5c7a4f
%{_mandir}/man8/update-smart-drivedb.8*
5c7a4f
%{_libexecdir}/%{name}
5c7a4f
%{_datadir}/%{name}
5c7a4f
5c7a4f
%changelog
2ff39e
* Thu Nov 21 2019 Michal Hlavinka <mhlavink@redhat.com> - 1:7.0-1.0.bz1764958
2ff39e
- fix smartctl crash when cciss answer is >512 bytes (#1764958)
2ff39e
5c7a4f
* Thu Feb 14 2019 Michal Hlavinka <mhlavink@redhat.com> - 1:7.0-1
5c7a4f
- smartmontools updated to 7.0 (#1588532)
5c7a4f
- fixed detection of Device Statistics log with 256 sectors (#1590190)
5c7a4f
5c7a4f
* Wed Oct 11 2017 Michal Hlavinka <mhlavink@redhat.com> - 1:6.5-1
5c7a4f
- smartmontools updated to 6.5
5c7a4f
- adds support for NVMe devices (#1369731)
5c7a4f
- minor spec cleanup (#1463148)
5c7a4f
5c7a4f
* Sun Mar 26 2017 Michal Hlavinka <mhlavink@redhat.com> - 1:6.2-8
5c7a4f
- use up to date drivedb (#1388510)
5c7a4f
- less scarry messages reported to users (#1340462)
5c7a4f
5c7a4f
* Wed Sep 07 2016 Michal Hlavinka <mhlavink@redhat.com> - 1:6.2-7
5c7a4f
- add update-smart-drivedb.8 man page (#1367237)
5c7a4f
- fix drivedb update url (#1364830)
5c7a4f
5c7a4f
* Thu May 05 2016 Michal Hlavinka <mhlavink@redhat.com> - 1:6.2-6
5c7a4f
- allow to discover more devices (#1294999)
5c7a4f
5c7a4f
* Mon May 02 2016 Michal Hlavinka <mhlavink@redhat.com> - 1:6.2-5
5c7a4f
- do not leak file descriptor when calling mailx (#1212582)
5c7a4f
5c7a4f
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 1:6.2-4
5c7a4f
- Mass rebuild 2014-01-24
5c7a4f
5c7a4f
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 1:6.2-3
5c7a4f
- Mass rebuild 2013-12-27
5c7a4f
5c7a4f
* Mon Sep 16 2013 Michal Hlavinka <mhlavink@redhat.com> - 1:6.2-2
5c7a4f
- smartd service file wrong path to environment file (#1008516)
5c7a4f
5c7a4f
* Tue Jul 30 2013 Michal Hlavinka <mhlavink@redhat.com> - 1:6.2-1
5c7a4f
- smartmontools updated to 6.2
5c7a4f
5c7a4f
* Mon Jul 22 2013 Michal Hlavinka <mhlavink@redhat.com> - 1:6.1-2
5c7a4f
- spec cleanup
5c7a4f
5c7a4f
* Wed Mar 20 2013 Michal Hlavinka <mhlavink@redhat.com> - 1:6.1-1
5c7a4f
- smartmontools updated to 6.1
5c7a4f
5c7a4f
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:6.0-2
5c7a4f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
5c7a4f
5c7a4f
* Thu Oct 11 2012 Michal Hlavinka <mhlavink@redhat.com> - 1:6.0-1
5c7a4f
- smartmontools updated to 6.0
5c7a4f
5c7a4f
* Tue Aug 21 2012 Michal Hlavinka <mhlavink@redhat.com> - 1:5.43-3
5c7a4f
- use new systemd rpm macros (#850316)
5c7a4f
5c7a4f
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:5.43-2
5c7a4f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
5c7a4f
5c7a4f
* Mon Jul 02 2012 Michal Hlavinka <mhlavink@redhat.com> - 1:5.43-1
5c7a4f
- smartmontools updated to 5.43
5c7a4f
5c7a4f
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:5.42-3
5c7a4f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
5c7a4f
5c7a4f
* Fri Dec 02 2011 Michal Hlavinka <mhlavink@redhat.com> - 1:5.42-2
5c7a4f
- enable smartd after installation
5c7a4f
5c7a4f
* Fri Oct 21 2011 Michal Hlavinka <mhlavink@redhat.com> - 1:5.42-1
5c7a4f
- smartmontools updated to 5.42
5c7a4f
5c7a4f
* Mon Jun 13 2011 Michal Hlavinka <mhlavink@redhat.com> - 1:5.41-2
5c7a4f
- make F-14 (sysv init) -> F-15 (systemd) transition more robust
5c7a4f
5c7a4f
* Fri Jun 10 2011 Michal Hlavinka <mhlavink@redhat.com> - 1:5.41-1
5c7a4f
- updated to 5.41
5c7a4f
5c7a4f
* Mon May 16 2011 Michal Hlavinka <mhlavink@redhat.com> - 1:5.40-10
5c7a4f
- fix path to notify script (#675778)
5c7a4f
5c7a4f
* Fri Mar 11 2011 Michal Hlavinka <mhlavink@redhat.com> - 1:5.40-9
5c7a4f
- fix typos in man page
5c7a4f
5c7a4f
* Fri Mar 04 2011 Michal Hlavinka <mhlavink@redhat.com> - 1:5.40-8
5c7a4f
- don't call chkconfig add, we use systemd now
5c7a4f
 
5c7a4f
* Thu Mar 03 2011 Michal Hlavinka <mhlavink@redhat.com> - 1:5.40-7
5c7a4f
- own %%{_datadir}/%%{name} and %%{_libexecdir}/%%{name} dirs
5c7a4f
5c7a4f
* Thu Feb 17 2011 Michal Hlavinka <mhlavink@redhat.com> - 1:5.40-6
5c7a4f
- notify users when disk is failing
5c7a4f
5c7a4f
* Wed Feb 09 2011 Michal Hlavinka <mhlavink@redhat.com> - 1:5.40-5
5c7a4f
- move to systemd
5c7a4f
5c7a4f
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:5.40-4
5c7a4f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
5c7a4f
5c7a4f
* Mon Nov 15 2010 Michal Hlavinka <mhlavink@redhat.com> - 1:5.40-3
5c7a4f
- megaraid: Fix segfault on non-data commands (#577935)
5c7a4f
5c7a4f
* Tue Nov 09 2010 Michal Hlavinka <mhlavink@redhat.com> - 1:5.40-2
5c7a4f
- don't forget to restart smartd service after update (#651211)
5c7a4f
5c7a4f
* Mon Oct 18 2010 Michal Hlavinka <mhlavink@redhat.com> - 1:5.40-1
5c7a4f
- updated to 5.40 final
5c7a4f
5c7a4f
* Mon Sep 27 2010 Michal Hlavinka <mhlavink@redhat.com> - 1:5.39.1-2.r3169
5c7a4f
- updated to r3169
5c7a4f
- ddds riverdb support for new devices (#637171)
5c7a4f
5c7a4f
* Fri Jan 29 2010 Michal Hlavinka <mhlavink@redhat.com> - 1:5.39.1-1
5c7a4f
- updated to 5.39.1
5c7a4f
- Fix spin-up of SATA drive if '-n standby' is used.
5c7a4f
5c7a4f
* Wed Jan 20 2010 Michal Hlavinka <mhlavink@redhat.com> - 1:5.39-2
5c7a4f
- fix DEVICESCAN -d sat
5c7a4f
- fix directive '-l selftest'
5c7a4f
- fix option '-q, --quietmode'
5c7a4f
5c7a4f
* Thu Dec 10 2009 Michal Hlavinka <mhlavink@redhat.com> - 1:5.39-1
5c7a4f
- update to 5.39
5c7a4f
5c7a4f
* Wed Dec 02 2009 Michal Hlavinka <mhlavink@redhat.com> - 1:5.39-0.1.rc1
5c7a4f
- update to 5.39-rc1
5c7a4f
5c7a4f
* Wed Nov 25 2009 Michal Hlavinka <mhlavink@redhat.com> - 1:5.38-25.20091119svn
5c7a4f
- spec cleanup
5c7a4f
5c7a4f
* Mon Nov 23 2009 Michal Hlavinka <mhlavink@redhat.com> - 1:5.38-24.20091119svn
5c7a4f
- move powermode option from sysconfig to smartd.conf (#539760)
5c7a4f
5c7a4f
* Thu Nov 19 2009 Michal Hlavinka <mhlavink@redhat.com> - 1:5.38-23.20091119svn
5c7a4f
- update to svn snapshot 2009-11-19
5c7a4f
- remove upstreamed patches
5c7a4f
5c7a4f
* Mon Nov 02 2009 Michal Hlavinka <mhlavink@redhat.com> - 1:5.38-22
5c7a4f
- spec cleanup
5c7a4f
5c7a4f
* Mon Oct 12 2009 Michal Hlavinka <mhlavink@redhat.com> - 1:5.38-21 
5c7a4f
- warn about disabled mail only if capabilities are enabled
5c7a4f
5c7a4f
* Fri Oct 09 2009 Michal Hlavinka <mhlavink@redhat.com> - 1:5.38-20
5c7a4f
- fix init script for case when no action was specified
5c7a4f
5c7a4f
* Fri Oct 09 2009 Michal Hlavinka <mhlavink@redhat.com> - 1:5.38-19
5c7a4f
- make init script lsb compliant (#528016)
5c7a4f
5c7a4f
* Mon Oct 05 2009 Michal Hlavinka <mhlavink@redhat.com> - 1:5.38-18
5c7a4f
- bump release for rebuild
5c7a4f
5c7a4f
* Mon Oct 05 2009 Michal Hlaivnka <mhlavink@redhat.com> - 1:5.38-17
5c7a4f
- make capabilities optional
5c7a4f
- fix capabilities for 3ware contollers (#526626)
5c7a4f
5c7a4f
* Wed Aug 26 2009 Michal Hlavinka <mhlavink@redhat.com> - 1:5.38-16
5c7a4f
- extend capability scanning devices
5c7a4f
5c7a4f
* Wed Aug 26 2009 Michal Hlavinka <mhlavink@redhat.com> - 1:5.38-15
5c7a4f
- updated patch for lower capabilities (#517728)
5c7a4f
- added buildrequires libcap-ng-devel
5c7a4f
5c7a4f
* Fri Aug 21 2009 Michal Hlavinka <mhlavink@redhat.com> - 1:5.38-14
5c7a4f
- drop all unnecessary capabilities (#517728)
5c7a4f
5c7a4f
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:5.38-13
5c7a4f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
5c7a4f
5c7a4f
* Thu Jun 11 2009 Michal Hlavinka <mhlavink@redhat.com> - 1:5.38-12
5c7a4f
- drop autogen call 
5c7a4f
5c7a4f
* Sat Apr 11 2009 Dennis Gilmore <dennis@ausil.us> - 1:5.38-11
5c7a4f
- remove ExclusiveArch use -fPIE on sparc64  
5c7a4f
- tested builds on sparcv9 sparc64 and s390x
5c7a4f
5c7a4f
* Mon Mar 09 2009 Michal Hlavinka <mhlavink@redhat.com> - 1:5.38-10
5c7a4f
- cleanup for merge review
5c7a4f
5c7a4f
* Fri Feb 27 2009 Tom "spot" Callaway <tcallawa@redhat.com> - 1:5.38-9
5c7a4f
- fix ExclusiveArch
5c7a4f
5c7a4f
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:5.38-8
5c7a4f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
5c7a4f
5c7a4f
* Mon Aug 11 2008 Tomas Smetana <tsmetana@redhat.com> - 1:5.38-7
5c7a4f
- fix #458549 - obsolete smartmontools-config
5c7a4f
- change the default configuration file
5c7a4f
5c7a4f
* Fri Aug 08 2008 Tomas Smetana <tsmetana@redhat.com> - 1:5.38-6
5c7a4f
- correct CXXFLAGS so the PIE code is produced
5c7a4f
5c7a4f
* Mon May 12 2008 Tomas Smetana <tsmetana@redhat.com> - 1:5.38-5
5c7a4f
- remove config subpackage
5c7a4f
5c7a4f
* Mon May 05 2008 Tomas Smetana <tsmetana@redhat.com> - 1:5.38-4.1
5c7a4f
- add libselinux-devel to BR
5c7a4f
5c7a4f
* Mon May 05 2008 Tomas Smetana <tsmetana@redhat.com> - 1:5.38-4
5c7a4f
- fix #232218 character devices /dev/twa* for 3ware 9000 series RAID
5c7a4f
  controllers are not created
5c7a4f
5c7a4f
* Thu Mar 27 2008 Tomas Smetana <tsmetana@redhat.com> - 1:5.38-3
5c7a4f
- don't attempt to query DELL PERC controllers -- they'd go offline
5c7a4f
5c7a4f
* Tue Mar 18 2008 Tomas Smetana <tsmetana@redhat.com> - 1:5.38-2
5c7a4f
- fix FD_CLOEXEC on SCSI device file descriptors not being set
5c7a4f
5c7a4f
* Mon Mar 10 2008 Tomas Smetana <tsmetana@redhat.com> - 1:5.38-1
5c7a4f
- new upstream version
5c7a4f
5c7a4f
* Tue Feb 12 2008 Tomas Smetana <tsmetana@redhat.com> - 1:5.37-8.5
5c7a4f
- rebuild (gcc-4.3)
5c7a4f
5c7a4f
* Tue Jan 15 2008 Tomas Smetana <tsmetana@redhat.com> - 1:5.37-8.4
5c7a4f
- change '-d ata' to '-d sat' in the config script for SATA drives
5c7a4f
5c7a4f
* Wed Dec 12 2007 Tomas Smetana <tsmetana@redhat.com> - 1:5.37-8.3
5c7a4f
- fix #375791 - parameter warning for smartd in logwatch output
5c7a4f
5c7a4f
* Wed Oct 31 2007 Tomas Smetana <tsmetana@redhat.com> - 1:5.37-8.2
5c7a4f
- rebuild (one more error in autogen.sh)
5c7a4f
5c7a4f
* Wed Oct 31 2007 Tomas Smetana <tsmetana@redhat.com> - 1:5.37-8.1
5c7a4f
- fix build with new automake
5c7a4f
5c7a4f
* Wed Oct 31 2007 Tomas Smetana <tsmetana@redhat.com> - 1:5.37-8
5c7a4f
- fix #359561 - typo in smartd-conf.py causes smartd to skip all disks
5c7a4f
5c7a4f
* Mon Oct 15 2007 Tomas Smetana <tsmetana@redhat.com> - 1:5.37-7.1
5c7a4f
- improved patch for getaddrinfo
5c7a4f
5c7a4f
* Fri Oct 12 2007 Tomas Smetana <tsmetana@redhat.com> - 1:5.37-7
5c7a4f
- replace gethostbyname with getaddrinfo
5c7a4f
5c7a4f
* Tue Sep 04 2007 Tomas Smetana <tsmetana@redhat.com> - 1:5.37-6
5c7a4f
- fix #271741 - smartd-conf.py should allow customization of parameters
5c7a4f
- fix #253753 - service starting by default, perhaps shouldn't
5c7a4f
- update initscript (related #247058 - initscript review)
5c7a4f
5c7a4f
* Mon Aug 20 2007 Tomas Smetana <tsmetana@redhat.com> - 1:5.37-5
5c7a4f
- add support for 24 disks on 3ware RAID controllers (related #252055)
5c7a4f
- fix #245442 - add %%{arm} to smartmontools's set of build archs
5c7a4f
- update license tag
5c7a4f
5c7a4f
* Thu Jun 21 2007 Tomas Smetana <tsmetana@redhat.com> - 1:5.37-4
5c7a4f
- fix #241389 - smartd-conf.py pulls in a big dependency chain, so
5c7a4f
  build a separate config package
5c7a4f
  
5c7a4f
* Tue Jun 05 2007 Tomas Smetana <tsmetana@redhat.com> - 1:5.37-3
5c7a4f
- fix #241385 - smartmontools missing dependency on mailx
5c7a4f
- fix #241388 - unneeded smartd-conf.py[co] installed in /usr/sbin
5c7a4f
5c7a4f
* Wed Mar  7 2007 Vitezslav Crhonek <vcrhonek@redhat.com> - 1:5.37-2
5c7a4f
- re-add cloexec patch
5c7a4f
- re-add one erased changelog entry
5c7a4f
- compile with -fpie (instead of -fpic)
5c7a4f
5c7a4f
* Tue Feb 27 2007 Vitezslav Crhonek <vcrhonek@redhat.com> - 1:5.37-1
5c7a4f
- new upstream version
5c7a4f
5c7a4f
* Thu Feb 22 2007 Tomas Mraz <tmraz@redhat.com> - 1:5.36-8
5c7a4f
- enable SMART on disks when smartd-conf.py runs (fix
5c7a4f
  by Calvin Ostrum) (#214502)
5c7a4f
5c7a4f
* Mon Feb 12 2007 Tomas Mraz <tmraz@redhat.com> - 1:5.36-7
5c7a4f
- redirect service script output to null (#224566)
5c7a4f
5c7a4f
* Sun Feb 11 2007 Florian La Roche <laroche@redhat.com> - 1:5.36-6
5c7a4f
- make sure the preun script does not fail
5c7a4f
5c7a4f
* Tue Nov  7 2006 Tomas Mraz <tmraz@redhat.com> - 1:5.36-5
5c7a4f
- set cloexec on device descriptor so it doesn't leak to sendmail (#214182)
5c7a4f
- fixed minor bug in initscript (#213683)
5c7a4f
- backported SATA disk detection from upstream
5c7a4f
5c7a4f
* Fri Aug 18 2006 Jesse Keating <jkeating@redhat.com> - 1:5.36-3
5c7a4f
- rebuilt with latest binutils to pick up 64K -z commonpagesize on ppc*
5c7a4f
  (#203001)
5c7a4f
5c7a4f
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1:5.36-2.1
5c7a4f
- rebuild
5c7a4f
5c7a4f
* Tue Jun 27 2006 Tomas Mraz <tmraz@redhat.com> - 1:5.36-2
5c7a4f
- kudzu is deprecated, replace it with HAL (#195752)
5c7a4f
- moved later in the boot process so haldaemon is already running
5c7a4f
  when drives are being detected
5c7a4f
5c7a4f
* Thu May 11 2006 Tomas Mraz <tmraz@redhat.com> - 1:5.36-1
5c7a4f
- new upstream version
5c7a4f
- included patch with support for cciss controllers (#191288)
5c7a4f
5c7a4f
* Tue May  2 2006 Tomas Mraz <tmraz@redhat.com> - 1:5.33-8
5c7a4f
- regenerate smartd.conf on every startup if the config file
5c7a4f
  is autogenerated (#190065)
5c7a4f
5c7a4f
* Fri Mar 24 2006 Tomas Mraz <tmraz@redhat.com> - 1:5.33-7
5c7a4f
- add missing quotes to /etc/sysconfig/smartmontools
5c7a4f
5c7a4f
* Wed Mar 22 2006 Tomas Mraz <tmraz@redhat.com> - 1:5.33-6
5c7a4f
- test SATA drives correctly
5c7a4f
5c7a4f
* Wed Mar 22 2006 Tomas Mraz <tmraz@redhat.com> - 1:5.33-5
5c7a4f
- add default /etc/sysconfig/smartmontools file
5c7a4f
- ignore errors on startup (#186130)
5c7a4f
- test drive for SMART support before adding it to smartd.conf
5c7a4f
5c7a4f
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1:5.33-4.2
5c7a4f
- bump again for double-long bug on ppc(64)
5c7a4f
5c7a4f
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1:5.33-4.1
5c7a4f
- rebuilt for new gcc4.1 snapshot and glibc changes
5c7a4f
5c7a4f
* Fri Dec 16 2005 Tomas Mraz <tmraz@redhat.com> 1:5.33-4
5c7a4f
- mail should be sent to root not root@localhost (#174252)
5c7a4f
5c7a4f
* Fri Nov 25 2005 Tomas Mraz <tmraz@redhat.com> 1:5.33-3
5c7a4f
- add libata disks with -d ata if the libata version
5c7a4f
  is new enough otherwise do not add them (#145859, #174095)
5c7a4f
5c7a4f
* Thu Nov  3 2005 Tomas Mraz <tmraz@redhat.com> 1:5.33-2
5c7a4f
- Spec file cleanup by Robert Scheck <redhat@linuxnetz.de> (#170959)
5c7a4f
- manual release numbering
5c7a4f
- remove bogus patch of non-installed file
5c7a4f
- only non-removable drives should be added to smartd.conf
5c7a4f
- smartd.conf should be owned (#171498)
5c7a4f
5c7a4f
* Tue Oct 25 2005 Dave Jones <davej@redhat.com>
5c7a4f
- Add comments to generated smartd.conf (#135397)
5c7a4f
5c7a4f
* Thu Aug 04 2005 Karsten Hopp <karsten@redhat.de>
5c7a4f
- package all python files
5c7a4f
5c7a4f
* Tue Mar  1 2005 Dave Jones <davej@redhat.com>
5c7a4f
- Rebuild for gcc4
5c7a4f
5c7a4f
* Wed Feb  9 2005 Dave Jones <davej@redhat.com>
5c7a4f
- Build on PPC32 too (#147090)
5c7a4f
5c7a4f
* Sat Dec 18 2004 Dave Jones <davej@redhat.com>
5c7a4f
- Initial packaging, based upon kernel-utils.
5c7a4f