Skip to content

Commit

Permalink
Do not restart NetworkManager* services
Browse files Browse the repository at this point in the history
  • Loading branch information
schubi2 committed Nov 25, 2015
1 parent 5220507 commit 19763ae
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 @@
-------------------------------------------------------------------
Wed Nov 25 16:04:00 CET 2015 - schubi@suse.de

- Do not restart NetworkManager* services while restarting all
services in the second installation stage. (bnc#955260)
- 3.1.105

-------------------------------------------------------------------
Fri Nov 20 11:44:16 CET 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.104
Version: 3.1.105
Release: 0

BuildRoot: %{_tmppath}/%{name}-%{version}-build
Expand Down
5 changes: 4 additions & 1 deletion src/clients/inst_autoconfigure.rb
Expand Up @@ -301,7 +301,10 @@ def main
"dbus.service",
# Do not restart wickedd* services
# bnc#944349
"^wickedd"
"^wickedd",
# Do not restart NetworkManager* services
# bnc#955260
"^NetworkManager"
]
if final_restart_services
logStep(_("Restarting all running services"))
Expand Down

0 comments on commit 19763ae

Please sign in to comment.