Description of problem: yum installation fails on fedora18 since both ovirt-setup and ovirt-backend own the backups directory Version-Release number of selected component (if applicable): How reproducible: always Steps to Reproduce: try installing latest nightly on fedora18. yum install ovirt-engine Actual results: installation fails file /var/lib/ovirt-engine/backups conflicts between attempted installs of ovirt-engine-setup-3.1.0-3.20121112.gitc72b067.fc17.noarch and ovirt-engine-backend-3.1.0-3.20121112.gitc72b067.fc17.noarch Expected results: installation should pass successfully. Additional info:
Patch posted for review: http://gerrit.ovirt.org/9216
(In reply to comment #1) > Patch posted for review: > > http://gerrit.ovirt.org/9216 Patch was merged but not working. It causes /var/lib/ovirt-engine to be empty within the rpm. The correct solution would to revert and to set ownership at the %install section: --- install -dm 755 %{buildroot}/%{engine_state}/deployments install -dm 755 %{buildroot}/%{engine_state}/content install -dm 755 %{buildroot}/%{engine_log}/{notifier,engine-manage-domains} install -dm 755 %{buildroot}/%{engine_run}/notifier install -dm 755 %{buildroot}/%{engine_lock} --- Or to specify explicitly each at the appropriate %files section. Package is not unusable as ovirt-engine service is not started because the content and other directories are missing.
The fix for the issue in comment #2 is available here: http://gerrit.ovirt.org/9369
The change has been merged: http://gerrit.ovirt.org/gitweb?p=ovirt-engine.git;a=commit;h=1a16209a7a1d8f16335b4e0498660f02ad577c9b
3.2 beta built, moving to ON_QA status to allow testing