diff --git a/SPECS/NetworkManager.spec b/SPECS/NetworkManager.spec index 85d6a42..4ceae0c 100644 --- a/SPECS/NetworkManager.spec +++ b/SPECS/NetworkManager.spec @@ -7,7 +7,7 @@ %global epoch_version 1 %global rpm_version 1.26.0 %global real_version 1.26.0 -%global release_version 9 +%global release_version 12 %global snapshot %{nil} %global git_sha %{nil} @@ -169,6 +169,10 @@ Patch1016: 1016-dhcp-implement-dhcp-vendor-class-identifier-option-rh1871042.pat Patch1017: 1017-initrd-parse-rd.net.dhcp.vendor-class-rh1870692.patch Patch1018: 1018-initrd-accept-mac-ifaces-rh1879795.patch Patch1019: 1019-initrd-generate-infiniband-connections-rh1883173.patch +Patch1020: 1020-fix-unauth-user-can-make-nm-crash-rh1890887.patch +Patch1021: 1021-initrd-vlan-fixes-rh1903695-rh1903698.patch +Patch1022: 1022-initrd-fix-parsing-with-empty-token-rh1902791.patch +Patch1023: 1023-initrd-fix-failing-unit-test-rh1903698.patch # The pregenerated docs contain default values and paths that depend # on the configure options when creating the source tarball. @@ -1116,6 +1120,17 @@ fi %changelog +* Wed Dec 4 2020 Antonio Cardace - 1:1.26.0-12 +- initrd: fix failing unit test 'test_vlan_over_bond' (rh #1903698) + +* Wed Dec 2 2020 Antonio Cardace - 1:1.26.0-11 +- initrd: disable ipv4 and ipv6 by default for vlan parent connection (rh #1903698) +- initrd: fix parsing of ip= argument with dotted interface name (rh #1903695) +- initrd: fix parsing with empty token (rh #1902791) + +* Tue Oct 28 2020 Antonio Cardace - 1:1.26.0-10 +- nm-manager: fix crash that can be caused by an anauthorized user (rh #1890887) + * Tue Oct 20 2020 Beniamino Galvani - 1:1.26.0-9 - initrd: generate infiniband connections (rh #1890262)