Skip to content

Commit

Permalink
Merge pull request #142 from yast/SLE-12-GA_bug_937900
Browse files Browse the repository at this point in the history
Sle 12 ga bug 937900
  • Loading branch information
schubi2 committed Aug 25, 2015
2 parents bf535e5 + 0ebeb35 commit 2e72f76
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
7 changes: 7 additions & 0 deletions package/autoyast2.changes
@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Aug 25 15:11:20 CEST 2015 - schubi@suse.de

- Do not restart dbus service after installation. Otherwise some
other services will hang. (bnc#937900)
- 3.1.69.7

-------------------------------------------------------------------
Thu May 21 12:50:44 CEST 2015 - schubi@suse.de

Expand Down
2 changes: 1 addition & 1 deletion package/autoyast2.spec
Expand Up @@ -17,7 +17,7 @@


Name: autoyast2
Version: 3.1.69.6
Version: 3.1.69.7
Release: 0

BuildRoot: %{_tmppath}/%{name}-%{version}-build
Expand Down
5 changes: 4 additions & 1 deletion src/clients/inst_autoconfigure.rb
Expand Up @@ -265,7 +265,10 @@ def main
)
@ser_ignore = [
"YaST2-Second-Stage.service",
"autoyast-initscripts.service"
"autoyast-initscripts.service",
# Do not restart dbus. Otherwise some services will hang.
# bnc#937900
"dbus.service"
]
if final_restart_services
logStep(_("Restarting all running services"))
Expand Down

0 comments on commit 2e72f76

Please sign in to comment.