From d1e457185ad50059f9191a989a4237342aa79496e59260e4db361156d80f9678 Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Mon, 14 Nov 2016 10:55:33 +0000 Subject: [PATCH 1/2] - Fixed bug: AutoYaST hangs while running second stage. Removed network.service in the Before section of YaST2-Firstboot.service. (bnc#1007752) - 3.2.8 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=835 --- YaST2-Firstboot.service | 2 +- yast2-installation-3.2.7.tar.bz2 | 3 --- yast2-installation-3.2.8.tar.bz2 | 3 +++ yast2-installation.changes | 8 ++++++++ yast2-installation.spec | 2 +- 5 files changed, 13 insertions(+), 5 deletions(-) delete mode 100644 yast2-installation-3.2.7.tar.bz2 create mode 100644 yast2-installation-3.2.8.tar.bz2 diff --git a/YaST2-Firstboot.service b/YaST2-Firstboot.service index b0c9915..7ba0998 100644 --- a/YaST2-Firstboot.service +++ b/YaST2-Firstboot.service @@ -2,7 +2,7 @@ Description=YaST2 Firstboot After=apparmor.service local-fs.target plymouth-start.service YaST2-Second-Stage.service Before=getty@tty1.service serial-getty@ttyS0.service serial-getty@ttyS1.service serial-getty@ttyS2.service -Before=display-manager.service network.service +Before=display-manager.service ConditionPathExists=/var/lib/YaST2/reconfig_system [Service] diff --git a/yast2-installation-3.2.7.tar.bz2 b/yast2-installation-3.2.7.tar.bz2 deleted file mode 100644 index b0a9144..0000000 --- a/yast2-installation-3.2.7.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:563c882331d0a827b1bd483e11c72390db2fa2a0cae88cdf5eff57875742c590 -size 428429 diff --git a/yast2-installation-3.2.8.tar.bz2 b/yast2-installation-3.2.8.tar.bz2 new file mode 100644 index 0000000..7b5a8f9 --- /dev/null +++ b/yast2-installation-3.2.8.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58426e5acbd87a4dbb01c2cc2f669d2b1a0689cd35a068aadfbc9c95cb7c381a +size 427993 diff --git a/yast2-installation.changes b/yast2-installation.changes index 4cd3ef6..9f2669c 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Fri Nov 11 16:41:25 CET 2016 - schubi@suse.de + +- Fixed bug: AutoYaST hangs while running second stage. + Removed network.service in the Before section of + YaST2-Firstboot.service. (bnc#1007752) +- 3.2.8 + ------------------------------------------------------------------- Fri Nov 11 13:50:06 UTC 2016 - jreidinger@suse.com diff --git a/yast2-installation.spec b/yast2-installation.spec index 08b0ebe..4538897 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -17,7 +17,7 @@ Name: yast2-installation -Version: 3.2.7 +Version: 3.2.8 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build From f3efb6353a6d9c6589f1b904805f0bd8acde4c4d327fe577be3fdff3d2b343f2 Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Tue, 15 Nov 2016 09:05:43 +0000 Subject: [PATCH 2/2] - The user has to confirm when the configuration proposal contains a non-blocking error (generic fix for bsc#1003682) - 3.2.9 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=836 --- yast2-installation-3.2.8.tar.bz2 | 3 --- yast2-installation-3.2.9.tar.bz2 | 3 +++ yast2-installation.changes | 7 +++++++ yast2-installation.spec | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 yast2-installation-3.2.8.tar.bz2 create mode 100644 yast2-installation-3.2.9.tar.bz2 diff --git a/yast2-installation-3.2.8.tar.bz2 b/yast2-installation-3.2.8.tar.bz2 deleted file mode 100644 index 7b5a8f9..0000000 --- a/yast2-installation-3.2.8.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:58426e5acbd87a4dbb01c2cc2f669d2b1a0689cd35a068aadfbc9c95cb7c381a -size 427993 diff --git a/yast2-installation-3.2.9.tar.bz2 b/yast2-installation-3.2.9.tar.bz2 new file mode 100644 index 0000000..584aba5 --- /dev/null +++ b/yast2-installation-3.2.9.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4983eaa6243e614f46475d19dd83fa1dd1ca758e3e59ddf996e5b2c21c12de08 +size 427999 diff --git a/yast2-installation.changes b/yast2-installation.changes index 9f2669c..e8bb03c 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Nov 14 14:30:12 UTC 2016 - jreidinger@suse.com + +- The user has to confirm when the configuration proposal contains + a non-blocking error (generic fix for bsc#1003682) +- 3.2.9 + ------------------------------------------------------------------- Fri Nov 11 16:41:25 CET 2016 - schubi@suse.de diff --git a/yast2-installation.spec b/yast2-installation.spec index 4538897..6cd4da4 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -17,7 +17,7 @@ Name: yast2-installation -Version: 3.2.8 +Version: 3.2.9 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build