- Removing network dependencies in the service files in order to

prevent booting cycles in Tumbleweed. (bnc#954908)
- 3.1.167

OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=748
This commit is contained in:
YaST Team Bot 2016-01-11 15:37:38 +00:00 committed by Git OBS Bridge
parent 90b64b985d
commit dbc29e3fcb
6 changed files with 15 additions and 8 deletions

View File

@ -1,8 +1,8 @@
[Unit]
Description=YaST2 Firstboot
After=apparmor.service local-fs.target YaST2-Second-Stage.service plymouth-start.service
After=apparmor.service local-fs.target plymouth-start.service
Before=getty@tty1.service serial-getty@ttyS0.service serial-getty@ttyS1.service serial-getty@ttyS2.service
Before=display-manager.service network.service NetworkManager.service
Before=display-manager.service network.service
ConditionPathExists=/var/lib/YaST2/reconfig_system
[Service]

View File

@ -4,7 +4,7 @@ Description=YaST2 Second Stage
# initialization of the VNC server
After=apparmor.service local-fs.target plymouth-start.service
Before=getty@tty1.service serial-getty@ttyS0.service serial-getty@ttyS1.service serial-getty@ttyS2.service
Before=display-manager.service network.service NetworkManager.service SuSEfirewall2_init.service SuSEfirewall2.service
Before=display-manager.service
ConditionPathExists=/var/lib/YaST2/runme_at_boot
[Service]

View File

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

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:11479e3bda0f3e56a4850f1a59372a61dcb1641d877227f2190003db4eb51ff9
size 396470

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Thu Dec 22 15:53:34 CET 2015 - schubi@suse.de
- Removing network dependencies in the service files in order to
prevent booting cycles in Tumbleweed. (bnc#954908)
- 3.1.167
-------------------------------------------------------------------
Mon Dec 21 08:08:15 UTC 2015 - jsrain@suse.cz

View File

@ -1,7 +1,7 @@
#
# spec file for package yast2-installation
#
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,7 +17,7 @@
Name: yast2-installation
Version: 3.1.166
Version: 3.1.167
Release: 0
BuildRoot: %{_tmppath}/%{name}-%{version}-build