Accepting request 399987 from home:tsaupe:branches:Base:System:systemd-rpm-macros-bsc982343
%service_add_post() suppress daemon-reload when in installation system OBS-URL: https://build.opensuse.org/request/show/399987 OBS-URL: https://build.opensuse.org/package/show/Base:System/systemd-rpm-macros?expand=0&rev=15
This commit is contained in:
parent
35441a3b44
commit
349a80f2cb
@ -118,7 +118,7 @@ for service in %{?*} ; do \
|
||||
touch "/var/lib/systemd/migrated/$sysv_service" || : \
|
||||
fi \
|
||||
done \
|
||||
if [ -x /usr/bin/systemctl ]; then \
|
||||
if [ "$YAST_IS_RUNNING" != "instsys" -a -x /usr/bin/systemctl ]; then \
|
||||
/usr/bin/systemctl daemon-reload || : \
|
||||
fi \
|
||||
if [ -n "$services_to_migrate" ]; then \
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 3 14:47:01 UTC 2016 - Thomas.Blume@suse.com
|
||||
|
||||
- %service_add_post() suppress daemon-reload when in installation
|
||||
system (bsc#982343)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 3 10:01:52 UTC 2016 - werner@suse.de
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user