Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package yast2-installation for openSUSE:Factory checked in at 2022-02-28 19:43:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/yast2-installation (Old) and /work/SRC/openSUSE:Factory/.yast2-installation.new.1958 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "yast2-installation" Mon Feb 28 19:43:15 2022 rev:497 rq:958067 version:4.4.45 Changes: -------- --- /work/SRC/openSUSE:Factory/yast2-installation/yast2-installation.changes 2022-02-23 16:26:25.159508764 +0100 +++ /work/SRC/openSUSE:Factory/.yast2-installation.new.1958/yast2-installation.changes 2022-02-28 19:43:24.469937680 +0100 @@ -1,0 +2,7 @@ +Mon Feb 28 14:35:31 UTC 2022 - Ancor Gonzalez Sosa <an...@suse.com> + +- Fixed the start of the VNC server during installation. Done by + Joan Torres L??pez <joan.tor...@suse.com> (bsc#1196201). +- 4.4.45 + +------------------------------------------------------------------- Old: ---- yast2-installation-4.4.44.tar.bz2 New: ---- yast2-installation-4.4.45.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ yast2-installation.spec ++++++ --- /var/tmp/diff_new_pack.mRGCYY/_old 2022-02-28 19:43:26.333938378 +0100 +++ /var/tmp/diff_new_pack.mRGCYY/_new 2022-02-28 19:43:26.337938380 +0100 @@ -17,7 +17,7 @@ Name: yast2-installation -Version: 4.4.44 +Version: 4.4.45 Release: 0 Summary: YaST2 - Installation Parts License: GPL-2.0-only ++++++ yast2-installation-4.4.44.tar.bz2 -> yast2-installation-4.4.45.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-installation-4.4.44/package/yast2-installation.changes new/yast2-installation-4.4.45/package/yast2-installation.changes --- old/yast2-installation-4.4.44/package/yast2-installation.changes 2022-02-22 14:28:40.000000000 +0100 +++ new/yast2-installation-4.4.45/package/yast2-installation.changes 2022-02-28 15:57:35.000000000 +0100 @@ -1,4 +1,11 @@ ------------------------------------------------------------------- +Mon Feb 28 14:35:31 UTC 2022 - Ancor Gonzalez Sosa <an...@suse.com> + +- Fixed the start of the VNC server during installation. Done by + Joan Torres L??pez <joan.tor...@suse.com> (bsc#1196201). +- 4.4.45 + +------------------------------------------------------------------- Tue Feb 22 13:06:51 UTC 2022 - Ladislav Slez??k <lsle...@suse.cz> - Use the default UI theme in SSH installation, the diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-installation-4.4.44/package/yast2-installation.spec new/yast2-installation-4.4.45/package/yast2-installation.spec --- old/yast2-installation-4.4.44/package/yast2-installation.spec 2022-02-22 14:28:40.000000000 +0100 +++ new/yast2-installation-4.4.45/package/yast2-installation.spec 2022-02-28 15:57:35.000000000 +0100 @@ -16,7 +16,7 @@ # Name: yast2-installation -Version: 4.4.44 +Version: 4.4.45 Release: 0 Summary: YaST2 - Installation Parts License: GPL-2.0-only diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/yast2-installation-4.4.44/startup/common/vnc.sh new/yast2-installation-4.4.45/startup/common/vnc.sh --- old/yast2-installation-4.4.44/startup/common/vnc.sh 2022-02-22 14:28:40.000000000 +0100 +++ new/yast2-installation-4.4.45/startup/common/vnc.sh 2022-02-28 15:57:35.000000000 +0100 @@ -90,7 +90,6 @@ -geometry "$VNCSize" \ -depth 16 \ -dpi 96 \ - -rfbwait 120000 \ -rfbport 5901 \ -fp /usr/share/fonts/misc/,/usr/share/fonts/uni/,/usr/share/fonts/truetype/ \ >/var/log/YaST2/vncserver.log 2>&1 &