Dominique Leuenberger 2016-06-12 16:50:11 +00:00 committed by Git OBS Bridge
commit d578345058
2 changed files with 7 additions and 1 deletions

View File

@ -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 \

View File

@ -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