Fabian Vogt changed bug 1209208
What Removed Added
CC   fvogt@suse.com

Comment # 3 on bug 1209208 from
Using %{?systemd_requires} is in most cases wrong. Using %{?systemd_ordering}
and guarding the calls to systemctl with if [ -x /usr/bin/systemctl ]; then ...
fi (like the systemd macros) is preferred. Pretty much all packages do it this
way.


You are receiving this mail because: