forked from pool/systemd-rpm-macros
- Make sure %_restart_on_update_never and %_stop_on_removal_never
don't expand to the empty string Otherwise sequences like the following would result in incorrect shell syntax: if [ ]; then %_restart_on_update_never fi OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd-rpm-macros?expand=0&rev=35
This commit is contained in:
@@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 27 14:13:28 UTC 2019 - Franck Bui <fbui@suse.com>
|
||||
|
||||
- Make sure %_restart_on_update_never and %_stop_on_removal_never
|
||||
don't expand to the empty string
|
||||
|
||||
Otherwise sequences like the following would result in incorrect
|
||||
shell syntax:
|
||||
|
||||
if [ ]; then
|
||||
%_restart_on_update_never
|
||||
fi
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 27 12:17:18 UTC 2019 - Franck Bui <fbui@suse.com>
|
||||
|
||||
|
Reference in New Issue
Block a user