Fedora 18 changes the way how to work with services in spec files. It introduces new macros - %systemd_post, %systemd_preun and %systemd_postun; which replace scriptlets from Fedora 17 and older (see https://fedoraproject.org/wiki/Packaging:ScriptletSnippets#Systemd, https://bugzilla.redhat.com/show_bug.cgi?id=850016).
Am I supposed to do something here?
Created attachment 739408 [details] Patch adds new systemd rpm macros to spec file Hi, it would be nice if you could review and apply this patch.
Applied, thanks. I changed %systemd_postun_with_restart to %systemd_postun as colord carries system state.