Comment 7 for bug 1794478

Revision history for this message
Eric Desrochers (slashd) wrote :

The new stable version indicate the fix mentioned by seb128 is there but no indication has been made in the debian/changelog to automatically change the status, which breaks the SRU machinery for this particular bug.

--- network-manager-1.10.6/src/nm-manager.c 2018-03-12 08:59:48.000000000 -0400
+++ network-manager-1.10.14/src/nm-manager.c 2018-11-20 05:23:31.000000000 -0500

+ if ( old_state == NM_DEVICE_STATE_UNMANAGED
+ && new_state > NM_DEVICE_STATE_UNMANAGED)
+ retry_connections_for_parent_device (self, device);
+

I'll change the bug status from "Incomplete" to "Fix Committed" as the package is now found in bionic-proposed.

- Eric