diff --git a/YaST2-Firstboot.service b/YaST2-Firstboot.service index b3cf977..39f4b65 100644 --- a/YaST2-Firstboot.service +++ b/YaST2-Firstboot.service @@ -3,6 +3,7 @@ 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=serial-getty@hvc0.service serial-getty@ttyAMA0.service Before=display-manager.service ConditionPathExists=/var/lib/YaST2/reconfig_system OnFailure=shutdown.target diff --git a/YaST2-Second-Stage.service b/YaST2-Second-Stage.service index 452b13a..b7e584d 100644 --- a/YaST2-Second-Stage.service +++ b/YaST2-Second-Stage.service @@ -3,6 +3,7 @@ Description=YaST2 Second Stage 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=serial-getty@hvc0.service serial-getty@ttyAMA0.service Before=display-manager.service ConditionPathExists=/var/lib/YaST2/runme_at_boot diff --git a/yast2-installation-4.2.29.tar.bz2 b/yast2-installation-4.2.29.tar.bz2 deleted file mode 100644 index 6d26d8c..0000000 --- a/yast2-installation-4.2.29.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ac1c8a20206747b137205004d8b052c6b16412965d13d7e2f8a1c04c89e99d77 -size 465411 diff --git a/yast2-installation-4.2.37.tar.bz2 b/yast2-installation-4.2.37.tar.bz2 new file mode 100644 index 0000000..74f0576 --- /dev/null +++ b/yast2-installation-4.2.37.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b17d9753c58a81a460155bea137f6a0289b38511f7aba2f4e07c05d7a3fdb3a4 +size 471720 diff --git a/yast2-installation.changes b/yast2-installation.changes index 544d071..f95177b 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,56 @@ +------------------------------------------------------------------- +Fri Mar 13 09:26:49 UTC 2020 - Josef Reidinger + +- Add Abort confirmation for inst_welcome client used in firstboot + (bsc#1163347) +- 4.2.37 + +------------------------------------------------------------------- +Thu Feb 27 15:03:36 UTC 2020 - Stefan Hundhammer + +- Make sure to show release notes for add-on products (bsc#1158287) +- 4.2.36 + +------------------------------------------------------------------- +Fri Feb 21 09:45:10 UTC 2020 - Ladislav Slezák + +- Added "yupdate" script to simplify patching the installer + (bsc#1163691) +- 4.2.35 + +------------------------------------------------------------------- +Thu Feb 20 15:12:39 UTC 2020 - Imobach Gonzalez Sosa + +- Rely on the new Y2Network::NtpServer class (jsc#SLE-7188). +- 4.2.34 + +------------------------------------------------------------------- +Thu Feb 20 11:24:41 UTC 2020 - Imobach Gonzalez Sosa + +- Allow to modify the control file at installation time using a + skelcd-* package (bsc#1164468). +- 4.2.33 + +------------------------------------------------------------------- +Wed Feb 19 09:40:45 UTC 2020 - Steffen Winterfeldt + +- don't start getty on hvc0 & ttyAMA0 before Yast2-Firstboot (bsc#1157233) +- 4.2.32 + +------------------------------------------------------------------- +Mon Feb 17 17:44:48 UTC 2020 - Stefan Hundhammer + +- Fixed user-visible messages (bsc#1084015) +- 4.2.31 + +------------------------------------------------------------------- +Wed Jan 29 13:52:29 UTC 2020 - Ladislav Slezák + +- Reimplemented the "Previously Used Repositories" dialog + (inst_upgrade_urls.rb) to properly evaluate the new and the old + system repositories (bsc#1159433) +- 4.2.30 + ------------------------------------------------------------------- Thu Jan 23 12:53:29 UTC 2020 - Steffen Winterfeldt diff --git a/yast2-installation.spec b/yast2-installation.spec index 72ccc4b..cd45ea1 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -17,7 +17,7 @@ Name: yast2-installation -Version: 4.2.29 +Version: 4.2.37 Release: 0 Summary: YaST2 - Installation Parts License: GPL-2.0-only @@ -42,8 +42,8 @@ BuildRequires: yast2 >= 4.2.56 BuildRequires: yast2-packager >= 4.2.27 # using /usr/bin/udevadm BuildRequires: yast2-storage-ng >= 4.2.71 -## y2remote based version -BuildRequires: yast2-network >= 4.0.13 +# Y2Network::NtpServer +BuildRequires: yast2-network >= 4.2.55 # new root password cwm widget BuildRequires: yast2-users >= 3.2.8 # storage-ng based version @@ -78,7 +78,8 @@ Requires: yast2-proxy Requires: yast2-services-manager >= 3.2.1 # Yast::OSRelease.ReleaseVersionHumanReadable Requires: yast2 >= 4.2.56 -Requires: yast2-network >= 4.0.13 +# Y2Network::NtpServer +Requires: yast2-network >= 4.2.55 # for AbortException and handle direct abort Requires: yast2-ruby-bindings >= 4.0.6 # for the first/second stage of installation @@ -191,6 +192,8 @@ systemctl enable YaST2-Firstboot.service # systemd service files %{_unitdir} +# yupdate script +%{_bindir}/ %{yast_clientdir} %{yast_moduledir} %{yast_desktopdir}