- 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
This commit is contained in:
parent
c306bf8953
commit
ebc91be2eb
@ -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
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:63af7e29df598b409e9ee4a4027603549019fb3cefed6958e9e39b3064b79da7
|
||||
size 456498
|
3
yast2-installation-4.1.2.tar.bz2
Normal file
3
yast2-installation-4.1.2.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5fe8662ff60dc0412fd1258a55bc5fb865e2380aada7461898ab513707ded01c
|
||||
size 456379
|
@ -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
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: yast2-installation
|
||||
Version: 4.1.1
|
||||
Version: 4.1.2
|
||||
Release: 0
|
||||
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
Loading…
Reference in New Issue
Block a user