Skip to content

Commit

Permalink
Merge branch 'SLE-15-SP3' into merge-SLE-15-SP3
Browse files Browse the repository at this point in the history
  • Loading branch information
joseivanlopez committed Nov 10, 2021
2 parents a9384ee + b63b4e5 commit 250c64b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions package/yast2-network.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Nov 10 16:45:32 UTC 2021 - José Iván López González <jlopez@suse.com>

- Replace calls to dropped method InterfacesTable#friendly_name
(bsc#1192560).
- 4.4.30

-------------------------------------------------------------------
Thu Nov 4 15:02:24 UTC 2021 - Knut Anderssen <kanderssen@suse.com>

Expand Down
2 changes: 1 addition & 1 deletion package/yast2-network.spec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@


Name: yast2-network
Version: 4.4.29
Version: 4.4.30
Release: 0
Summary: YaST2 - Network Configuration
License: GPL-2.0-only
Expand Down
4 changes: 2 additions & 2 deletions src/lib/y2network/widgets/interfaces_table.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) [2019] SUSE LLC
# Copyright (c) [2019-2021] SUSE LLC
#
# All Rights Reserved.
#
Expand Down Expand Up @@ -101,7 +101,7 @@ def note(interface, conn)

# Constructs device description for inactive s390 devices
def device_item(device)
[device.id, friendly_name(device), _("Not activated"), device.id, ""]
[device.id, description_for(device.interface), _("Not activated"), device.id, ""]
end

# Generic device description handler
Expand Down

0 comments on commit 250c64b

Please sign in to comment.