From 803244e694d262a438c01406c85d24faabb23920a143e888e2864b700d883727 Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Fri, 24 Apr 2015 11:59:59 +0000 Subject: [PATCH] - Fixed an error preventing the VNC connection during second installation stage of AutoYaST when using VNC=1 (bnc#923901) - 3.1.141 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=713 --- YaST2-Second-Stage.service | 4 +++- yast2-installation-3.1.140.tar.bz2 | 3 --- yast2-installation-3.1.141.tar.bz2 | 3 +++ yast2-installation.changes | 7 +++++++ yast2-installation.spec | 2 +- 5 files changed, 14 insertions(+), 5 deletions(-) delete mode 100644 yast2-installation-3.1.140.tar.bz2 create mode 100644 yast2-installation-3.1.141.tar.bz2 diff --git a/YaST2-Second-Stage.service b/YaST2-Second-Stage.service index ff55ed6..873c6c3 100644 --- a/YaST2-Second-Stage.service +++ b/YaST2-Second-Stage.service @@ -1,6 +1,8 @@ [Unit] Description=YaST2 Second Stage -After=apparmor.service local-fs.target plymouth-start.service +# If xinetd is enabled, make sure it's already running so we can stop it during +# initialization of the VNC server +After=apparmor.service local-fs.target plymouth-start.service xinetd.service Before=getty@tty1.service display-manager.service network.service NetworkManager.service SuSEfirewall2_init.service SuSEfirewall2.service ConditionPathExists=/var/lib/YaST2/runme_at_boot diff --git a/yast2-installation-3.1.140.tar.bz2 b/yast2-installation-3.1.140.tar.bz2 deleted file mode 100644 index 86b932a..0000000 --- a/yast2-installation-3.1.140.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a8c5eaf1412c628936ede8cdd0f23f9b2b62a7f35ad5174972b6ad7b2403d79a -size 386494 diff --git a/yast2-installation-3.1.141.tar.bz2 b/yast2-installation-3.1.141.tar.bz2 new file mode 100644 index 0000000..9dd4c03 --- /dev/null +++ b/yast2-installation-3.1.141.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e74e965aaf414ab3c1765f62bd686ca614f410639b991145e0c158494441179d +size 386628 diff --git a/yast2-installation.changes b/yast2-installation.changes index 5defdd4..e502789 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Apr 24 06:01:14 UTC 2015 - ancor@suse.com + +- Fixed an error preventing the VNC connection during second + installation stage of AutoYaST when using VNC=1 (bnc#923901) +- 3.1.141 + ------------------------------------------------------------------- Wed Apr 20 13:11:40 CEST 2015 - schubi@suse.de diff --git a/yast2-installation.spec b/yast2-installation.spec index b4a12c7..ec7b74f 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -17,7 +17,7 @@ Name: yast2-installation -Version: 3.1.140 +Version: 3.1.141 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build