diff --git a/YaST2-Firstboot.service b/YaST2-Firstboot.service index 08fd032..50143cb 100644 --- a/YaST2-Firstboot.service +++ b/YaST2-Firstboot.service @@ -5,6 +5,7 @@ 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 +OnFailure=shutdown.target [Service] Type=oneshot diff --git a/yast2-installation-4.0.61.tar.bz2 b/yast2-installation-4.0.61.tar.bz2 deleted file mode 100644 index be3b0d1..0000000 --- a/yast2-installation-4.0.61.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ad0986d9bf9f7a4a66f3faee57d02eac2b4a2a3161a43cf98e335c6eed471202 -size 454929 diff --git a/yast2-installation-4.1.2.tar.bz2 b/yast2-installation-4.1.2.tar.bz2 new file mode 100644 index 0000000..8145bb9 --- /dev/null +++ b/yast2-installation-4.1.2.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fe8662ff60dc0412fd1258a55bc5fb865e2380aada7461898ab513707ded01c +size 456379 diff --git a/yast2-installation.changes b/yast2-installation.changes index 9a2a962..995ff81 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,33 @@ +------------------------------------------------------------------- +Mon Jun 11 11:30:44 UTC 2018 - knut.anderssen@suse.com + +- Firstboot.service: Shutdown on failure preventing the service to + hang because of a systemd dependency when trying to call halt + directly from the firsboot clients (bsc#1095253) +- 4.1.2 + +------------------------------------------------------------------- +Wed Jun 6 14:21:02 UTC 2018 - lslezak@suse.cz + +- Fixed possibly broken system after aborting upgrade running + over SSH (caused by a partially finished rollback) (bsc#1089643) + +------------------------------------------------------------------- +Thu May 31 15:31:34 UTC 2018 - jreidinger@suse.com + +- fix calling copy_files_finish to not crash + (related to bsc#1095323) +- 4.1.1 + +------------------------------------------------------------------- +Thu May 31 10:17:19 UTC 2018 - jreidinger@suse.com + +- Fix crash caused by previous fix when multipath is not available + (bsc#1095323) +- Copy active_devices.txt for s390 to prevent blocking of + important devices when cio_ignore is active (bsc#1095033) +- 4.1.0 + ------------------------------------------------------------------- Fri May 18 13:16:30 UTC 2018 - igonzalezsosa@suse.com @@ -17,7 +47,7 @@ Thu May 10 13:10:41 UTC 2018 - igonzalezsosa@suse.com - Log a warning when umounting a filesystem fails after installation/upgrade (related to bsc#1090018). -- 4.0.59 +- 4.0.59 ------------------------------------------------------------------- Tue May 08 12:04:00 CEST 2018 - aschnell@suse.com diff --git a/yast2-installation.spec b/yast2-installation.spec index 5741132..5fda489 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -17,7 +17,7 @@ Name: yast2-installation -Version: 4.0.61 +Version: 4.1.2 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build