forked from pool/yast2-installation
- Simplified second stage systemd unit to avoid dependencies cycles
(bnc#947521 and bnc#931643). Logic moved to YaST startup scripts. - 3.1.160 OBS-URL: https://build.opensuse.org/package/show/YaST:Head/yast2-installation?expand=0&rev=739
This commit is contained in:
parent
4661bffc57
commit
71c161e4aa
@ -2,7 +2,7 @@
|
||||
Description=YaST2 Second Stage
|
||||
# If xinetd is enabled, make sure it's already running so we can stop it during
|
||||
# initialization of the VNC server
|
||||
After=apparmor.service local-fs.target plymouth-start.service xinetd.service
|
||||
After=apparmor.service local-fs.target plymouth-start.service
|
||||
Before=getty@tty1.service display-manager.service network.service NetworkManager.service SuSEfirewall2_init.service SuSEfirewall2.service
|
||||
ConditionPathExists=/var/lib/YaST2/runme_at_boot
|
||||
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d6f3603411c2369150accdd1594418ef2694bf37d953bcc1270beafb6368a906
|
||||
size 395655
|
3
yast2-installation-3.1.160.tar.bz2
Normal file
3
yast2-installation-3.1.160.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:aa563939afb91c6149cbe3f7e09fdffc0d75dc9d974859c9e0a068efd5ded0ba
|
||||
size 396347
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 1 15:55:54 UTC 2015 - ancor@suse.com
|
||||
|
||||
- Simplified second stage systemd unit to avoid dependencies cycles
|
||||
(bnc#947521 and bnc#931643). Logic moved to YaST startup scripts.
|
||||
- 3.1.160
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 4 07:07:33 UTC 2015 - jsrain@suse.cz
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: yast2-installation
|
||||
Version: 3.1.159
|
||||
Version: 3.1.160
|
||||
Release: 0
|
||||
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
Loading…
Reference in New Issue
Block a user