diff --git a/SPECS/NetworkManager.spec b/SPECS/NetworkManager.spec index 2892679..1e7725a 100644 --- a/SPECS/NetworkManager.spec +++ b/SPECS/NetworkManager.spec @@ -7,7 +7,7 @@ %global epoch_version 1 %global rpm_version 1.30.0 %global real_version 1.30.0 -%global release_version 2 +%global release_version 4 %global snapshot %{nil} %global git_sha %{nil} @@ -187,6 +187,8 @@ Patch1: 0001-cloud-setup-systemd-unit-rh1791758.patch # Bugfixes that are only relevant until next rebase of the package. Patch1000: 1000-bond-avoid-logging-warning-to-set-ad_actor_system-00.patch +Patch1001: 1001-core-increase-limit-of-open-file-descriptors-for-Net.patch +Patch1002: 1002-initrd-apply-mtu-to-bond-connection.patch # The pregenerated docs contain default values and paths that depend # on the configure options when creating the source tarball. @@ -203,6 +205,7 @@ Requires(postun): systemd Requires: dbus >= %{dbus_version} Requires: glib2 >= %{glib2_version} Requires: %{name}-libnm%{?_isa} = %{epoch}:%{version}-%{release} +Requires: libndp >= 1.7-4 Obsoletes: dhcdbd Obsoletes: NetworkManager < %{obsoletes_device_plugins} Obsoletes: NetworkManager < %{obsoletes_ppp_plugin} @@ -1150,6 +1153,13 @@ fi %changelog +* Fri Mar 12 2021 Beniamino Galvani - 1:1.30.0-4 +- initrd: apply the MTU from bond= argument to the bond connection (rh #1936610) + +* Fri Mar 12 2021 Thomas Haller - 1:1.30.0-3 +- Increase LimitNOFILE to allow more than 1024 file descriptors (rh #1926599). + This requires a suitable libndp version that can handle many file descriptors (rh #1933041). + * Tue Feb 23 2021 Thomas Haller - 1:1.30.0-2 - Avoid logging warning setting bond ad_actor_system (rh #1923999)