[yast-commit] <web-client> backgroud_patches_bnc550934 : restart on lighttpd update (bnc#559534)
ref: refs/heads/backgroud_patches_bnc550934 commit c757b3942ea6e6542a0cb82f9f753dfbc02bc01c Author: Klaus Kämpf <kkaempf@suse.de> Date: Wed Dec 2 20:42:35 2009 +0100 restart on lighttpd update (bnc#559534) --- webclient/package/yast2-webclient.changes | 6 ++++++ webclient/package/yast2-webclient.spec | 6 +++++- 2 files changed, 11 insertions(+), 1 deletions(-) diff --git a/webclient/package/yast2-webclient.changes b/webclient/package/yast2-webclient.changes index 15487fe..fdbefcd 100644 --- a/webclient/package/yast2-webclient.changes +++ b/webclient/package/yast2-webclient.changes @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Wed Dec 2 20:41:21 CET 2009 - kkaempf@suse.de + +- trigger service restart on lighttpd update (bnc#559534) +- 0.0.27 + +------------------------------------------------------------------- Fri Nov 27 11:44:25 UTC 2009 - jreidinger@novell.com - show only SLE11 supported languages (bnc#557768) diff --git a/webclient/package/yast2-webclient.spec b/webclient/package/yast2-webclient.spec index 57ff506..1ce5122 100644 --- a/webclient/package/yast2-webclient.spec +++ b/webclient/package/yast2-webclient.spec @@ -17,7 +17,7 @@ PreReq: rubygem-gettext_rails License: LGPL v2.1;ASLv2.0 Group: Productivity/Networking/Web/Utilities Autoreqprov: on -Version: 0.0.26 +Version: 0.0.27 Release: 0 Summary: YaST2 - Webclient Source: www.tar.bz2 @@ -117,6 +117,10 @@ chmod 600 db/*.sqlite* log/* %restart_on_update %{service_name} %{insserv_cleanup} +# restart yastwc on lighttpd update (bnc#559534) +%triggerin -- lighttpd +%restart_on_update %{service_name} + %files %defattr(-,root,root) %dir /srv/www/yast -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
Klaus Kämpf