File _patchinfo of Package patchinfo.16589
<patchinfo incident="16589">
<issue tracker="bnc" id="1176932">systemd-rpm-macros update breaks %service_del_preun -n</issue>
<packager>fbui</packager>
<rating>important</rating>
<category>recommended</category>
<summary>Recommended update for systemd-rpm-macros</summary>
<description>This update for systemd-rpm-macros fixes the following issues:
- Backport missing macros of directory paths from upstream
+ %_environmentdir
+ %_modulesloaddir
+ %_modprobedir
- Make sure %_restart_on_update_never and %_stop_on_removal_never don't expand to the
empty string. (bsc#1176932)
Otherwise sequences like the following code:
if [ ... ]; then
%_restart_on_update_never
fi
would result in the following incorrect shell syntax:
if [ ... ]; then
fi
</description>
</patchinfo>