[Ovirt-devel] [PATCH]: Cleanup the ovirt-wui SPEC and activate daemons

Alan Pevec apevec at redhat.com
Fri Jun 6 10:16:00 UTC 2008


Chris Lalancette wrote:
> While I develop, I constantly do something like:
> 
> rpm -e ovirt-wui ; make rpms ; rpm -ivh rpm-build/ovirt-wui-<version>.rpm
> 
> However, this sequence does not currently turn on the various daemons.  The
> attached patch always adds the relevant daemons in question, and turns them on
> if and only this is a new install.  If it's an upgrade (and the daemons are
> already in place), it respects the administrator's decision.

ACK if you add:

%config(noreplace)/config/database.yml
%config(noreplace)/config/ldap.yml
%config(noreplace)/config/environments/development.rb
%config(noreplace)/config/environments/production.rb
%config(noreplace)/config/environments/test.rb

This is not kosher, since config files should be under /etc
http://fedoraproject.org/wiki/Packaging/Guidelines#Configuration_files
but we can do that later since this would require code changes (or symlink?)




More information about the ovirt-devel mailing list