[logcheck/el6/master] incorporate change from f14 spec

Matthias Runge mrunge at fedoraproject.org
Tue Sep 14 08:49:10 UTC 2010


commit d9bcd40d0802b7afaae9895479fe9f7bb8512a5e
Author: Matthias Runge <matthias.runge at uni-oldenburg.de>
Date:   Tue Sep 14 10:48:00 2010 +0200

    incorporate change from f14 spec

 logcheck.spec |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/logcheck.spec b/logcheck.spec
index 0b6dad7..861405b 100644
--- a/logcheck.spec
+++ b/logcheck.spec
@@ -1,6 +1,6 @@
 Name:           logcheck 
 Version:        1.3.13
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Analyzes log files and sends noticeable events as email 
 
 License:        GPLv2
@@ -32,7 +32,7 @@ sed -i "s/syslog/messages/" etc/logcheck.logfiles
 sed -i "s/auth\.log/secure/" etc/logcheck.logfiles
 
 # use fedora run-parts (misses --list-option)
-sed -i "s/for rulefile in \$(run-parts --list "\$dir"); do/for rulefile in \$(run-parts "\$dir"); do/" src/logcheck
+sed -i "s/for rulefile in \$(run-parts --list \"\$dir\"); do/for rulefile in \$(run-parts \"\$dir\"); do/" src/logcheck
 
 
 %build


More information about the scm-commits mailing list