rpms/smartmontools/F-7 smartd-conf.py, 1.11, 1.12 smartmontools.spec, 1.35, 1.36

Tomas Smetana (tsmetana) fedora-extras-commits at redhat.com
Wed Oct 31 07:36:41 UTC 2007


Author: tsmetana

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

Modified Files:
	smartd-conf.py smartmontools.spec 
Log Message:
* Wed Oct 31 2007 Tomas Smetana <tsmetana at redhat.com> - 1:5.37-3.3
- fix #359561 - typo in smartd-conf.py causes smartd to skip all disks



Index: smartd-conf.py
===================================================================
RCS file: /cvs/pkgs/rpms/smartmontools/F-7/smartd-conf.py,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- smartd-conf.py	4 Sep 2007 12:04:07 -0000	1.11
+++ smartd-conf.py	31 Oct 2007 07:36:08 -0000	1.12
@@ -87,7 +87,7 @@
         if float(getfile("/sys/module/libata/version")) < 1.20:
             comment = "# not yet supported in this kernel version\n# "
     if not comment:
-        status = os.system("/usr/sbin/smartctl -s on -i %s%s 2>&1 >/dev/null" %
+        status = os.system("/usr/sbin/smartctl -s on -i %s %s 2>&1 >/dev/null" %
         (driver, drive.device))
         if not os.WIFEXITED(status) or os.WEXITSTATUS(status) != 0:
             comment = "# smartctl -i returns error for this drive\n# "


Index: smartmontools.spec
===================================================================
RCS file: /cvs/pkgs/rpms/smartmontools/F-7/smartmontools.spec,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- smartmontools.spec	4 Sep 2007 12:04:07 -0000	1.35
+++ smartmontools.spec	31 Oct 2007 07:36:08 -0000	1.36
@@ -1,7 +1,7 @@
 Summary:	Tools for monitoring SMART capable hard disks
 Name:		smartmontools
 Version:	5.37
-Release: 	3.2%{?dist}
+Release: 	3.3%{?dist}
 Epoch:		1
 Group:		System Environment/Base
 License:	GPLv2+
@@ -80,6 +80,9 @@
 
 
 %changelog
+* Wed Oct 31 2007 Tomas Smetana <tsmetana at redhat.com> - 1:5.37-3.3
+- fix #359561 - typo in smartd-conf.py causes smartd to skip all disks
+
 * Tue Sep 04 2007 Tomas Smetana <tsmetana at redhat.com> - 1:5.37-3.2
 - fix #271741 smartd-conf.py should allow customization of parameters
 




More information about the fedora-extras-commits mailing list