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

John Eckersberg jeckersb at redhat.com
Wed Aug 15 16:47:34 UTC 2012


John Eckersberg <jeckersb at redhat.com> writes:
> This file is already included in the daemons subpackage.  Under
> rawhide (F18), these packages fail to install because rpm detects this
> as a conflict.  I am unable to reproduce this behavior under F17, so I
> suspect something has changed in the version of rpm in rawhide.
>
> In any case, the log shouldn't be owned by both packages.
> ---
>  aeolus-conductor.spec.in | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/aeolus-conductor.spec.in b/aeolus-conductor.spec.in
> index 186834d..622017a 100644
> --- a/aeolus-conductor.spec.in
> +++ b/aeolus-conductor.spec.in
> @@ -444,6 +444,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
> -- 
> 1.7.11.2

Self-ACK/pushed; this is trivial and has been sitting around for weeks now.



More information about the aeolus-devel mailing list