Hello community, here is the log from the commit of package NetworkManager for openSUSE:Factory checked in at 2020-01-14 20:58:22 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/NetworkManager (Old) and /work/SRC/openSUSE:Factory/.NetworkManager.new.6675 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "NetworkManager" Tue Jan 14 20:58:22 2020 rev:204 rq:763362 version:1.22.4 Changes: -------- --- /work/SRC/openSUSE:Factory/NetworkManager/NetworkManager.changes 2020-01-02 14:40:29.164891513 +0100 +++ /work/SRC/openSUSE:Factory/.NetworkManager.new.6675/NetworkManager.changes 2020-01-14 20:58:39.958523536 +0100 @@ -1,0 +2,18 @@ +Fri Jan 10 11:09:18 UTC 2020 - Bjørn Lie <[email protected]> + +- Update to version 1.22.4: + + Fix behavior of internal DHCP client when the server sends a + NAK. + + Support 31-bit prefixes on IPv4 point-to-point links according + to RFC 3021. + + Fix memory leak parsing RequestScan D-Bus method arguments. + +------------------------------------------------------------------- +Wed Jan 8 20:54:45 UTC 2020 - Lorenz Hüdepohl <[email protected]> + +- Fix 'nfs' dispatcher script + It was checking for an enabled unit 'nfs.service' - which does not + exist (anymore?). Switched to a check for an enabled unit + 'nfs-client.target' + +------------------------------------------------------------------- Old: ---- NetworkManager-1.22.2.tar.xz New: ---- NetworkManager-1.22.4.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ NetworkManager.spec ++++++ --- /var/tmp/diff_new_pack.unCSw4/_old 2020-01-14 20:58:40.622523843 +0100 +++ /var/tmp/diff_new_pack.unCSw4/_new 2020-01-14 20:58:40.622523843 +0100 @@ -1,7 +1,7 @@ # # spec file for package NetworkManager # -# Copyright (c) 2019 SUSE LLC +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -22,7 +22,7 @@ %define with_cacert_patch 0 %define _udevdir %(pkg-config --variable udevdir udev) Name: NetworkManager -Version: 1.22.2 +Version: 1.22.4 Release: 0 Summary: Network Link Manager and user applications for it License: GPL-2.0-or-later ++++++ NetworkManager-1.22.2.tar.xz -> NetworkManager-1.22.4.tar.xz ++++++ ++++ 17623 lines of diff (skipped) ++++++ nfs ++++++ --- /var/tmp/diff_new_pack.unCSw4/_old 2020-01-14 20:58:44.090525449 +0100 +++ /var/tmp/diff_new_pack.unCSw4/_new 2020-01-14 20:58:44.094525451 +0100 @@ -57,7 +57,7 @@ case "$COMMAND" in up|dhcp4-change|dhcp6-change) # Check with systemd if nfs service is enabled - if /usr/bin/systemctl is-enabled nfs.service >/dev/null 2>&1; then + if /usr/bin/systemctl is-enabled nfs-client.target >/dev/null 2>&1; then printf %s "$NET_MOUNTS" | while IFS= read -r line; do MOUNT_POINT=$(echo $line | cut -f2 -d" ") FS_TYPE=$(echo $line | cut -f3 -d" ")
