diff --git a/SPECS/NetworkManager.spec b/SPECS/NetworkManager.spec index 09b780c..8c80cfd 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 13 +%global release_version 14 %global snapshot %{nil} %global git_sha %{nil} @@ -174,6 +174,7 @@ 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 Patch1024: 1024-device-clean-up-dispatcher-calls-rh1888348.patch +Patch1025: 1025-initrd-timeout-carrier-rh1917773.patch # The pregenerated docs contain default values and paths that depend # on the configure options when creating the source tarball. @@ -1121,6 +1122,9 @@ fi %changelog +* Wed Mar 17 2021 Beniamino Galvani - 1:1.26.0-14 +- initrd: support rd.net.timeout.carrier command line option (rh #1917773) + * Wed Jan 20 2021 Beniamino Galvani - 1:1.26.0-13 - device: clean up dispatcher calls when canceling an activation (rh #1888348)