- Always enable systemd startup services for Second Stage and

Firstboot (bsc#924278)
- 3.1.139

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=710
This commit is contained in:
YaST Team Bot 2015-04-16 12:45:18 +00:00 committed by Git OBS Bridge
parent e197cbccc2
commit 9d13c48ee8
4 changed files with 20 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9db95dd4d271af53770836f51ad951ae526d6a31f01478f903f6768d9d59937c
size 386098

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:04126708dde12ede5e8209b2dd1bd3a88f9ddf2f8d60bd4e88b4cf3d10d503fa
size 386527

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Apr 16 13:02:23 CEST 2015 - locilka@suse.com
- Always enable systemd startup services for Second Stage and
Firstboot (bsc#924278)
- 3.1.139
-------------------------------------------------------------------
Thu Apr 2 09:27:55 UTC 2015 - jreidinger@suse.com

View File

@ -17,7 +17,7 @@
Name: yast2-installation
Version: 3.1.138
Version: 3.1.139
Release: 0
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -172,6 +172,15 @@ install -m 644 %{SOURCE2} %{buildroot}%{_unitdir}
%service_add_post YaST2-Second-Stage.service YaST2-Firstboot.service
# bsc#924278 Always enable these services by default, they are already listed
# in systemd-presets-branding package, but that works for new installations
# only, it does not work for upgrades from SLE 11 where scripts had different
# name and were not handled by systemd.
# When we upgrade/update from systemd-based system, scripts are always enabled
# by the %service_add_post macro.
systemctl enable YaST2-Second-Stage.service
systemctl enable YaST2-Firstboot.service
%pre
%service_add_pre YaST2-Second-Stage.service YaST2-Firstboot.service