Hello community, here is the log from the commit of package yast2-http-server for openSUSE:Factory checked in at 2020-01-17 16:02:44 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/yast2-http-server (Old) and /work/SRC/openSUSE:Factory/.yast2-http-server.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-http-server" Fri Jan 17 16:02:44 2020 rev:91 rq:763982 version:4.2.4 Changes: -------- --- /work/SRC/openSUSE:Factory/yast2-http-server/yast2-http-server.changes 2019-10-16 09:11:30.556051481 +0200 +++ /work/SRC/openSUSE:Factory/.yast2-http-server.new.26092/yast2-http-server.changes 2020-01-17 16:02:48.120366668 +0100 @@ -1,0 +2,6 @@ +Mon Jan 13 13:16:28 UTC 2020 - Josef Reidinger <[email protected]> + +- replace rcsymlink by direct systemd call (jsc#SLE-10976) +- 4.2.4 + +------------------------------------------------------------------- Old: ---- yast2-http-server-4.2.3.tar.bz2 New: ---- yast2-http-server-4.2.4.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-http-server.spec ++++++ --- /var/tmp/diff_new_pack.Ct7ecv/_old 2020-01-17 16:02:48.808366994 +0100 +++ /var/tmp/diff_new_pack.Ct7ecv/_new 2020-01-17 16:02:48.824367002 +0100 @@ -1,7 +1,7 @@ # # spec file for package yast2-http-server # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: yast2-http-server -Version: 4.2.3 +Version: 4.2.4 Release: 0 Summary: YaST2 - HTTP Server Configuration License: GPL-2.0-only ++++++ yast2-http-server-4.2.3.tar.bz2 -> yast2-http-server-4.2.4.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-http-server-4.2.3/package/yast2-http-server.changes new/yast2-http-server-4.2.4/package/yast2-http-server.changes --- old/yast2-http-server-4.2.3/package/yast2-http-server.changes 2019-10-15 10:02:45.000000000 +0200 +++ new/yast2-http-server-4.2.4/package/yast2-http-server.changes 2020-01-13 14:37:51.000000000 +0100 @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Mon Jan 13 13:16:28 UTC 2020 - Josef Reidinger <[email protected]> + +- replace rcsymlink by direct systemd call (jsc#SLE-10976) +- 4.2.4 + +------------------------------------------------------------------- Tue Oct 15 07:51:21 UTC 2019 - Martin Vidner <[email protected]> - Add tests for the previous fix (bsc#1148763, bsc#1145538) @@ -13,7 +19,7 @@ ------------------------------------------------------------------- Mon Aug 19 12:00:46 UTC 2019 - Michal Filka <[email protected]> -- bnc#114553 +- bnc#114553 - loaded missing namespace to avoid internal error - 4.2.1 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-http-server-4.2.3/package/yast2-http-server.spec new/yast2-http-server-4.2.4/package/yast2-http-server.spec --- old/yast2-http-server-4.2.3/package/yast2-http-server.spec 2019-10-15 10:02:45.000000000 +0200 +++ new/yast2-http-server-4.2.4/package/yast2-http-server.spec 2020-01-13 14:37:51.000000000 +0100 @@ -17,7 +17,7 @@ Name: yast2-http-server -Version: 4.2.3 +Version: 4.2.4 Release: 0 Summary: YaST2 - HTTP Server Configuration Group: System/YaST diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-http-server-4.2.3/src/modules/HttpServerWidgets.rb new/yast2-http-server-4.2.4/src/modules/HttpServerWidgets.rb --- old/yast2-http-server-4.2.3/src/modules/HttpServerWidgets.rb 2019-10-15 10:02:45.000000000 +0200 +++ new/yast2-http-server-4.2.4/src/modules/HttpServerWidgets.rb 2020-01-13 14:37:51.000000000 +0100 @@ -1000,7 +1000,7 @@ # Reload server def ReloadServer - SCR.Execute(path(".target.bash"), "/usr/sbin/rcapache2 reload") + SCR.Execute(path(".target.bash"), "/bin/systemctl reload apache2") nil end
