Hello community, here is the log from the commit of package yast2-http-server for openSUSE:Factory checked in at 2020-01-24 14:10:40 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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 24 14:10:40 2020 rev:92 rq:766619 version:4.2.5 Changes: -------- --- /work/SRC/openSUSE:Factory/yast2-http-server/yast2-http-server.changes 2020-01-17 16:02:48.120366668 +0100 +++ /work/SRC/openSUSE:Factory/.yast2-http-server.new.26092/yast2-http-server.changes 2020-01-24 14:10:45.694401308 +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.sPRvEB/_old 2020-01-24 14:10:47.502401919 +0100 +++ /var/tmp/diff_new_pack.sPRvEB/_new 2020-01-24 14:10:47.506401921 +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
