smartmontools updated to 6.3

This commit is contained in:
Michal Hlavinka 2014-08-04 12:28:39 +02:00
parent 2a47f8b9d0
commit 46a8b6a667
4 changed files with 3969 additions and 5 deletions

1
.gitignore vendored
View File

@ -7,3 +7,4 @@ smartmontools-5.39.1.tar.gz
/smartmontools-6.0.tar.gz /smartmontools-6.0.tar.gz
/smartmontools-6.1.tar.gz /smartmontools-6.1.tar.gz
/smartmontools-6.2.tar.gz /smartmontools-6.2.tar.gz
/smartmontools-6.3.tar.gz

3954
drivedb.h Normal file

File diff suppressed because it is too large Load Diff

View File

@ -1,7 +1,7 @@
Summary: Tools for monitoring SMART capable hard disks Summary: Tools for monitoring SMART capable hard disks
Name: smartmontools Name: smartmontools
Version: 6.2 Version: 6.3
Release: 7%{?dist} Release: 1%{?dist}
Epoch: 1 Epoch: 1
Group: System Environment/Base Group: System Environment/Base
License: GPLv2+ License: GPLv2+
@ -9,10 +9,12 @@ URL: http://smartmontools.sourceforge.net/
Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
Source2: smartmontools.sysconf Source2: smartmontools.sysconf
Source4: smartdnotify Source4: smartdnotify
#semi-automatic update of drivedb.h
%global UrlSource5 http://sourceforge.net/p/smartmontools/code/HEAD/tree/trunk/smartmontools/drivedb.h?format=raw
Source5: drivedb.h
#fedora/rhel specific #fedora/rhel specific
Patch1: smartmontools-5.38-defaultconf.patch Patch1: smartmontools-5.38-defaultconf.patch
Patch2: smartmontools-6.22-newdrivedb.patch
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
Requires: fileutils mailx %{_sbindir}/sendmail Requires: fileutils mailx %{_sbindir}/sendmail
@ -36,7 +38,10 @@ failure.
%prep %prep
%setup -q %setup -q
%patch1 -p1 -b .defaultconf %patch1 -p1 -b .defaultconf
%patch2 -p1 -b .newdrivedb
# update SOURCE5 on maintainer's machine prior commiting, there's no internet connection on builders
curl %{UrlSource5} -o %{SOURCE5} ||:
cp %{SOURCE5} .
# fix encoding # fix encoding
for fe in AUTHORS ChangeLog for fe in AUTHORS ChangeLog
@ -106,10 +111,14 @@ fi
%{_sbindir}/update-smart-drivedb %{_sbindir}/update-smart-drivedb
%{_sbindir}/smartctl %{_sbindir}/smartctl
%{_mandir}/man?/smart*.* %{_mandir}/man?/smart*.*
%{_mandir}/man?/update-smart*.*
%{_libexecdir}/%{name} %{_libexecdir}/%{name}
%{_datadir}/%{name} %{_datadir}/%{name}
%changelog %changelog
* Mon Aug 04 2014 Michal Hlavinka <mhlavink@redhat.com> - 1:6.3-1
- smartmontools updated to 6.3
* Thu Jul 17 2014 Michal Hlavinka <mhlavink@redhat.com> - 1:6.2-7 * Thu Jul 17 2014 Michal Hlavinka <mhlavink@redhat.com> - 1:6.2-7
- update drivedb database (#954162) - update drivedb database (#954162)

View File

@ -1 +1 @@
d44f84081a12cef79cd17f78044351fc smartmontools-6.2.tar.gz 2ea0c62206e110192a97b59291b17f54 smartmontools-6.3.tar.gz