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

Jason Guiditta jguiditt at redhat.com
Fri Mar 27 20:06:44 UTC 2009


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
-- 
1.6.0.6




More information about the ovirt-devel mailing list