From b552dbe916aae6a2c6642232f9755342dbd510c4873f63380d75acb8fa0c31b8 Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Thu, 18 Jan 2018 13:21:57 +0000 Subject: [PATCH 1/5] - Update YaST2-Firstboot.service: Depreciate plymouth --wait, add conflict to plymouth start service. - Update YaST2-Second-Stage.service: Depreciate plymouth deactivate command and add conflict to plymouth start service. For that will block TTY device activation(bsc#1042554). - 4.0.23 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=926 --- YaST2-Firstboot.service | 2 +- YaST2-Second-Stage.service | 9 ++------- yast2-installation-4.0.22.tar.bz2 | 3 --- yast2-installation-4.0.23.tar.bz2 | 3 +++ yast2-installation.changes | 10 ++++++++++ yast2-installation.spec | 2 +- 6 files changed, 17 insertions(+), 12 deletions(-) delete mode 100644 yast2-installation-4.0.22.tar.bz2 create mode 100644 yast2-installation-4.0.23.tar.bz2 diff --git a/YaST2-Firstboot.service b/YaST2-Firstboot.service index 753b6e7..08fd032 100644 --- a/YaST2-Firstboot.service +++ b/YaST2-Firstboot.service @@ -1,6 +1,7 @@ [Unit] Description=YaST2 Firstboot After=apparmor.service local-fs.target plymouth-start.service YaST2-Second-Stage.service +Conflicts=plymouth-start.service Before=getty@tty1.service serial-getty@ttyS0.service serial-getty@ttyS1.service serial-getty@ttyS2.service Before=display-manager.service ConditionPathExists=/var/lib/YaST2/reconfig_system @@ -9,7 +10,6 @@ ConditionPathExists=/var/lib/YaST2/reconfig_system Type=oneshot Environment=TERM=linux ExecStartPre=-/usr/bin/plymouth quit -ExecStartPre=-/usr/bin/plymouth --wait ExecStart=/usr/lib/YaST2/startup/YaST2.Firstboot ExecStartPost=/usr/bin/rm -f /var/lib/YaST2/reconfig_system ExecStartPost=/usr/bin/systemctl restart systemd-vconsole-setup.service diff --git a/YaST2-Second-Stage.service b/YaST2-Second-Stage.service index 91ef309..85d042b 100644 --- a/YaST2-Second-Stage.service +++ b/YaST2-Second-Stage.service @@ -3,6 +3,7 @@ Description=YaST2 Second Stage # 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 +Conflicts=plymouth-start.service Before=getty@tty1.service serial-getty@ttyS0.service serial-getty@ttyS1.service serial-getty@ttyS2.service Before=display-manager.service ConditionPathExists=/var/lib/YaST2/runme_at_boot @@ -15,13 +16,7 @@ Type=oneshot # and envvar extensions are still loaded, /etc/sysconfig/proxy values are still # used correctly (see bnc#866692 and bnc#866692 for details). Environment=TERM=linux PX_MODULE_PATH="" -# Workaround of bug in plymouth --> using deactivate option -# in second boot stage in order to start ncurses yast correctly -# (bnc#886488) -# If the system starts in multi-user mode plymouth will be quit while -# installation in order to ensure that installation will be finished on -# console 1 and the login prompt. (bnc#903682,889757,897956) -ExecStartPre=-/bin/sh -c 'if [ -x /usr/bin/plymouth ] ; then if [ `/usr/bin/systemctl get-default` = "multi-user.target" ];then /usr/bin/plymouth quit; else /usr/bin/plymouth deactivate --hide-splash; fi; fi' +ExecStartPre=-/usr/bin/plymouth quit ExecStart=/usr/lib/YaST2/startup/YaST2.Second-Stage RemainAfterExit=yes TimeoutSec=0 diff --git a/yast2-installation-4.0.22.tar.bz2 b/yast2-installation-4.0.22.tar.bz2 deleted file mode 100644 index b84c9a2..0000000 --- a/yast2-installation-4.0.22.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6e7f90834162bf7f648ba7a833649edddee0406da4144f502e0d9e7b18abadb0 -size 452017 diff --git a/yast2-installation-4.0.23.tar.bz2 b/yast2-installation-4.0.23.tar.bz2 new file mode 100644 index 0000000..b24ac70 --- /dev/null +++ b/yast2-installation-4.0.23.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea4a14769fcfffd6d5c53757161ca2c7cc91e82cdbf2edf843a359db3709c643 +size 452205 diff --git a/yast2-installation.changes b/yast2-installation.changes index 8785582..e31fd4b 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Thu Jan 18 12:48:55 UTC 2018 - qzhao@suse.com + +- Update YaST2-Firstboot.service: Depreciate plymouth --wait, add + conflict to plymouth start service. +- Update YaST2-Second-Stage.service: Depreciate plymouth deactivate + command and add conflict to plymouth start service. For that will + block TTY device activation(bsc#1042554). +- 4.0.23 + ------------------------------------------------------------------- Wed Jan 10 14:32:39 UTC 2018 - igonzalezsosa@suse.com diff --git a/yast2-installation.spec b/yast2-installation.spec index 0eafc08..d0c165f 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -17,7 +17,7 @@ Name: yast2-installation -Version: 4.0.22 +Version: 4.0.23 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build From d9f4400fb1f5438fd52fd0589c2d8d4f0bff018fb10224fd864df6211c28e90b Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Fri, 19 Jan 2018 14:37:07 +0000 Subject: [PATCH 2/5] - save keyboard settings before console settings (bsc#1076798) - 4.0.24 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=927 --- yast2-installation-4.0.23.tar.bz2 | 3 --- yast2-installation-4.0.24.tar.bz2 | 3 +++ yast2-installation.changes | 6 ++++++ yast2-installation.spec | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) delete mode 100644 yast2-installation-4.0.23.tar.bz2 create mode 100644 yast2-installation-4.0.24.tar.bz2 diff --git a/yast2-installation-4.0.23.tar.bz2 b/yast2-installation-4.0.23.tar.bz2 deleted file mode 100644 index b24ac70..0000000 --- a/yast2-installation-4.0.23.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ea4a14769fcfffd6d5c53757161ca2c7cc91e82cdbf2edf843a359db3709c643 -size 452205 diff --git a/yast2-installation-4.0.24.tar.bz2 b/yast2-installation-4.0.24.tar.bz2 new file mode 100644 index 0000000..ef5e882 --- /dev/null +++ b/yast2-installation-4.0.24.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d71706936cc4c89dee134b2a334cafd1a477b2461147ce51838c6b2ddb6500fe +size 452532 diff --git a/yast2-installation.changes b/yast2-installation.changes index e31fd4b..3d87bf0 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Jan 19 14:27:55 UTC 2018 - jsrain@suse.cz + +- save keyboard settings before console settings (bsc#1076798) +- 4.0.24 + ------------------------------------------------------------------- Thu Jan 18 12:48:55 UTC 2018 - qzhao@suse.com diff --git a/yast2-installation.spec b/yast2-installation.spec index d0c165f..37c25ff 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -17,7 +17,7 @@ Name: yast2-installation -Version: 4.0.23 +Version: 4.0.24 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build From 3caa41a13212377bde503805c8efd001824c19df2eccfaeb8a2e8bf11ce9a76c Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Tue, 23 Jan 2018 10:03:05 +0000 Subject: [PATCH 3/5] - Read the root_subvolume_read_only setting from its new location (moved by libstorage-ng) in the control file (boo#1077047). - 4.0.25 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=928 --- yast2-installation-4.0.24.tar.bz2 | 3 --- yast2-installation-4.0.25.tar.bz2 | 3 +++ yast2-installation.changes | 7 +++++++ yast2-installation.spec | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) delete mode 100644 yast2-installation-4.0.24.tar.bz2 create mode 100644 yast2-installation-4.0.25.tar.bz2 diff --git a/yast2-installation-4.0.24.tar.bz2 b/yast2-installation-4.0.24.tar.bz2 deleted file mode 100644 index ef5e882..0000000 --- a/yast2-installation-4.0.24.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d71706936cc4c89dee134b2a334cafd1a477b2461147ce51838c6b2ddb6500fe -size 452532 diff --git a/yast2-installation-4.0.25.tar.bz2 b/yast2-installation-4.0.25.tar.bz2 new file mode 100644 index 0000000..2633677 --- /dev/null +++ b/yast2-installation-4.0.25.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1eddd56151e1aea05c5e36d406862092407fcb00ef8c3ec6035ef39f7449ed1 +size 453079 diff --git a/yast2-installation.changes b/yast2-installation.changes index 3d87bf0..e0f36ee 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Jan 22 17:25:35 UTC 2018 - ancor@suse.com + +- Read the root_subvolume_read_only setting from its new location + (moved by libstorage-ng) in the control file (boo#1077047). +- 4.0.25 + ------------------------------------------------------------------- Fri Jan 19 14:27:55 UTC 2018 - jsrain@suse.cz diff --git a/yast2-installation.spec b/yast2-installation.spec index 37c25ff..cdbf908 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -17,7 +17,7 @@ Name: yast2-installation -Version: 4.0.24 +Version: 4.0.25 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build From 3b748dad84ee13d2b4f368ea61fe4554df9fa69e9e7352e8f5b6a4a3ecd65c96 Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Fri, 26 Jan 2018 12:40:45 +0000 Subject: [PATCH 4/5] - Start performing real installation with as much memory as possible (bsc#1076768) - 4.0.26 (bsc#1075334) OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=929 --- yast2-installation-4.0.25.tar.bz2 | 3 --- yast2-installation-4.0.26.tar.bz2 | 3 +++ yast2-installation.changes | 9 ++++++++- yast2-installation.spec | 2 +- 4 files changed, 12 insertions(+), 5 deletions(-) delete mode 100644 yast2-installation-4.0.25.tar.bz2 create mode 100644 yast2-installation-4.0.26.tar.bz2 diff --git a/yast2-installation-4.0.25.tar.bz2 b/yast2-installation-4.0.25.tar.bz2 deleted file mode 100644 index 2633677..0000000 --- a/yast2-installation-4.0.25.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a1eddd56151e1aea05c5e36d406862092407fcb00ef8c3ec6035ef39f7449ed1 -size 453079 diff --git a/yast2-installation-4.0.26.tar.bz2 b/yast2-installation-4.0.26.tar.bz2 new file mode 100644 index 0000000..243b6b7 --- /dev/null +++ b/yast2-installation-4.0.26.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8cdd4da34a4a3fa3d17f2618918c3f303e51b6b566f071270b69354fc9b7002 +size 452513 diff --git a/yast2-installation.changes b/yast2-installation.changes index e0f36ee..cf873e8 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Jan 26 11:19:05 UTC 2018 - jreidinger@suse.com + +- Start performing real installation with as much memory as + possible (bsc#1076768) +- 4.0.26 + ------------------------------------------------------------------- Mon Jan 22 17:25:35 UTC 2018 - ancor@suse.com @@ -25,7 +32,7 @@ Thu Jan 18 12:48:55 UTC 2018 - qzhao@suse.com Wed Jan 10 14:32:39 UTC 2018 - igonzalezsosa@suse.com - Fix initialization to copy the profile to /tmp/profile again - (bsc#1075334) + (bsc#1075334) - 4.0.22 ------------------------------------------------------------------- diff --git a/yast2-installation.spec b/yast2-installation.spec index cdbf908..f399063 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -17,7 +17,7 @@ Name: yast2-installation -Version: 4.0.25 +Version: 4.0.26 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build From 6033bf560673926b0a03e0c7ab357677023ec7f85fe2be37bfdd82667e574d0a Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Fri, 26 Jan 2018 14:09:08 +0000 Subject: [PATCH 5/5] Updated to git ref 09a8a08 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=930 --- yast2-installation-4.0.26.tar.bz2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/yast2-installation-4.0.26.tar.bz2 b/yast2-installation-4.0.26.tar.bz2 index 243b6b7..fdf9734 100644 --- a/yast2-installation-4.0.26.tar.bz2 +++ b/yast2-installation-4.0.26.tar.bz2 @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:c8cdd4da34a4a3fa3d17f2618918c3f303e51b6b566f071270b69354fc9b7002 -size 452513 +oid sha256:3efdc5d221e9e60d6d6bc49091a23e3694c92319c480548d80d93cba45b4b56f +size 452355