[PATCH aeolus-conductor] Fix files declaration for daemons subpkg

Steve Linabery slinaber at redhat.com
Tue May 29 21:22:32 UTC 2012


On Tue, May 29, 2012 at 04:18:12PM -0500, Steve Linabery wrote:
> 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
> 

I pushed this trivial fix to master after testing it.



More information about the aeolus-devel mailing list