rpms/smartmontools/devel smartd-conf.py, 1.4, 1.5 smartmontools.spec, 1.12, 1.13

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri Dec 16 22:17:11 UTC 2005


Author: tmraz

Update of /cvs/dist/rpms/smartmontools/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv6522

Modified Files:
	smartd-conf.py smartmontools.spec 
Log Message:
* Fri Dec 16 2005 Tomas Mraz <tmraz at redhat.com> 1:5.33-4
- mail should be sent to root not root at localhost (#174252)



Index: smartd-conf.py
===================================================================
RCS file: /cvs/dist/rpms/smartmontools/devel/smartd-conf.py,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- smartd-conf.py	25 Nov 2005 15:16:35 -0000	1.4
+++ smartd-conf.py	16 Dec 2005 22:17:09 -0000	1.5
@@ -51,7 +51,7 @@
 	    driver = '-d ata '
 	    if float(getfile("/sys/module/libata/version")) < 1.20:
 		comment = "# not yet supported in this kernel version "
-	print "%s/dev/%s %s-H -m root at localhost" % (comment, drive.device, driver)
+	print "%s/dev/%s %s-H -m root" % (comment, drive.device, driver)
 
 print """
 # First two SCSI disks.  This will monitor everything that smartd can


Index: smartmontools.spec
===================================================================
RCS file: /cvs/dist/rpms/smartmontools/devel/smartmontools.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- smartmontools.spec	9 Dec 2005 22:43:15 -0000	1.12
+++ smartmontools.spec	16 Dec 2005 22:17:09 -0000	1.13
@@ -1,7 +1,7 @@
 Summary:	Tools for monitoring SMART capable hard disks
 Name:		smartmontools
 Version:	5.33
-Release: 3.1
+Release: 	4
 Epoch:		1
 Group:		System Environment/Base
 License:	GPL
@@ -69,8 +69,8 @@
 
 
 %changelog
-* Fri Dec 09 2005 Jesse Keating <jkeating at redhat.com>
-- rebuilt
+* Fri Dec 16 2005 Tomas Mraz <tmraz at redhat.com> 1:5.33-4
+- mail should be sent to root not root at localhost (#174252)
 
 * Fri Nov 25 2005 Tomas Mraz <tmraz at redhat.com> 1:5.33-3
 - add libata disks with -d ata if the libata version




More information about the fedora-cvs-commits mailing list