Hello community,
here is the log from the commit of package yast2-installation for
openSUSE:Factory checked in at 2018-04-07 20:52:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yast2-installation (Old)
and /work/SRC/openSUSE:Factory/.yast2-installation.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-installation"
Sat Apr 7 20:52:14 2018 rev:400 rq:594018 version:4.0.44
Changes:
--------
--- /work/SRC/openSUSE:Factory/yast2-installation/yast2-installation.changes
2018-03-26 12:17:36.451548813 +0200
+++
/work/SRC/openSUSE:Factory/.yast2-installation.new/yast2-installation.changes
2018-04-07 20:52:17.724731124 +0200
@@ -1,0 +2,12 @@
+Fri Apr 6 12:26:45 UTC 2018 - [email protected]
+
+- Start web VNC for the installation process (bsc#1078785)
+- 4.0.44
+
+-------------------------------------------------------------------
+Tue Apr 3 10:54:42 UTC 2018 - [email protected]
+
+- Fix tests to use correct storage instance (part of fate#318196).
+- 4.0.43
+
+-------------------------------------------------------------------
Old:
----
yast2-installation-4.0.42.tar.bz2
New:
----
yast2-installation-4.0.44.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ yast2-installation.spec ++++++
--- /var/tmp/diff_new_pack.q03gBN/_old 2018-04-07 20:52:18.428705645 +0200
+++ /var/tmp/diff_new_pack.q03gBN/_new 2018-04-07 20:52:18.436705355 +0200
@@ -17,7 +17,7 @@
Name: yast2-installation
-Version: 4.0.42
+Version: 4.0.44
Release: 0
BuildRoot: %{_tmppath}/%{name}-%{version}-build
++++++ yast2-installation-4.0.42.tar.bz2 -> yast2-installation-4.0.44.tar.bz2
++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/yast2-installation-4.0.42/package/yast2-installation.changes
new/yast2-installation-4.0.44/package/yast2-installation.changes
--- old/yast2-installation-4.0.42/package/yast2-installation.changes
2018-03-23 15:04:28.000000000 +0100
+++ new/yast2-installation-4.0.44/package/yast2-installation.changes
2018-04-06 16:34:09.000000000 +0200
@@ -1,4 +1,16 @@
-------------------------------------------------------------------
+Fri Apr 6 12:26:45 UTC 2018 - [email protected]
+
+- Start web VNC for the installation process (bsc#1078785)
+- 4.0.44
+
+-------------------------------------------------------------------
+Tue Apr 3 10:54:42 UTC 2018 - [email protected]
+
+- Fix tests to use correct storage instance (part of fate#318196).
+- 4.0.43
+
+-------------------------------------------------------------------
Fri Mar 23 09:57:56 UTC 2018 - [email protected]
- System roles: make the radio buttons match other dialogs,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/yast2-installation-4.0.42/package/yast2-installation.spec
new/yast2-installation-4.0.44/package/yast2-installation.spec
--- old/yast2-installation-4.0.42/package/yast2-installation.spec
2018-03-23 15:04:28.000000000 +0100
+++ new/yast2-installation-4.0.44/package/yast2-installation.spec
2018-04-06 16:34:09.000000000 +0200
@@ -16,7 +16,7 @@
#
Name: yast2-installation
-Version: 4.0.42
+Version: 4.0.44
Release: 0
BuildRoot: %{_tmppath}/%{name}-%{version}-build
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/yast2-installation-4.0.42/startup/common/vnc.sh
new/yast2-installation-4.0.44/startup/common/vnc.sh
--- old/yast2-installation-4.0.42/startup/common/vnc.sh 2018-03-23
15:04:28.000000000 +0100
+++ new/yast2-installation-4.0.44/startup/common/vnc.sh 2018-04-06
16:34:09.000000000 +0200
@@ -17,6 +17,8 @@
#----------------
. /etc/YaST2/XVersion
+# set python path for websockify
+. /root/.profile
#----[ setupVNCAuthentication ]------#
setupVNCAuthentication () {
@@ -65,6 +67,11 @@
echo
}
+websockify() {
+ # this shortcut avoids requiring the optional numpy dependency
+ python3 -c 'import websockify.websocketproxy;
websockify.websocketproxy.websockify_init()' "$@"
+}
+
#----[ startVNCServer ]------#
startVNCServer () {
#---------------------------------------------------
@@ -82,12 +89,17 @@
-depth 16 \
-dpi 96 \
-rfbwait 120000 \
- -httpd /usr/share/vnc/classes \
-rfbport 5901 \
- -httpport 5801 \
-fp $Xfontdir/misc/,$Xfontdir/uni/,$Xfontdir/truetype/ \
>/var/log/YaST2/vncserver.log 2>&1 &
xserver_pid=$!
+
+ websockify \
+ --web /usr/share/novnc \
+ 5801 \
+ localhost:5901 \
+ >/var/log/YaST2/websockify.log 2>&1 &
+
export DISPLAY=:0
export XCURSOR_CORE=1
}
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/yast2-installation-4.0.42/test/inst_disks_activate_test.rb
new/yast2-installation-4.0.44/test/inst_disks_activate_test.rb
--- old/yast2-installation-4.0.42/test/inst_disks_activate_test.rb
2018-03-23 15:04:28.000000000 +0100
+++ new/yast2-installation-4.0.44/test/inst_disks_activate_test.rb
2018-04-06 16:34:09.000000000 +0200
@@ -10,6 +10,8 @@
let(:s390) { false }
before do
+ Y2Storage::StorageManager.create_test_instance
+
allow(Yast::Linuxrc).to
receive(:InstallInf).with("WithFCoE").and_return("0")
allow(Yast::UI).to receive(:OpenDialog)
allow(Yast::UI).to receive(:CloseDialog)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore'
old/yast2-installation-4.0.42/test/lib/clients/umount_finish_test.rb
new/yast2-installation-4.0.44/test/lib/clients/umount_finish_test.rb
--- old/yast2-installation-4.0.42/test/lib/clients/umount_finish_test.rb
2018-03-23 15:04:28.000000000 +0100
+++ new/yast2-installation-4.0.44/test/lib/clients/umount_finish_test.rb
2018-04-06 16:34:09.000000000 +0200
@@ -4,6 +4,10 @@
require "installation/clients/umount_finish"
describe Yast::UmountFinishClient do
+ before do
+ Y2Storage::StorageManager.create_test_instance
+ end
+
subject(:client) { described_class.new }
DEFAULT_SUBVOLUME = "@/.snapshots/1/snapshot".freeze