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