Hello community, here is the log from the commit of package yast2-http-server for openSUSE:Leap:15.2 checked in at 2020-02-04 17:54:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Leap:15.2/yast2-http-server (Old) and /work/SRC/openSUSE:Leap:15.2/.yast2-http-server.new.26092 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-http-server" Tue Feb 4 17:54:12 2020 rev:24 rq:768906 version:4.2.5 Changes: -------- --- /work/SRC/openSUSE:Leap:15.2/yast2-http-server/yast2-http-server.changes 2020-01-17 11:58:58.928439116 +0100 +++ /work/SRC/openSUSE:Leap:15.2/.yast2-http-server.new.26092/yast2-http-server.changes 2020-02-04 17:54:36.320756003 +0100 @@ -1,0 +2,6 @@ +Thu Jan 23 12:48:47 UTC 2020 - Steffen Winterfeldt <[email protected]> + +- don't use /bin/systemctl compat symlink (bsc#1160890) +- 4.2.5 + +------------------------------------------------------------------- Old: ---- yast2-http-server-4.2.4.tar.bz2 New: ---- yast2-http-server-4.2.5.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-http-server.spec ++++++ --- /var/tmp/diff_new_pack.NeanqZ/_old 2020-02-04 17:54:36.904756355 +0100 +++ /var/tmp/diff_new_pack.NeanqZ/_new 2020-02-04 17:54:36.904756355 +0100 @@ -17,7 +17,7 @@ Name: yast2-http-server -Version: 4.2.4 +Version: 4.2.5 Release: 0 Summary: YaST2 - HTTP Server Configuration License: GPL-2.0-only ++++++ yast2-http-server-4.2.4.tar.bz2 -> yast2-http-server-4.2.5.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-http-server-4.2.4/package/yast2-http-server.changes new/yast2-http-server-4.2.5/package/yast2-http-server.changes --- old/yast2-http-server-4.2.4/package/yast2-http-server.changes 2020-01-13 14:37:51.000000000 +0100 +++ new/yast2-http-server-4.2.5/package/yast2-http-server.changes 2020-01-23 14:15:22.000000000 +0100 @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Thu Jan 23 12:48:47 UTC 2020 - Steffen Winterfeldt <[email protected]> + +- don't use /bin/systemctl compat symlink (bsc#1160890) +- 4.2.5 + +------------------------------------------------------------------- Mon Jan 13 13:16:28 UTC 2020 - Josef Reidinger <[email protected]> - replace rcsymlink by direct systemd call (jsc#SLE-10976) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-http-server-4.2.4/package/yast2-http-server.spec new/yast2-http-server-4.2.5/package/yast2-http-server.spec --- old/yast2-http-server-4.2.4/package/yast2-http-server.spec 2020-01-13 14:37:51.000000000 +0100 +++ new/yast2-http-server-4.2.5/package/yast2-http-server.spec 2020-01-23 14:15:22.000000000 +0100 @@ -17,7 +17,7 @@ Name: yast2-http-server -Version: 4.2.4 +Version: 4.2.5 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.4/src/modules/HttpServerWidgets.rb new/yast2-http-server-4.2.5/src/modules/HttpServerWidgets.rb --- old/yast2-http-server-4.2.4/src/modules/HttpServerWidgets.rb 2020-01-13 14:37:51.000000000 +0100 +++ new/yast2-http-server-4.2.5/src/modules/HttpServerWidgets.rb 2020-01-23 14:15:22.000000000 +0100 @@ -1000,7 +1000,7 @@ # Reload server def ReloadServer - SCR.Execute(path(".target.bash"), "/bin/systemctl reload apache2") + SCR.Execute(path(".target.bash"), "/usr/bin/systemctl reload apache2") nil end
