[logcheck/f14/master] run-parts respects --lsit option. change for f14-branch, too

Matthias Runge mrunge at fedoraproject.org
Tue Nov 2 20:09:33 UTC 2010


commit c1fe4816b6f294b68a2ccd9972841a08c6d7bd60
Author: Matthias Runge <mrunge at matthias-runge.de>
Date:   Tue Nov 2 21:08:15 2010 +0100

    run-parts respects --lsit option. change for f14-branch, too

 logcheck.spec |   12 +++++++-----
 1 files changed, 7 insertions(+), 5 deletions(-)
---
diff --git a/logcheck.spec b/logcheck.spec
index 861405b..8c25446 100644
--- a/logcheck.spec
+++ b/logcheck.spec
@@ -1,6 +1,6 @@
 Name:           logcheck 
 Version:        1.3.13
-Release:        2%{?dist}
+Release:        4%{?dist}
 Summary:        Analyzes log files and sends noticeable events as email 
 
 License:        GPLv2
@@ -31,10 +31,6 @@ expression files contain in the database.
 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
-
-
 %build
 
 
@@ -102,6 +98,12 @@ exit 0
 
 
 %changelog
+* Tue Nov 2 2010 Matthias Runge <mrunge at matthias-runge.de> 1.3.13-4
+- respect run-parts --list option
+
+* Tue Sep 14 2010 Matthias Runge <mrunge at matthias-runge.de> 1.3.13-3
+- escape " in sed-call
+
 * Mon Sep 6 2010 Matthias Runge <mrunge at matthias-runge.de> 1.3.13-1
 - update to 1.3.13
 - make permissions fit to fedora-packaging guidelines


More information about the scm-commits mailing list