Blame SPECS/smartmontools.spec

c1a264
Summary:	Tools for monitoring SMART capable hard disks
c1a264
Name:		smartmontools
c1a264
Version:	7.2
c1a264
Release:	5%{?dist}
c1a264
Epoch:		1
c1a264
License:	GPLv2+
c1a264
URL:		http://smartmontools.sourceforge.net/
c1a264
Source0:	http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
c1a264
Source2:	smartmontools.sysconf
c1a264
Source4:	smartdnotify
c1a264
#semi-automatic update of drivedb.h
c1a264
%global		UrlSource5	https://sourceforge.net/p/smartmontools/code/HEAD/tree/trunk/smartmontools/drivedb.h?format=raw
c1a264
Source5:	drivedb.h
c1a264
c1a264
#fedora/rhel specific
c1a264
Patch1:		smartmontools-5.38-defaultconf.patch
c1a264
c1a264
BuildRequires: make
c1a264
BuildRequires:	gcc-c++ readline-devel ncurses-devel automake util-linux groff gettext
c1a264
BuildRequires:	libselinux-devel libcap-ng-devel
c1a264
BuildRequires:	systemd systemd-devel
c1a264
%{?systemd_requires}
c1a264
c1a264
%description
c1a264
The smartmontools package contains two utility programs (smartctl
c1a264
and smartd) to control and monitor storage systems using the Self-
c1a264
Monitoring, Analysis and Reporting Technology System (SMART) built
c1a264
into most modern ATA and SCSI hard disks. In many cases, these
c1a264
utilities will provide advanced warning of disk degradation and
c1a264
failure.
c1a264
c1a264
%prep
c1a264
%setup -q 
c1a264
%patch1 -p1 -b .defaultconf
c1a264
cp %{SOURCE5} .
c1a264
c1a264
%build
c1a264
autoreconf -i
c1a264
%configure --with-selinux --with-libcap-ng=yes --with-libsystemd --with-systemdsystemunitdir=%{_unitdir} --sysconfdir=%{_sysconfdir}/%{name}/ --with-systemdenvfile=%{_sysconfdir}/sysconfig/%{name}
c1a264
c1a264
# update SOURCE5 on maintainer's machine prior commiting, there's no internet connection on builders
c1a264
%make_build update-smart-drivedb
c1a264
./update-smart-drivedb -s - -u sf drivedb.h ||:
c1a264
cp drivedb.h ../drivedb.h ||:
c1a264
c1a264
%make_build CXXFLAGS="$RPM_OPT_FLAGS -fpie" LDFLAGS="-pie -Wl,-z,relro,-z,now"
c1a264
c1a264
%install
c1a264
%make_install
c1a264
c1a264
rm -f examplescripts/Makefile*
c1a264
chmod a-x -R examplescripts/*
c1a264
install -D -p -m 644 %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/smartmontools
c1a264
install -D -p -m 755 %{SOURCE4} $RPM_BUILD_ROOT/%{_libexecdir}/%{name}/smartdnotify
c1a264
mkdir -p $RPM_BUILD_ROOT/%{_sysconfdir}/%{name}/smartd_warning.d
c1a264
rm -rf $RPM_BUILD_ROOT/etc/{rc.d,init.d}
c1a264
rm -rf $RPM_BUILD_ROOT%{_docdir}/%{name}
c1a264
mkdir -p $RPM_BUILD_ROOT%{_sharedstatedir}/%{name}
c1a264
c1a264
%preun
c1a264
%systemd_preun smartd.service
c1a264
c1a264
%post
c1a264
%systemd_post smartd.service
c1a264
c1a264
%postun
c1a264
%systemd_postun_with_restart smartd.service
c1a264
c1a264
%files
c1a264
%doc AUTHORS ChangeLog INSTALL NEWS README
c1a264
%doc TODO examplescripts smartd.conf
c1a264
%license COPYING
c1a264
%dir %{_sysconfdir}/%name
c1a264
%dir %{_sysconfdir}/%name/smartd_warning.d
c1a264
%config(noreplace) %{_sysconfdir}/%{name}/smartd.conf
c1a264
%config(noreplace) %{_sysconfdir}/%{name}/smartd_warning.sh
c1a264
%config(noreplace) %{_sysconfdir}/sysconfig/smartmontools
c1a264
%{_unitdir}/smartd.service
c1a264
%{_sbindir}/smartd
c1a264
%{_sbindir}/update-smart-drivedb
c1a264
%{_sbindir}/smartctl
c1a264
%{_mandir}/man?/smart*.*
c1a264
%{_mandir}/man?/update-smart*.*
c1a264
%{_libexecdir}/%{name}
c1a264
%{_datadir}/%{name}
c1a264
%{_sharedstatedir}/%{name}
c1a264
c1a264
%changelog
c1a264
* Tue Aug 10 2021 Mohan Boddu <mboddu@redhat.com> - 1:7.2-5
c1a264
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
c1a264
  Related: rhbz#1991688
c1a264
c1a264
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1:7.2-4
c1a264
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
c1a264
c1a264
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1:7.2-3
c1a264
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
c1a264
c1a264
* Mon Jan 25 2021 Michal Hlavinka <mhlavink@redhat.com> - 1:7.2-2
c1a264
- make sure correct version of drivedb.h is used (#1918946)
c1a264
c1a264
* Mon Jan 18 2021 Michal Hlavinka <mhlavink@redhat.com> - 1:7.2-1
c1a264
- smartmontools updated to 7.2
c1a264
c1a264
* Mon Jan 18 2021 Michal Hlavinka <mhlavink@redhat.com> - 1:7.1-10
c1a264
- use capabilites by default
c1a264
c1a264
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1:7.1-9
c1a264
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
c1a264
c1a264
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1:7.1-8
c1a264
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
c1a264
c1a264
* Mon Jan 06 2020 Michal Hlavinka <mhlavink@redhat.com> - 1:7.1-7
c1a264
- smartmontools updated to 7.1
c1a264
c1a264
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1:7.0-7
c1a264
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
c1a264
c1a264
* Fri Apr 12 2019 Daniel Axelrod <daxelrod@datto.com> - 1:7.0-6
c1a264
- Remove unused patches
c1a264
- Drop pre script for migrating from unsupported Fedora versions
c1a264
- Replace sed with configure switch
c1a264
c1a264
* Wed Apr 03 2019 Michal Hlavinka <mhlavink@redhat.com> - 1:7.0-5
c1a264
- revert smartd_warning related changes
c1a264
c1a264
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1:7.0-4
c1a264
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
c1a264
c1a264
* Thu Jan 03 2019 Michal Hlavinka <mhlavink@redhat.com> - 1:7.0-3
c1a264
- update default config
c1a264
c1a264
* Thu Jan 03 2019 Michal Hlavinka <mhlavink@redhat.com> - 1:7.0-2
c1a264
- use smartd_warning plugin to notify users (bug #1647534)
c1a264
- spec cleanup
c1a264
c1a264
* Thu Jan 03 2019 Michal Hlavinka <mhlavink@redhat.com> - 1:7.0-1
c1a264
- smartmontools updated to 7.0
c1a264
c1a264
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1:6.6-5
c1a264
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
c1a264
c1a264
* Wed Mar 07 2018 Michal Hlavinka <mhlavink@redhat.com> - 1:6.6-4
c1a264
- add gcc-c++ buildrequire
c1a264
c1a264
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1:6.6-3
c1a264
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
c1a264
c1a264
* Tue Nov 07 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 1:6.6-2
c1a264
- Remove old crufty coreutils requires
c1a264
c1a264
* Mon Nov 06 2017 Michal Hlavinka <mhlavink@redhat.com> - 1:6.6-1
c1a264
- smartmontools updated to 6.6
c1a264
c1a264
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:6.5-5
c1a264
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
c1a264
c1a264
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:6.5-4
c1a264
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
c1a264
c1a264
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1:6.5-3
c1a264
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
c1a264
c1a264
* Fri Nov 11 2016 Michal Hlavinka <mhlavink@redhat.com> - 1:6.5-2
c1a264
- enable location for persistence data(#1291928)
c1a264
c1a264
* Mon May 09 2016 Michal Hlavinka <mhlavink@redhat.com> - 1:6.5-1
c1a264
- smartmontools updated to 6.5
c1a264
c1a264
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1:6.4-4
c1a264
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
c1a264
c1a264
* Tue Jun 23 2015 Michal Hlavinka <mhlavink@redhat.com> - 1:6.4-3
c1a264
- it is no longer necessary to do utf-8 conversion of the AUTHORS and ChangeLog (#1228825)
c1a264
c1a264
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:6.4-2
c1a264
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
c1a264
c1a264
* Fri Jun 05 2015 Michal Hlavinka <mhlavink@redhat.com> - 1:6.4-1
c1a264
- smartmontools updated to 6.4
c1a264
c1a264
* Sat May 02 2015 Kalev Lember <kalevlember@gmail.com> - 1:6.3-4
c1a264
- Rebuilt for GCC 5 C++11 ABI change
c1a264
c1a264
* Wed Jan 14 2015 Michal Hlavinka <mhlavink@redhat.com> - 1:6.3-3
c1a264
- do not require sendmail
c1a264
c1a264
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:6.3-2
c1a264
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
c1a264
c1a264
* Mon Aug 04 2014 Michal Hlavinka <mhlavink@redhat.com> - 1:6.3-1
c1a264
- smartmontools updated to 6.3
c1a264
c1a264
* Thu Jul 17 2014 Michal Hlavinka <mhlavink@redhat.com> - 1:6.2-7
c1a264
- update drivedb database (#954162)
c1a264
c1a264
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:6.2-6
c1a264
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
c1a264
c1a264
* Thu Apr 17 2014 Michal Hlavinka <mhlavink@redhat.com> - 1:6.2-5
c1a264
- require /usr/sbin/sendmail as MTA is not provided by all packages (#1048618)
c1a264
c1a264
* Tue Apr 15 2014 Michal Hlavinka <mhlavink@redhat.com> - 1:6.2-4
c1a264
- use MTA instead of sendmail as a requirement (#1048614)
c1a264
c1a264
* Thu Apr 10 2014 Michal Hlavinka <mhlavink@redhat.com> - 1:6.2-3
c1a264
- add mail requires (#1048614)
c1a264
c1a264
* Mon Sep 16 2013 Michal Hlavinka <mhlavink@redhat.com> - 1:6.2-2
c1a264
- smartd service file wrong path to environment file (#998225)
c1a264
c1a264
* Tue Jul 30 2013 Michal Hlavinka <mhlavink@redhat.com> - 1:6.2-1
c1a264
- smartmontools updated to 6.2
c1a264
c1a264
* Mon Jul 22 2013 Michal Hlavinka <mhlavink@redhat.com> - 1:6.1-2
c1a264
- spec cleanup
c1a264
c1a264
* Wed Mar 20 2013 Michal Hlavinka <mhlavink@redhat.com> - 1:6.1-1
c1a264
- smartmontools updated to 6.1
c1a264
c1a264
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:6.0-2
c1a264
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
c1a264
c1a264
* Thu Oct 11 2012 Michal Hlavinka <mhlavink@redhat.com> - 1:6.0-1
c1a264
- smartmontools updated to 6.0
c1a264
c1a264
* Tue Aug 21 2012 Michal Hlavinka <mhlavink@redhat.com> - 1:5.43-3
c1a264
- use new systemd rpm macros (#850316)
c1a264
c1a264
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:5.43-2
c1a264
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
c1a264
c1a264
* Mon Jul 02 2012 Michal Hlavinka <mhlavink@redhat.com> - 1:5.43-1
c1a264
- smartmontools updated to 5.43
c1a264
c1a264
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:5.42-3
c1a264
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
c1a264
c1a264
* Fri Dec 02 2011 Michal Hlavinka <mhlavink@redhat.com> - 1:5.42-2
c1a264
- enable smartd after installation
c1a264
c1a264
* Fri Oct 21 2011 Michal Hlavinka <mhlavink@redhat.com> - 1:5.42-1
c1a264
- smartmontools updated to 5.42
c1a264
c1a264
* Mon Jun 13 2011 Michal Hlavinka <mhlavink@redhat.com> - 1:5.41-2
c1a264
- make F-14 (sysv init) -> F-15 (systemd) transition more robust
c1a264
c1a264
* Fri Jun 10 2011 Michal Hlavinka <mhlavink@redhat.com> - 1:5.41-1
c1a264
- updated to 5.41
c1a264
c1a264
* Mon May 16 2011 Michal Hlavinka <mhlavink@redhat.com> - 1:5.40-10
c1a264
- fix path to notify script (#675778)
c1a264
c1a264
* Fri Mar 11 2011 Michal Hlavinka <mhlavink@redhat.com> - 1:5.40-9
c1a264
- fix typos in man page
c1a264
c1a264
* Fri Mar 04 2011 Michal Hlavinka <mhlavink@redhat.com> - 1:5.40-8
c1a264
- don't call chkconfig add, we use systemd now
c1a264
 
c1a264
* Thu Mar 03 2011 Michal Hlavinka <mhlavink@redhat.com> - 1:5.40-7
c1a264
- own %%{_datadir}/%%{name} and %%{_libexecdir}/%%{name} dirs
c1a264
c1a264
* Thu Feb 17 2011 Michal Hlavinka <mhlavink@redhat.com> - 1:5.40-6
c1a264
- notify users when disk is failing
c1a264
c1a264
* Wed Feb 09 2011 Michal Hlavinka <mhlavink@redhat.com> - 1:5.40-5
c1a264
- move to systemd
c1a264
c1a264
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:5.40-4
c1a264
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
c1a264
c1a264
* Mon Nov 15 2010 Michal Hlavinka <mhlavink@redhat.com> - 1:5.40-3
c1a264
- megaraid: Fix segfault on non-data commands (#577935)
c1a264
c1a264
* Tue Nov 09 2010 Michal Hlavinka <mhlavink@redhat.com> - 1:5.40-2
c1a264
- don't forget to restart smartd service after update (#651211)
c1a264
c1a264
* Mon Oct 18 2010 Michal Hlavinka <mhlavink@redhat.com> - 1:5.40-1
c1a264
- updated to 5.40 final
c1a264
c1a264
* Mon Sep 27 2010 Michal Hlavinka <mhlavink@redhat.com> - 1:5.39.1-2.r3169
c1a264
- updated to r3169
c1a264
- ddds riverdb support for new devices (#637171)
c1a264
c1a264
* Fri Jan 29 2010 Michal Hlavinka <mhlavink@redhat.com> - 1:5.39.1-1
c1a264
- updated to 5.39.1
c1a264
- Fix spin-up of SATA drive if '-n standby' is used.
c1a264
c1a264
* Wed Jan 20 2010 Michal Hlavinka <mhlavink@redhat.com> - 1:5.39-2
c1a264
- fix DEVICESCAN -d sat
c1a264
- fix directive '-l selftest'
c1a264
- fix option '-q, --quietmode'
c1a264
c1a264
* Thu Dec 10 2009 Michal Hlavinka <mhlavink@redhat.com> - 1:5.39-1
c1a264
- update to 5.39
c1a264
c1a264
* Wed Dec 02 2009 Michal Hlavinka <mhlavink@redhat.com> - 1:5.39-0.1.rc1
c1a264
- update to 5.39-rc1
c1a264
c1a264
* Wed Nov 25 2009 Michal Hlavinka <mhlavink@redhat.com> - 1:5.38-25.20091119svn
c1a264
- spec cleanup
c1a264
c1a264
* Mon Nov 23 2009 Michal Hlavinka <mhlavink@redhat.com> - 1:5.38-24.20091119svn
c1a264
- move powermode option from sysconfig to smartd.conf (#539760)
c1a264
c1a264
* Thu Nov 19 2009 Michal Hlavinka <mhlavink@redhat.com> - 1:5.38-23.20091119svn
c1a264
- update to svn snapshot 2009-11-19
c1a264
- remove upstreamed patches
c1a264
c1a264
* Mon Nov 02 2009 Michal Hlavinka <mhlavink@redhat.com> - 1:5.38-22
c1a264
- spec cleanup
c1a264
c1a264
* Mon Oct 12 2009 Michal Hlavinka <mhlavink@redhat.com> - 1:5.38-21 
c1a264
- warn about disabled mail only if capabilities are enabled
c1a264
c1a264
* Fri Oct 09 2009 Michal Hlavinka <mhlavink@redhat.com> - 1:5.38-20
c1a264
- fix init script for case when no action was specified
c1a264
c1a264
* Fri Oct 09 2009 Michal Hlavinka <mhlavink@redhat.com> - 1:5.38-19
c1a264
- make init script lsb compliant (#528016)
c1a264
c1a264
* Mon Oct 05 2009 Michal Hlavinka <mhlavink@redhat.com> - 1:5.38-18
c1a264
- bump release for rebuild
c1a264
c1a264
* Mon Oct 05 2009 Michal Hlaivnka <mhlavink@redhat.com> - 1:5.38-17
c1a264
- make capabilities optional
c1a264
- fix capabilities for 3ware contollers (#526626)
c1a264
c1a264
* Wed Aug 26 2009 Michal Hlavinka <mhlavink@redhat.com> - 1:5.38-16
c1a264
- extend capability scanning devices
c1a264
c1a264
* Wed Aug 26 2009 Michal Hlavinka <mhlavink@redhat.com> - 1:5.38-15
c1a264
- updated patch for lower capabilities (#517728)
c1a264
- added buildrequires libcap-ng-devel
c1a264
c1a264
* Fri Aug 21 2009 Michal Hlavinka <mhlavink@redhat.com> - 1:5.38-14
c1a264
- drop all unnecessary capabilities (#517728)
c1a264
c1a264
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:5.38-13
c1a264
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
c1a264
c1a264
* Thu Jun 11 2009 Michal Hlavinka <mhlavink@redhat.com> - 1:5.38-12
c1a264
- drop autogen call 
c1a264
c1a264
* Sat Apr 11 2009 Dennis Gilmore <dennis@ausil.us> - 1:5.38-11
c1a264
- remove ExclusiveArch use -fPIE on sparc64  
c1a264
- tested builds on sparcv9 sparc64 and s390x
c1a264
c1a264
* Mon Mar 09 2009 Michal Hlavinka <mhlavink@redhat.com> - 1:5.38-10
c1a264
- cleanup for merge review
c1a264
c1a264
* Fri Feb 27 2009 Tom "spot" Callaway <tcallawa@redhat.com> - 1:5.38-9
c1a264
- fix ExclusiveArch
c1a264
c1a264
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:5.38-8
c1a264
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
c1a264
c1a264
* Mon Aug 11 2008 Tomas Smetana <tsmetana@redhat.com> - 1:5.38-7
c1a264
- fix #458549 - obsolete smartmontools-config
c1a264
- change the default configuration file
c1a264
c1a264
* Fri Aug 08 2008 Tomas Smetana <tsmetana@redhat.com> - 1:5.38-6
c1a264
- correct CXXFLAGS so the PIE code is produced
c1a264
c1a264
* Mon May 12 2008 Tomas Smetana <tsmetana@redhat.com> - 1:5.38-5
c1a264
- remove config subpackage
c1a264
c1a264
* Mon May 05 2008 Tomas Smetana <tsmetana@redhat.com> - 1:5.38-4.1
c1a264
- add libselinux-devel to BR
c1a264
c1a264
* Mon May 05 2008 Tomas Smetana <tsmetana@redhat.com> - 1:5.38-4
c1a264
- fix #232218 character devices /dev/twa* for 3ware 9000 series RAID
c1a264
  controllers are not created
c1a264
c1a264
* Thu Mar 27 2008 Tomas Smetana <tsmetana@redhat.com> - 1:5.38-3
c1a264
- don't attempt to query DELL PERC controllers -- they'd go offline
c1a264
c1a264
* Tue Mar 18 2008 Tomas Smetana <tsmetana@redhat.com> - 1:5.38-2
c1a264
- fix FD_CLOEXEC on SCSI device file descriptors not being set
c1a264
c1a264
* Mon Mar 10 2008 Tomas Smetana <tsmetana@redhat.com> - 1:5.38-1
c1a264
- new upstream version
c1a264
c1a264
* Tue Feb 12 2008 Tomas Smetana <tsmetana@redhat.com> - 1:5.37-8.5
c1a264
- rebuild (gcc-4.3)
c1a264
c1a264
* Tue Jan 15 2008 Tomas Smetana <tsmetana@redhat.com> - 1:5.37-8.4
c1a264
- change '-d ata' to '-d sat' in the config script for SATA drives
c1a264
c1a264
* Wed Dec 12 2007 Tomas Smetana <tsmetana@redhat.com> - 1:5.37-8.3
c1a264
- fix #375791 - parameter warning for smartd in logwatch output
c1a264
c1a264
* Wed Oct 31 2007 Tomas Smetana <tsmetana@redhat.com> - 1:5.37-8.2
c1a264
- rebuild (one more error in autogen.sh)
c1a264
c1a264
* Wed Oct 31 2007 Tomas Smetana <tsmetana@redhat.com> - 1:5.37-8.1
c1a264
- fix build with new automake
c1a264
c1a264
* Wed Oct 31 2007 Tomas Smetana <tsmetana@redhat.com> - 1:5.37-8
c1a264
- fix #359561 - typo in smartd-conf.py causes smartd to skip all disks
c1a264
c1a264
* Mon Oct 15 2007 Tomas Smetana <tsmetana@redhat.com> - 1:5.37-7.1
c1a264
- improved patch for getaddrinfo
c1a264
c1a264
* Fri Oct 12 2007 Tomas Smetana <tsmetana@redhat.com> - 1:5.37-7
c1a264
- replace gethostbyname with getaddrinfo
c1a264
c1a264
* Tue Sep 04 2007 Tomas Smetana <tsmetana@redhat.com> - 1:5.37-6
c1a264
- fix #271741 - smartd-conf.py should allow customization of parameters
c1a264
- fix #253753 - service starting by default, perhaps shouldn't
c1a264
- update initscript (related #247058 - initscript review)
c1a264
c1a264
* Mon Aug 20 2007 Tomas Smetana <tsmetana@redhat.com> - 1:5.37-5
c1a264
- add support for 24 disks on 3ware RAID controllers (related #252055)
c1a264
- fix #245442 - add %%{arm} to smartmontools's set of build archs
c1a264
- update license tag
c1a264
c1a264
* Thu Jun 21 2007 Tomas Smetana <tsmetana@redhat.com> - 1:5.37-4
c1a264
- fix #241389 - smartd-conf.py pulls in a big dependency chain, so
c1a264
  build a separate config package
c1a264
  
c1a264
* Tue Jun 05 2007 Tomas Smetana <tsmetana@redhat.com> - 1:5.37-3
c1a264
- fix #241385 - smartmontools missing dependency on mailx
c1a264
- fix #241388 - unneeded smartd-conf.py[co] installed in /usr/sbin
c1a264
c1a264
* Wed Mar  7 2007 Vitezslav Crhonek <vcrhonek@redhat.com> - 1:5.37-2
c1a264
- re-add cloexec patch
c1a264
- re-add one erased changelog entry
c1a264
- compile with -fpie (instead of -fpic)
c1a264
c1a264
* Tue Feb 27 2007 Vitezslav Crhonek <vcrhonek@redhat.com> - 1:5.37-1
c1a264
- new upstream version
c1a264
c1a264
* Thu Feb 22 2007 Tomas Mraz <tmraz@redhat.com> - 1:5.36-8
c1a264
- enable SMART on disks when smartd-conf.py runs (fix
c1a264
  by Calvin Ostrum) (#214502)
c1a264
c1a264
* Mon Feb 12 2007 Tomas Mraz <tmraz@redhat.com> - 1:5.36-7
c1a264
- redirect service script output to null (#224566)
c1a264
c1a264
* Sun Feb 11 2007 Florian La Roche <laroche@redhat.com> - 1:5.36-6
c1a264
- make sure the preun script does not fail
c1a264
c1a264
* Tue Nov  7 2006 Tomas Mraz <tmraz@redhat.com> - 1:5.36-5
c1a264
- set cloexec on device descriptor so it doesn't leak to sendmail (#214182)
c1a264
- fixed minor bug in initscript (#213683)
c1a264
- backported SATA disk detection from upstream
c1a264
c1a264
* Fri Aug 18 2006 Jesse Keating <jkeating@redhat.com> - 1:5.36-3
c1a264
- rebuilt with latest binutils to pick up 64K -z commonpagesize on ppc*
c1a264
  (#203001)
c1a264
c1a264
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1:5.36-2.1
c1a264
- rebuild
c1a264
c1a264
* Tue Jun 27 2006 Tomas Mraz <tmraz@redhat.com> - 1:5.36-2
c1a264
- kudzu is deprecated, replace it with HAL (#195752)
c1a264
- moved later in the boot process so haldaemon is already running
c1a264
  when drives are being detected
c1a264
c1a264
* Thu May 11 2006 Tomas Mraz <tmraz@redhat.com> - 1:5.36-1
c1a264
- new upstream version
c1a264
- included patch with support for cciss controllers (#191288)
c1a264
c1a264
* Tue May  2 2006 Tomas Mraz <tmraz@redhat.com> - 1:5.33-8
c1a264
- regenerate smartd.conf on every startup if the config file
c1a264
  is autogenerated (#190065)
c1a264
c1a264
* Fri Mar 24 2006 Tomas Mraz <tmraz@redhat.com> - 1:5.33-7
c1a264
- add missing quotes to /etc/sysconfig/smartmontools
c1a264
c1a264
* Wed Mar 22 2006 Tomas Mraz <tmraz@redhat.com> - 1:5.33-6
c1a264
- test SATA drives correctly
c1a264
c1a264
* Wed Mar 22 2006 Tomas Mraz <tmraz@redhat.com> - 1:5.33-5
c1a264
- add default /etc/sysconfig/smartmontools file
c1a264
- ignore errors on startup (#186130)
c1a264
- test drive for SMART support before adding it to smartd.conf
c1a264
c1a264
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1:5.33-4.2
c1a264
- bump again for double-long bug on ppc(64)
c1a264
c1a264
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1:5.33-4.1
c1a264
- rebuilt for new gcc4.1 snapshot and glibc changes
c1a264
c1a264
* Fri Dec 16 2005 Tomas Mraz <tmraz@redhat.com> 1:5.33-4
c1a264
- mail should be sent to root not root@localhost (#174252)
c1a264
c1a264
* Fri Nov 25 2005 Tomas Mraz <tmraz@redhat.com> 1:5.33-3
c1a264
- add libata disks with -d ata if the libata version
c1a264
  is new enough otherwise do not add them (#145859, #174095)
c1a264
c1a264
* Thu Nov  3 2005 Tomas Mraz <tmraz@redhat.com> 1:5.33-2
c1a264
- Spec file cleanup by Robert Scheck <redhat@linuxnetz.de> (#170959)
c1a264
- manual release numbering
c1a264
- remove bogus patch of non-installed file
c1a264
- only non-removable drives should be added to smartd.conf
c1a264
- smartd.conf should be owned (#171498)
c1a264
c1a264
* Tue Oct 25 2005 Dave Jones <davej@redhat.com>
c1a264
- Add comments to generated smartd.conf (#135397)
c1a264
c1a264
* Thu Aug 04 2005 Karsten Hopp <karsten@redhat.de>
c1a264
- package all python files
c1a264
c1a264
* Tue Mar  1 2005 Dave Jones <davej@redhat.com>
c1a264
- Rebuild for gcc4
c1a264
c1a264
* Wed Feb  9 2005 Dave Jones <davej@redhat.com>
c1a264
- Build on PPC32 too (#147090)
c1a264
c1a264
* Sat Dec 18 2004 Dave Jones <davej@redhat.com>
c1a264
- Initial packaging, based upon kernel-utils.
c1a264