? 2012?06?29? 17:57, Alan Pevec ??:
F17 has that /usr-move feature, where all moved under /usr, it is different on F16: $ rpm -qf /etc/rpm/macros.systemd systemd-units-37-25.fc16.x86_64 $ cat /etc/rpm/macros.systemd %_unitdir /lib/systemd/systemThe problem for F16 is in services/Makefile.am: systemunitdir=$(prefix)/lib/systemd/system so ovirt *.services end up in %{buildroot}/usr/lib/systemd/system/ on both F16 and F17. F16 systemd Makefile has: systemunitdir=$(rootdir)/lib/systemd/system so you'd need some conditional in ovirt makefile if you want to support building on both F16/17. Cheers, Alan
OK ,thanks Alan -- Thanks. Best regards. --Eli Qiao
_______________________________________________ node-devel mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/node-devel
