diff --git a/smartmontools.spec b/smartmontools.spec index 97e1a5e..d9b71a7 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: 6 +Release: 7 Epoch: 1 Group: System Environment/Base License: GPL @@ -72,6 +72,9 @@ exit 0 %changelog +* Fri Mar 24 2006 Tomas Mraz - 1:5.33-7 +- add missing quotes to /etc/sysconfig/smartmontools + * Wed Mar 22 2006 Tomas Mraz - 1:5.33-6 - test SATA drives correctly diff --git a/smartmontools.sysconf b/smartmontools.sysconf index f16495b..066fc3b 100644 --- a/smartmontools.sysconf +++ b/smartmontools.sysconf @@ -1,2 +1,2 @@ # command line options for smartd -smartd_opts=-q never +smartd_opts="-q never"