Hide Forgot
Description of problem: LANG=C fedpkg local [snip] RPM build errors: File must begin with "/": %{_unitdir}/3proxy.service Could not build locally: Non zero exit Ended when file in spec appeared as: %{_unitdir}/%{name}.service in %files section, when it looks like: /%{_unitdir}/%{name}.service rpm built. Version-Release number of selected component (if applicable): $ rpm -qa systemd\* systemd-units-10-2.fc14.1.i686 How reproducible: Always
It seams completely undefined: $ rpm -E %{_unitdir} %{_unitdir}
This appears to be fixed on F-15.
Could you please push updates for Fedora 14 too?
systemd is not maintained in F14. There should not be any expectations of it working there. It had a purpose as something to play with for early testers, that's all. Do not add systemd unit files to packages in F14 (and neither to F15). From http://fedoraproject.org/wiki/Packaging:ScriptletSnippets#Packages_migrating_to_a_systemd_unit_file_from_a_SysV_initscript : Packages are strictly forbidden from migrating to systemd within updates to a Fedora release. The migration is only allowed between Fedora releases.