diff --git a/smartd-conf.py b/smartd-conf.py index 212dc19..300f60f 100755 --- a/smartd-conf.py +++ b/smartd-conf.py @@ -51,7 +51,7 @@ for drive in drives: 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@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 diff --git a/smartmontools.spec b/smartmontools.spec index 53ceef9..9e2bbed 100644 --- a/smartmontools.spec +++ b/smartmontools.spec @@ -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 @@ exit 0 %changelog -* Fri Dec 09 2005 Jesse Keating -- rebuilt +* Fri Dec 16 2005 Tomas Mraz 1:5.33-4 +- mail should be sent to root not root@localhost (#174252) * Fri Nov 25 2005 Tomas Mraz 1:5.33-3 - add libata disks with -d ata if the libata version