https://bugzilla.novell.com/show_bug.cgi?id=659357 https://bugzilla.novell.com/show_bug.cgi?id=659357#c1 Kay Sievers <kasievers@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO CC| |vuntz@novell.com InfoProvider| |vuntz@novell.com --- Comment #1 from Kay Sievers <kasievers@novell.com> 2010-12-16 12:56:08 UTC --- Please run: /bin/systemctl enable avahi-daemon.service it will enable systemd which is not done automatically from the spec file. Vincent, for now, care to add: %post if [ "$1" -eq 1 ]; then /bin/systemctl enable avahi-daemon.service >/dev/null 2>&1 || : fi to the spec file? That way, avahi will get enabled on *first install*. How to handle enable it on package *updates* on SUSE is still not decided. Fedora uses chkconfig and %triggerun -- we need to come up with something here. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.