aeolus-configure was throwing an error when trying to start the delayed_job
service because /usr/share/aeolus-conductor/script/delayed_job was not present.
It was being copied in with the devel subpackage, which most developers had installed,
so they weren't seeing this error.
---
aeolus-conductor.spec.in | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/aeolus-conductor.spec.in b/aeolus-conductor.spec.in
index e5fefa6..a40d517 100644
--- a/aeolus-conductor.spec.in
+++ b/aeolus-conductor.spec.in
@@ -401,6 +401,7 @@ fi
%attr(-, aeolus, aeolus) %{app_root}/log/delayed_job.log
%doc AUTHORS COPYING
%{_libdir}/../lib/tmpfiles.d/aeolus.conf
+%{app_root}/script/delayed_job
%files doc
%{doc_root}
--
1.7.6.5