Please do not reply directly to this email. All additional comments should be made in the comments box of this bug. https://bugzilla.redhat.com/show_bug.cgi?id=772608 David Jaša <djasa@xxxxxxxxxx> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |djasa@xxxxxxxxxx --- Comment #27 from David Jaša <djasa@xxxxxxxxxx> 2012-05-10 15:49:27 EDT --- When building on .fc17, I got this error: Processing files: ovirt-guest-agent-1.0.3-2.fc17.x86_64 error: File not found: /home/djasa/rpmbuild/BUILDROOT/ovirt-guest-agent-1.0.3-2.fc17.x86_64/lib/systemd/system/ovirt-guest-agent.service Changing hardcoded path of said file in %files to %{_unitdir}/ovirt-guest-agent.service fixed it for me: --- rpmbuild/SPECS/ovirt-guest-agent.spec.orig 2012-04-15 09:42:39.000000000 +0200 +++ rpmbuild/SPECS/ovirt-guest-agent.spec 2012-05-10 21:45:16.498458778 +0200 @@ -178,7 +178,7 @@ %{_datadir}/ovirt-guest-agent/GuestAgentLinux2.py* %attr (755,root,root) %{_datadir}/ovirt-guest-agent/LockActiveSession.py* %attr (755,root,root) %{_datadir}/ovirt-guest-agent/hibernate -/lib/systemd/system/ovirt-guest-agent.service +%{_unitdir}/ovirt-guest-agent.service %doc AUTHORS COPYING NEWS README /mine fingers crossed, too! :) -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ package-review mailing list package-review@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/package-review