rpms/smartmontools/F-8 smartd-conf.py, 1.12, 1.13 smartmontools.spec, 1.39, 1.40

Tomas Smetana (tsmetana) fedora-extras-commits at redhat.com
Tue Jan 15 14:27:19 UTC 2008


Author: tsmetana

Update of /cvs/pkgs/rpms/smartmontools/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13981

Modified Files:
	smartd-conf.py smartmontools.spec 
Log Message:
* Tue Jan 15 2008 Tomas Smetana <tsmetana at redhat.com> - 1:5.37-7.3
- change '-d ata' to '-d sat' in the config script for SATA drives



Index: smartd-conf.py
===================================================================
RCS file: /cvs/pkgs/rpms/smartmontools/F-8/smartd-conf.py,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- smartd-conf.py	31 Oct 2007 07:46:38 -0000	1.12
+++ smartd-conf.py	15 Jan 2008 14:26:45 -0000	1.13
@@ -83,7 +83,7 @@
         driver = ''
         comment = ''
     if getfile("%s/device/vendor" % drive.sysfspath) == 'ATA':
-        driver = '-d ata'
+        driver = '-d sat'
         if float(getfile("/sys/module/libata/version")) < 1.20:
             comment = "# not yet supported in this kernel version\n# "
     if not comment:


Index: smartmontools.spec
===================================================================
RCS file: /cvs/pkgs/rpms/smartmontools/F-8/smartmontools.spec,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- smartmontools.spec	12 Dec 2007 14:43:58 -0000	1.39
+++ smartmontools.spec	15 Jan 2008 14:26:45 -0000	1.40
@@ -1,7 +1,7 @@
 Summary:	Tools for monitoring SMART capable hard disks
 Name:		smartmontools
 Version:	5.37
-Release: 	7.2%{?dist}
+Release: 	7.3%{?dist}
 Epoch:		1
 Group:		System Environment/Base
 License:	GPLv2+
@@ -107,6 +107,9 @@
 %exclude %{_sbindir}/smartd-conf.py[co]
 
 %changelog
+* Tue Jan 15 2008 Tomas Smetana <tsmetana at redhat.com> - 1:5.37-7.3
+- change '-d ata' to '-d sat' in the config script for SATA drives
+
 * Wed Dec 12 2007 Tomas Smetana <tsmetana at redhat.com> - 1:5.37-7.2
 - fix #375791 - parameter warning for smartd in logwatch output
 




More information about the fedora-extras-commits mailing list