[Ovirt-devel] [PATCH server] Fix error in spec file.

Scott Seago sseago at redhat.com
Fri Mar 27 20:09:52 UTC 2009


Jason Guiditta wrote:
> Oops, last one missed cp and ln for cobbler.yml.
>
> Signed-off-by: Jason Guiditta <jguiditt at redhat.com>
> ---
>  ovirt-server.spec.in |    2 ++
>  1 files changed, 2 insertions(+), 0 deletions(-)
>
> diff --git a/ovirt-server.spec.in b/ovirt-server.spec.in
> index ab2324c..6da7297 100644
> --- a/ovirt-server.spec.in
> +++ b/ovirt-server.spec.in
> @@ -115,11 +115,13 @@ touch %{buildroot}%{_localstatedir}/log/%{name}/db-omatic.log
>  # move configs to /etc, keeping symlinks for Rails
>  %{__mv} %{buildroot}%{app_root}/config/database.yml %{buildroot}%{_sysconfdir}/%{name}
>  %{__mv} %{buildroot}%{app_root}/config/ldap.yml %{buildroot}%{_sysconfdir}/%{name}
> +%{__mv} %{buildroot}%{app_root}/config/cobbler.yml %{buildroot}%{_sysconfdir}/%{name}
>  %{__mv} %{buildroot}%{app_root}/config/environments/development.rb %{buildroot}%{_sysconfdir}/%{name}
>  %{__mv} %{buildroot}%{app_root}/config/environments/production.rb %{buildroot}%{_sysconfdir}/%{name}
>  %{__mv} %{buildroot}%{app_root}/config/environments/test.rb %{buildroot}%{_sysconfdir}/%{name}
>  %{__ln_s} %{_sysconfdir}/%{name}/database.yml %{buildroot}%{app_root}/config
>  %{__ln_s} %{_sysconfdir}/%{name}/ldap.yml %{buildroot}%{app_root}/config
> +%{__ln_s} %{_sysconfdir}/%{name}/cobbler.yml %{buildroot}%{app_root}/config
>  %{__ln_s} %{_sysconfdir}/%{name}/development.rb %{buildroot}%{app_root}/config/environments
>  %{__ln_s} %{_sysconfdir}/%{name}/production.rb %{buildroot}%{app_root}/config/environments
>  %{__ln_s} %{_sysconfdir}/%{name}/test.rb %{buildroot}%{app_root}/config/environments
>   
This matches my local edit that builds fine, so ACK.

Scott




More information about the ovirt-devel mailing list