Skip to content

Commit

Permalink
Merge fce00c3 into 1ba981c
Browse files Browse the repository at this point in the history
  • Loading branch information
teclator committed Jan 11, 2021
2 parents 1ba981c + fce00c3 commit f57c92c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 10 deletions.
6 changes: 6 additions & 0 deletions package/yast2-network.changes
@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Jan 11 13:28:26 UTC 2021 - Knut Anderssen <kanderssen@suse.com>

- Fix network configuration progress bar steps (bsc#1180702)
- 4.2.89

-------------------------------------------------------------------
Tue Dec 15 08:38:07 UTC 2020 - Knut Anderssen <kanderssen@suse.com>

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


Name: yast2-network
Version: 4.2.88
Version: 4.2.89
Release: 0
Summary: YaST2 - Network Configuration
License: GPL-2.0-only
Expand Down
14 changes: 5 additions & 9 deletions src/modules/Lan.rb
Expand Up @@ -220,19 +220,15 @@ def readIPv6

def read_step_labels
steps = [
# Progress stage 1/7
# Progress stage 1/5
_("Detect network devices"),
# Progress stage 2/7
# Progress stage 2/5
_("Read driver information"),
# Progress stage 3/7 - multiple devices may be present, really plural
# Progress stage 3/5 - multiple devices may be present, really plural
_("Read device configuration"),
# Progress stage 4/7
# Progress stage 4/5
_("Read network configuration"),
# Progress stage 5/7
_("Read installation information"),
# Progress stage 6/7
_("Read routing configuration"),
# Progress stage 7/7
# Progress stage 5/5
_("Detect current status")
]

Expand Down

0 comments on commit f57c92c

Please sign in to comment.