[aeolus-conductor/f18] Exclude delayed_job.log from the aeolus-conductor rpm

John Eckersberg jeckersb at fedoraproject.org
Mon Sep 24 18:45:12 UTC 2012


commit 8c832652b01bf176091cf52bebcc27c7534db7be
Author: John Eckersberg <jeckersb at redhat.com>
Date:   Mon Sep 24 14:34:17 2012 -0400

    Exclude delayed_job.log from the aeolus-conductor rpm

 aeolus-conductor.spec |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/aeolus-conductor.spec b/aeolus-conductor.spec
index a5ad0d3..7840b23 100644
--- a/aeolus-conductor.spec
+++ b/aeolus-conductor.spec
@@ -11,7 +11,7 @@
 
 Name:     aeolus-conductor
 Version:  0.10.6
-Release:  1%{?dist}
+Release:  2%{?dist}
 Summary:  The Aeolus Conductor
 
 Group:    Applications/System
@@ -397,6 +397,7 @@ fi
 %{app_root}/lib
 %{_bindir}/aeolus-debug
 %{app_root}/log
+%exclude %{app_root}/log/delayed_job.log
 %{app_root}/public
 %{app_root}/Rakefile
 %{app_root}/Gemfile.in
@@ -435,6 +436,9 @@ fi
 %files -n aeolus-all
 
 %changelog
+* Mon Sep 24 2012 John Eckersberg <jeckersb at redhat.com> - 0.10.6-2
+- Exclude delayed_job.log from the aeolus-conductor rpm
+
 * Thu Jul 26 2012 Steve Linabery <slinaber at redhat.com> - 0.10.6-1
 - 4259424 838726 (2) - restrict what deployments can be stopped/removed
 - 91dc667 838726 (1) - mark 'new' instances as create_failed if deployment launch fails


More information about the scm-commits mailing list