1
0

Accepting request 150165 from YaST:Head

resubmit

OBS-URL: https://build.opensuse.org/request/show/150165
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yast2-installation?expand=0&rev=251
This commit is contained in:
Stephan Kulow 2013-01-29 06:08:07 +00:00 committed by Git OBS Bridge
commit 354bea8071
5 changed files with 15 additions and 5 deletions

View File

@ -1,12 +1,15 @@
[Unit] [Unit]
Description=YaST2 Second Stage Description=YaST2 Second Stage
After=apparmor.service local-fs.target plymouth-start.service After=apparmor.service local-fs.target plymouth-start.service
Before=getty@tty1.service xdm.service network.service NetworkManager.service SuSEfirewall2_init.service Before=getty@tty1.service xdm.service network.service NetworkManager.service SuSEfirewall2_init.service SuSEfirewall2.service
ConditionPathExists=/var/lib/YaST2/runme_at_boot ConditionPathExists=/var/lib/YaST2/runme_at_boot
[Service] [Service]
Type=oneshot Type=oneshot
Environment=SYSTEMCTL_OPTIONS=--ignore-dependencies TERM=linux Environment=SYSTEMCTL_OPTIONS=--ignore-dependencies TERM=linux
# firewall will be started by YaST Second Stage
# ensure current queue doesn't block YaST starting it
ExecStartPre=-/bin/systemctl stop SuSEfirewall2.service
ExecStartPre=-/usr/bin/plymouth --hide-splash ExecStartPre=-/usr/bin/plymouth --hide-splash
ExecStart=/usr/lib/YaST2/startup/YaST2.Second-Stage ExecStart=/usr/lib/YaST2/startup/YaST2.Second-Stage
RemainAfterExit=yes RemainAfterExit=yes

View File

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

View File

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

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Jan 23 16:00:21 CET 2013 - jsuchome@suse.cz
- prevent systemctl hang in 2nd stage (from fcrozat@suse.com,
bnc#798620)
- 2.23.11
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Jan 20 15:27:33 UTC 2013 - lslezak@suse.cz Sun Jan 20 15:27:33 UTC 2013 - lslezak@suse.cz

View File

@ -17,7 +17,7 @@
Name: yast2-installation Name: yast2-installation
Version: 2.23.10 Version: 2.23.11
Release: 0 Release: 0
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build