From ebc91be2eb5bff669d3a917ae4b74d26d246ccffbaf697e7fbcff0132d32e995 Mon Sep 17 00:00:00 2001 From: YaST Team Bot Date: Tue, 12 Jun 2018 15:34:03 +0000 Subject: [PATCH] - 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 - Fixed possibly broken system after aborting upgrade running over SSH (caused by a partially finished rollback) (bsc#1089643) OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=964 --- YaST2-Firstboot.service | 1 + yast2-installation-4.1.1.tar.bz2 | 3 --- yast2-installation-4.1.2.tar.bz2 | 3 +++ yast2-installation.changes | 14 ++++++++++++++ yast2-installation.spec | 2 +- 5 files changed, 19 insertions(+), 4 deletions(-) delete mode 100644 yast2-installation-4.1.1.tar.bz2 create mode 100644 yast2-installation-4.1.2.tar.bz2 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.1.1.tar.bz2 b/yast2-installation-4.1.1.tar.bz2 deleted file mode 100644 index 579a0d9..0000000 --- a/yast2-installation-4.1.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:63af7e29df598b409e9ee4a4027603549019fb3cefed6958e9e39b3064b79da7 -size 456498 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 2882069..995ff81 100644 --- a/yast2-installation.changes +++ b/yast2-installation.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +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 diff --git a/yast2-installation.spec b/yast2-installation.spec index 375fd21..5fda489 100644 --- a/yast2-installation.spec +++ b/yast2-installation.spec @@ -17,7 +17,7 @@ Name: yast2-installation -Version: 4.1.1 +Version: 4.1.2 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build