|
|
|
@ -6,7 +6,7 @@
|
|
|
|
|
%global epoch_version 1
|
|
|
|
|
%global real_version 1.48.10
|
|
|
|
|
%global rpm_version %{real_version}
|
|
|
|
|
%global release_version 1
|
|
|
|
|
%global release_version 5
|
|
|
|
|
%global snapshot %{nil}
|
|
|
|
|
%global git_sha %{nil}
|
|
|
|
|
%global bcond_default_debug 0
|
|
|
|
@ -17,9 +17,6 @@
|
|
|
|
|
%global obsoletes_ppp_plugin 1:1.5.3
|
|
|
|
|
%global obsoletes_initscripts_updown 1:1.36.0-0.6
|
|
|
|
|
%global obsoletes_ifcfg_rh 1:1.36.2
|
|
|
|
|
%global obsoletes_team 1:1.47.5-3
|
|
|
|
|
%global obsoletes_initscripts_ifcfg_rh 1:1.47.5-3
|
|
|
|
|
%global obsoletes_dispatcher_routing_rules 1:1.47.5-3
|
|
|
|
|
|
|
|
|
|
%global nmlibdir %{_prefix}/lib/%{name}
|
|
|
|
|
%global nmplugindir %{_libdir}/%{name}/%{version}-%{release}
|
|
|
|
@ -42,19 +39,12 @@
|
|
|
|
|
%global systemd_units_cloud_setup nm-cloud-setup.service nm-cloud-setup.timer
|
|
|
|
|
|
|
|
|
|
###############################################################################
|
|
|
|
|
%if 0%{?fedora} > 40 || 0%{?rhel} >= 10
|
|
|
|
|
%bcond_without meson
|
|
|
|
|
%else
|
|
|
|
|
%bcond_with meson
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%bcond_with meson
|
|
|
|
|
%bcond_without adsl
|
|
|
|
|
%bcond_without bluetooth
|
|
|
|
|
%bcond_without wwan
|
|
|
|
|
%if 0%{?rhel} >= 10
|
|
|
|
|
%bcond_with team
|
|
|
|
|
%else
|
|
|
|
|
%bcond_without team
|
|
|
|
|
%endif
|
|
|
|
|
%bcond_without wifi
|
|
|
|
|
%bcond_without ovs
|
|
|
|
|
%bcond_without ppp
|
|
|
|
@ -90,16 +80,11 @@
|
|
|
|
|
%else
|
|
|
|
|
%bcond_with connectivity_fedora
|
|
|
|
|
%endif
|
|
|
|
|
%if 0%{?msvsphere} && 0%{?msvsphere} >= 8
|
|
|
|
|
%bcond_without connectivity_msvsphere
|
|
|
|
|
%else
|
|
|
|
|
%bcond_with connectivity_msvsphere
|
|
|
|
|
%if 0%{?rhel} && 0%{?rhel} >= 8
|
|
|
|
|
%bcond_without connectivity_redhat
|
|
|
|
|
%else
|
|
|
|
|
%bcond_with connectivity_redhat
|
|
|
|
|
%endif
|
|
|
|
|
%endif # end of MSVSphere block
|
|
|
|
|
%if 0%{?fedora} >= 29 || 0%{?rhel} >= 8
|
|
|
|
|
%bcond_without crypto_gnutls
|
|
|
|
|
%else
|
|
|
|
@ -164,18 +149,13 @@
|
|
|
|
|
%global config_plugins_default_ifcfg_rh 1
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%if 0%{?rhel} >= 10
|
|
|
|
|
%global with_ifcfg_rh 0
|
|
|
|
|
%global split_ifcfg_rh 0
|
|
|
|
|
%elif 0%{?fedora} >= 36
|
|
|
|
|
%global with_ifcfg_rh 1
|
|
|
|
|
%if 0%{?fedora} >= 36 || 0%{?rhel} >= 10
|
|
|
|
|
%global split_ifcfg_rh 1
|
|
|
|
|
%else
|
|
|
|
|
%global with_ifcfg_rh 1
|
|
|
|
|
%global split_ifcfg_rh 0
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%if (0%{?fedora} >= 36 && 0%{?fedora} < 39) || 0%{?rhel} == 9
|
|
|
|
|
%if (0%{?fedora} >= 36 && 0%{?fedora} < 39) || 0%{?rhel} >= 9
|
|
|
|
|
%global ifcfg_warning 1
|
|
|
|
|
%else
|
|
|
|
|
%global ifcfg_warning 0
|
|
|
|
@ -209,7 +189,7 @@ Name: NetworkManager
|
|
|
|
|
Summary: Network connection manager and user applications
|
|
|
|
|
Epoch: %{epoch_version}
|
|
|
|
|
Version: %{rpm_version}
|
|
|
|
|
Release: %{release_version}%{?snap}%{?dist}.inferit
|
|
|
|
|
Release: %{release_version}%{?snap}%{?dist}
|
|
|
|
|
Group: System Environment/Base
|
|
|
|
|
License: GPL-2.0-or-later AND LGPL-2.1-or-later
|
|
|
|
|
URL: https://networkmanager.dev/
|
|
|
|
@ -224,21 +204,21 @@ Source7: 70-nm-connectivity.conf
|
|
|
|
|
Source8: readme-ifcfg-rh.txt
|
|
|
|
|
Source9: readme-ifcfg-rh-migrated.txt
|
|
|
|
|
|
|
|
|
|
# MSVSphere sources
|
|
|
|
|
Source1000: 20-connectivity-msvsphere.conf
|
|
|
|
|
|
|
|
|
|
# RHEL downstream patches that change behavior from upstream.
|
|
|
|
|
# These are not bugfixes, hence they are also relevant after
|
|
|
|
|
# the next rebase of the source tarball.
|
|
|
|
|
# Patch0001: 0001-some.patch
|
|
|
|
|
Patch0001: 0001-revert-change-default-value-for-ipv4.dad-timeout-from-0-to-200ms.patch
|
|
|
|
|
|
|
|
|
|
# Sources were taken from latest stable release:
|
|
|
|
|
Patch1001: 1001-cloud-setup-allow-bigger-restart-bursts-rhel-56739.patch
|
|
|
|
|
Patch1002: 1002-cloud-setup-ensure-azure-places-primary-address-first-rhel-56386.patch
|
|
|
|
|
|
|
|
|
|
# Bugfixes that are only relevant until next rebase of the package.
|
|
|
|
|
# Patch1001: 1001-some.patch
|
|
|
|
|
Patch1001: 1001-cloud-setup-allow-bigger-restart-bursts-rhel-56740.patch
|
|
|
|
|
Patch1002: 1002-cloud-setup-ensure-azure-places-primary-address-first-rhel-56387.patch
|
|
|
|
|
Patch1003: 1003-only-validate-sriov-capability-when-enabled-rhel-58397.patch
|
|
|
|
|
Patch1004: 1004-fix-bug-when-deactivating-port-connections-rhel-50747.patch
|
|
|
|
|
Patch1005: 1005-fix-validation-of-ovs-dpdk-interface-name-rhel-60022.patch
|
|
|
|
|
Patch1006: 1006-remove-routes-added-by-nm-on-reapply-rhel-73013.patch
|
|
|
|
|
Patch1007: 1007-vpn-place-gateway-route-to-table-defined-in-ipvx-route-table-rhel-73166.patch
|
|
|
|
|
Patch1008: 1008-vpn-support-routing-rules-in-vpn-conenctions-rhel-73167.patch
|
|
|
|
|
|
|
|
|
|
Requires(post): systemd
|
|
|
|
|
%if 0%{?fedora} || 0%{?rhel} >= 8
|
|
|
|
@ -271,22 +251,11 @@ Obsoletes: NetworkManager < %{obsoletes_ifcfg_rh}
|
|
|
|
|
Requires: wpa_supplicant >= 1:1.1
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%if 0%{?rhel} && 0%{?rhel} >= 10
|
|
|
|
|
Obsoletes: NetworkManager-team < %{obsoletes_team}
|
|
|
|
|
Obsoletes: NetworkManager-initscripts-ifcfg-rh < %{obsoletes_initscripts_ifcfg_rh}
|
|
|
|
|
Obsoletes: NetworkManager-dispatcher-routing-rules < %{obsoletes_dispatcher_routing_rules}
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
Conflicts: NetworkManager-vpnc < 1:0.7.0.99-1
|
|
|
|
|
Conflicts: NetworkManager-openvpn < 1:0.7.0.99-1
|
|
|
|
|
Conflicts: NetworkManager-pptp < 1:0.7.0.99-1
|
|
|
|
|
Conflicts: NetworkManager-openconnect < 0:0.7.0.99-1
|
|
|
|
|
Conflicts: kde-plasma-networkmanagement < 1:0.9-0.49.20110527git.nm09
|
|
|
|
|
%if 0%{?rhel} && 0%{?rhel} >= 10
|
|
|
|
|
Conflicts: NetworkManager-team <= 1:1.47.5-3
|
|
|
|
|
Conflicts: NetworkManager-initscripts-ifcfg-rh <= 1:1.47.5-3
|
|
|
|
|
Conflicts: NetworkManager-dispatcher-routing-rules <= 1:1.47.5-3
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
BuildRequires: make
|
|
|
|
|
BuildRequires: gcc
|
|
|
|
@ -558,17 +527,6 @@ This adds a NetworkManager configuration file to enable connectivity checking
|
|
|
|
|
via Red Hat infrastructure.
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%if %{with connectivity_msvsphere}
|
|
|
|
|
%package config-connectivity-msvsphere
|
|
|
|
|
Summary: NetworkManager config file for connectivity checking via MSVSphere servers
|
|
|
|
|
Group: System Environment/Base
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
Provides: NetworkManager-config-connectivity = %{epoch}:%{version}-%{release}
|
|
|
|
|
|
|
|
|
|
%description config-connectivity-msvsphere
|
|
|
|
|
This adds a NetworkManager configuration file to enable connectivity checking
|
|
|
|
|
via MSVSphere infrastructure.
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%package config-server
|
|
|
|
|
Summary: NetworkManager config file for "server-like" defaults
|
|
|
|
@ -586,13 +544,13 @@ This package is intended to be installed by default for server
|
|
|
|
|
deployments.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%if %{?with_ifcfg_rh}
|
|
|
|
|
%package dispatcher-routing-rules
|
|
|
|
|
Summary: NetworkManager dispatcher file for advanced routing rules
|
|
|
|
|
Group: System Environment/Base
|
|
|
|
|
%if 0%{?split_ifcfg_rh}
|
|
|
|
|
Requires: %{name}-initscripts-ifcfg-rh
|
|
|
|
|
%endif
|
|
|
|
|
Requires: ipcalc
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
Provides: %{name}-config-routing-rules = %{epoch}:%{version}-%{release}
|
|
|
|
|
Obsoletes: %{name}-config-routing-rules < 1:1.31.0
|
|
|
|
@ -601,7 +559,6 @@ Obsoletes: %{name}-config-routing-rules < 1:1.31.0
|
|
|
|
|
This adds a NetworkManager dispatcher file to support networking
|
|
|
|
|
configurations using "/etc/sysconfig/network-scripts/rule-NAME" files
|
|
|
|
|
(eg, to do policy-based routing).
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%if %{with nmtui}
|
|
|
|
@ -645,7 +602,6 @@ like Aliyun, Azure, EC2, GCP are supported.
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%if %{?with_ifcfg_rh}
|
|
|
|
|
%package initscripts-updown
|
|
|
|
|
Summary: Legacy ifup/ifdown scripts for NetworkManager that replace initscripts (network-scripts)
|
|
|
|
|
Group: System Environment/Base
|
|
|
|
@ -658,7 +614,7 @@ Obsoletes: NetworkManager < %{obsoletes_initscripts_updown}
|
|
|
|
|
Installs alternative ifup/ifdown scripts that talk to NetworkManager.
|
|
|
|
|
This is only for backward compatibility with initscripts (network-scripts).
|
|
|
|
|
Preferably use nmcli instead.
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%autosetup -p1 -n NetworkManager-%{real_version}
|
|
|
|
@ -772,11 +728,7 @@ Preferably use nmcli instead.
|
|
|
|
|
-Ddbus_conf_dir=%{dbus_sys_dir} \
|
|
|
|
|
-Dtests=yes \
|
|
|
|
|
-Dvalgrind=no \
|
|
|
|
|
%if %{?with_ifcfg_rh}
|
|
|
|
|
-Difcfg_rh=true \
|
|
|
|
|
%else
|
|
|
|
|
-Difcfg_rh=false \
|
|
|
|
|
%endif
|
|
|
|
|
-Difupdown=false \
|
|
|
|
|
%if %{with ppp}
|
|
|
|
|
-Dppp=true \
|
|
|
|
@ -924,11 +876,7 @@ autoreconf --install --force
|
|
|
|
|
--enable-more-warnings=yes \
|
|
|
|
|
%endif
|
|
|
|
|
--with-valgrind=no \
|
|
|
|
|
%if %{?with_ifcfg_rh}
|
|
|
|
|
--enable-ifcfg-rh=yes \
|
|
|
|
|
%else
|
|
|
|
|
--enable-ifcfg-rh=no \
|
|
|
|
|
%endif
|
|
|
|
|
--enable-ifupdown=no \
|
|
|
|
|
%if %{with ppp}
|
|
|
|
|
--enable-ppp=yes \
|
|
|
|
@ -984,12 +932,6 @@ cp %{SOURCE7} %{buildroot}%{_sysctldir}
|
|
|
|
|
cp %{SOURCE6} %{buildroot}%{nmlibdir}/conf.d/
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%if %{with connectivity_msvsphere}
|
|
|
|
|
cp %{SOURCE1000} %{buildroot}%{nmlibdir}/conf.d/
|
|
|
|
|
mkdir -p %{buildroot}%{_sysctldir}
|
|
|
|
|
cp %{SOURCE7} %{buildroot}%{_sysctldir}
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%if 0%{?ifcfg_warning}
|
|
|
|
|
cp %{SOURCE8} %{buildroot}%{_sysconfdir}/sysconfig/network-scripts
|
|
|
|
|
%endif
|
|
|
|
@ -997,11 +939,9 @@ cp %{SOURCE8} %{buildroot}%{_sysconfdir}/sysconfig/network-scripts
|
|
|
|
|
cp %{SOURCE9} %{buildroot}%{_sysconfdir}/sysconfig/network-scripts/readme-ifcfg-rh.txt
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%if %{?with_ifcfg_rh}
|
|
|
|
|
cp examples/dispatcher/10-ifcfg-rh-routes.sh %{buildroot}%{nmlibdir}/dispatcher.d/
|
|
|
|
|
ln -s ../no-wait.d/10-ifcfg-rh-routes.sh %{buildroot}%{nmlibdir}/dispatcher.d/pre-up.d/
|
|
|
|
|
ln -s ../10-ifcfg-rh-routes.sh %{buildroot}%{nmlibdir}/dispatcher.d/no-wait.d/
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%find_lang %{name}
|
|
|
|
|
|
|
|
|
@ -1017,10 +957,9 @@ mkdir -p %{buildroot}%{_prefix}/src/debug/NetworkManager-%{real_version}
|
|
|
|
|
cp valgrind.suppressions %{buildroot}%{_prefix}/src/debug/NetworkManager-%{real_version}
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%if %{?with_ifcfg_rh}
|
|
|
|
|
touch %{buildroot}%{_sbindir}/ifup
|
|
|
|
|
touch %{buildroot}%{_sbindir}/ifdown
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%check
|
|
|
|
|
%if %{with meson}
|
|
|
|
@ -1063,7 +1002,6 @@ fi
|
|
|
|
|
%systemd_post %{systemd_units}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%if %{?with_ifcfg_rh}
|
|
|
|
|
%post initscripts-updown
|
|
|
|
|
if [ -f %{_sbindir}/ifup -a ! -L %{_sbindir}/ifup ]; then
|
|
|
|
|
# initscripts package too old, won't let us set an alternative
|
|
|
|
@ -1072,7 +1010,6 @@ else
|
|
|
|
|
/usr/sbin/update-alternatives --install %{_sbindir}/ifup ifup %{_libexecdir}/nm-ifup 50 \
|
|
|
|
|
--slave %{_sbindir}/ifdown ifdown %{_libexecdir}/nm-ifdown
|
|
|
|
|
fi
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%if %{with nm_cloud_setup}
|
|
|
|
@ -1092,12 +1029,10 @@ fi
|
|
|
|
|
%systemd_preun NetworkManager-wait-online.service NetworkManager-dispatcher.service nm-priv-helper.service
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%if %{?with_ifcfg_rh}
|
|
|
|
|
%preun initscripts-updown
|
|
|
|
|
if [ $1 -eq 0 ]; then
|
|
|
|
|
/usr/sbin/update-alternatives --remove ifup %{_libexecdir}/nm-ifup >/dev/null 2>&1 || :
|
|
|
|
|
fi
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%if %{with nm_cloud_setup}
|
|
|
|
@ -1132,7 +1067,7 @@ fi
|
|
|
|
|
%{dbus_sys_dir}/org.freedesktop.NetworkManager.conf
|
|
|
|
|
%{dbus_sys_dir}/nm-dispatcher.conf
|
|
|
|
|
%{dbus_sys_dir}/nm-priv-helper.conf
|
|
|
|
|
%if %{?with_ifcfg_rh} && 0%{?split_ifcfg_rh} == 0
|
|
|
|
|
%if 0%{?split_ifcfg_rh} == 0
|
|
|
|
|
%{dbus_sys_dir}/nm-ifcfg-rh.conf
|
|
|
|
|
%endif
|
|
|
|
|
%{_sbindir}/%{name}
|
|
|
|
@ -1160,7 +1095,7 @@ fi
|
|
|
|
|
%{_libexecdir}/nm-priv-helper
|
|
|
|
|
%dir %{_libdir}/%{name}
|
|
|
|
|
%dir %{nmplugindir}
|
|
|
|
|
%if %{?with_ifcfg_rh} && 0%{?split_ifcfg_rh} == 0
|
|
|
|
|
%if 0%{?split_ifcfg_rh} == 0
|
|
|
|
|
%{nmplugindir}/libnm-settings-plugin-ifcfg-rh.so
|
|
|
|
|
%endif
|
|
|
|
|
%if %{with nmtui}
|
|
|
|
@ -1182,9 +1117,7 @@ fi
|
|
|
|
|
%{_mandir}/man8/NetworkManager-dispatcher.8*
|
|
|
|
|
%{_mandir}/man8/NetworkManager-wait-online.service.8*
|
|
|
|
|
%dir %{_localstatedir}/lib/NetworkManager
|
|
|
|
|
%if %{?with_ifcfg_rh}
|
|
|
|
|
%dir %{_sysconfdir}/sysconfig/network-scripts
|
|
|
|
|
%endif
|
|
|
|
|
%{_datadir}/dbus-1/system-services/org.freedesktop.nm_dispatcher.service
|
|
|
|
|
%{_datadir}/dbus-1/system-services/org.freedesktop.nm_priv_helper.service
|
|
|
|
|
%{_datadir}/polkit-1/actions/*.policy
|
|
|
|
@ -1292,13 +1225,6 @@ fi
|
|
|
|
|
%{_sysctldir}/70-nm-connectivity.conf
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%if %{with connectivity_msvsphere}
|
|
|
|
|
%files config-connectivity-msvsphere
|
|
|
|
|
%dir %{nmlibdir}
|
|
|
|
|
%dir %{nmlibdir}/conf.d
|
|
|
|
|
%{nmlibdir}/conf.d/20-connectivity-msvsphere.conf
|
|
|
|
|
%{_sysctldir}/70-nm-connectivity.conf
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%files config-server
|
|
|
|
|
%dir %{nmlibdir}
|
|
|
|
@ -1306,12 +1232,11 @@ fi
|
|
|
|
|
%{nmlibdir}/conf.d/00-server.conf
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%if %{?with_ifcfg_rh}
|
|
|
|
|
%files dispatcher-routing-rules
|
|
|
|
|
%{nmlibdir}/dispatcher.d/10-ifcfg-rh-routes.sh
|
|
|
|
|
%{nmlibdir}/dispatcher.d/no-wait.d/10-ifcfg-rh-routes.sh
|
|
|
|
|
%{nmlibdir}/dispatcher.d/pre-up.d/10-ifcfg-rh-routes.sh
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%if %{with nmtui}
|
|
|
|
|
%files tui
|
|
|
|
@ -1342,23 +1267,29 @@ fi
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%if %{?with_ifcfg_rh}
|
|
|
|
|
%files initscripts-updown
|
|
|
|
|
%{_libexecdir}/nm-ifup
|
|
|
|
|
%ghost %attr(755, root, root) %{_sbindir}/ifup
|
|
|
|
|
%{_libexecdir}/nm-ifdown
|
|
|
|
|
%ghost %attr(755, root, root) %{_sbindir}/ifdown
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Dec 24 2024 Sergey Cherevko <s.cherevko@msvsphere-os.ru> - 1:1.48.10-1.inferit
|
|
|
|
|
- cloud-setup: allow bigger restart bursts
|
|
|
|
|
- cloud-setup: azure: ensure that primary address is placed first
|
|
|
|
|
- Implemented connectivity checking via MSVSphere infrastructure
|
|
|
|
|
* Thu Jan 09 2025 Wen Liang <wenliang@redhat.com> - 1:1.48.10-5
|
|
|
|
|
- vpn: Support routing rules in vpn conenctions (RHEL-73167)
|
|
|
|
|
- vpn: Place gateway route to table defined in ipvx.route-table (RHEL-73166)
|
|
|
|
|
|
|
|
|
|
* Wed Jan 08 2025 Íñigo Huguet <ihuguet@redhat.com> - 1:1.48.10-4
|
|
|
|
|
- Remove routes added by NetworkManager when doing reapply, also those not in main table (RHEL-73013)
|
|
|
|
|
|
|
|
|
|
* Tue Nov 12 2024 Beniamino Galvani <bgalvani@redhat.com> - 1:1.48.10-3
|
|
|
|
|
- Only validate the SR-IOV device capability when SR-IOV is enabled (RHEL-58397)
|
|
|
|
|
- Fix bug when deactivating port connections (RHEL-50747)
|
|
|
|
|
- Fix validation of ovs-dpdk interface name (RHEL-60022)
|
|
|
|
|
|
|
|
|
|
* Tue Nov 26 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 1:1.48.10-1
|
|
|
|
|
- Rebuilt for MSVSphere 10
|
|
|
|
|
* Fri Aug 30 2024 Fernando Fernandez Mancera <ferferna@redhat.com> - 1:1.48.10-2
|
|
|
|
|
- cloud-setup: Allow bigger restart bursts (RHEL-56740)
|
|
|
|
|
- cloud-setup: Fix Azure swap of primary and secondary IP addresses (RHEL-56387)
|
|
|
|
|
|
|
|
|
|
* Thu Aug 22 2024 Íñigo Huguet <ihuguet@redhat.com> - 1:1.48.10-1
|
|
|
|
|
- Unblock the autoconnect for children when parent is available (RHEL-46904)
|
|
|
|
@ -1366,8 +1297,15 @@ fi
|
|
|
|
|
- Support reapplying bridge-port VLANs (RHEL-26750)
|
|
|
|
|
- Add small backoff time before resync (RHEL-29902)
|
|
|
|
|
|
|
|
|
|
* Fri Aug 09 2024 Fernando Fernandez Mancera <ferferna@redhat.com> - 1:1.48.8-1
|
|
|
|
|
* Fri Aug 09 2024 Fernando Fernandez Mancera <ferferna@redha.com> - 1:1.46.8-1
|
|
|
|
|
- Stop writing offensive terms into keyfiles (RHEL-52597)
|
|
|
|
|
- Remove offensive words (RHEL-33368)
|
|
|
|
|
- Fix cloned-mac-address race condition with DHCP on ovs-interfaces (RHEL-49796)
|
|
|
|
|
|
|
|
|
|
* Fri Jul 26 2024 Fernando Fernandez Mancera <ferferna@redhat.com> - 1:1.48.6-1
|
|
|
|
|
- Wait until link is ready before activating for ovs-interface (RHEL-49796)
|
|
|
|
|
- Fix rollback on OVS checkpoint (RHEL-31972)
|
|
|
|
|
- Assert that the auto-activate list is empty on dispose (RHEL-44345)
|
|
|
|
|
|
|
|
|
|
* Fri Jul 05 2024 Stanislas Faye <sfaye@redhat.com> 1:1.48.4-1
|
|
|
|
|
- Update to 1.48.4 release
|
|
|
|
@ -1376,12 +1314,13 @@ fi
|
|
|
|
|
addresses configured on interfaces, NetworkManager now takes into
|
|
|
|
|
account the content of /etc/hosts (RHEL-33435)
|
|
|
|
|
|
|
|
|
|
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 1:1.48.2-1.1
|
|
|
|
|
- Bump release for June 2024 mass rebuild
|
|
|
|
|
* Thu Jun 27 2024 Íñigo Huguet <ihuguet@redhat.com> 1:1.48.2-2
|
|
|
|
|
- Add ipcalc as dependency of NetworkManager-dispatcher-routing-rules (RHEL-36648)
|
|
|
|
|
|
|
|
|
|
* Mon Jun 24 2024 Beniamino Galvani <bgalvani@redhat.com> 1:1.48.2-1
|
|
|
|
|
- Update to 1.48.2 release
|
|
|
|
|
- Save connection timestamps when shutting down (RHEL-35539)
|
|
|
|
|
- Fix regression with OpenVPN dynamic challenge (RHEL-43720)
|
|
|
|
|
|
|
|
|
|
* Thu May 30 2024 Lubomir Rintel <lkundrak@v3.sk> - 1:1.48.0-1
|
|
|
|
|
- Upgrade to 1.48.0 release
|
|
|
|
@ -1389,96 +1328,210 @@ fi
|
|
|
|
|
* Thu May 16 2024 Lubomir Rintel <lkundrak@v3.sk> - 1:1.47.91-1
|
|
|
|
|
- Upgrade to 1.47.91 (rc2)
|
|
|
|
|
|
|
|
|
|
* Mon May 06 2024 Ján Václav <jvaclav@redhat.com> - 1:1.47.90-2
|
|
|
|
|
- Use meson to build by default for RHEL 10 (from upstream)
|
|
|
|
|
|
|
|
|
|
* Fri May 03 2024 Fernando Fernandez Mancera <ferferna@redhat.com> - 1:1.47.90-1
|
|
|
|
|
- Upgrade to 1.47.90 (rc1)
|
|
|
|
|
|
|
|
|
|
* Wed Apr 24 2024 Stanislas Faye <sfaye@redhat.com> - 1:1.47.5-2
|
|
|
|
|
- Disable deprecated features (team, ifcfg-rh) on future RHEL versions
|
|
|
|
|
|
|
|
|
|
* Fri Apr 19 2024 Íñigo Huguet <ihuguet@redhat.com> - 1:1.47.4-1
|
|
|
|
|
- Upgrade to 1.47.5 (development)
|
|
|
|
|
|
|
|
|
|
* Mon Apr 08 2024 Fernando Fernandez Mancera <ferferna@redhat.com> - 1:1.47.4-1
|
|
|
|
|
- Upgrade to 1.47.4 (development)
|
|
|
|
|
|
|
|
|
|
* Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.45.9-1.2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Jan 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.45.9-1.1
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Dec 15 2023 Íñigo Huguet <ihuguet@redhat.com> - 1:1.45.9-1
|
|
|
|
|
- Update to 1.45.9 release (development)
|
|
|
|
|
- Dropped the support to build with Python 2
|
|
|
|
|
|
|
|
|
|
* Thu Nov 2 2023 Íñigo Huguet <ihuguet@redhat.com> - 1:1.44.2-2
|
|
|
|
|
- migrated to SPDX license
|
|
|
|
|
|
|
|
|
|
* Tue Oct 3 2023 Beniamino Galvani <bgalvani@redhat.com> - 1:1.44.2-1
|
|
|
|
|
- Update to 1.44.2 release
|
|
|
|
|
|
|
|
|
|
* Thu Aug 10 2023 Beniamino Galvani <bgalvani@redhat.com> - 1:1.44.0-1
|
|
|
|
|
- Update to 1.44.0 release
|
|
|
|
|
- Enable automatic migration of ifcfg profiles to keyfile:
|
|
|
|
|
https://fedoraproject.org/wiki/Changes/MigrateIfcfgToKeyfile
|
|
|
|
|
|
|
|
|
|
* Fri Jul 28 2023 Beniamino Galvani <bgalvani@redhat.com> - 1:1.43.90-1
|
|
|
|
|
- Update to 1.44-rc1 (1.43.90) (release candidate)
|
|
|
|
|
|
|
|
|
|
* Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.43.10-1.1
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
* Fri Apr 19 2024 Íñigo Huguet <ihuguet@redhat.com> - 1:1.47.5-1
|
|
|
|
|
- Fix a crash during shutdown (RHEL-29856)
|
|
|
|
|
|
|
|
|
|
* Fri Apr 05 2024 Fernando Fernandez Mancera <ferferna@redhat.com> - 1:1.47.4-1
|
|
|
|
|
- Fix LLDP support for interfaces attached to OVS bridges. (RHEL-1418)
|
|
|
|
|
- Fix NMCI crashes on ovs_mtu and bond tests. (RHEL-30348)
|
|
|
|
|
|
|
|
|
|
* Wed Apr 03 2024 Fernando Fernandez Mancera <ferferna@redhat.com> - 1.47.3-2
|
|
|
|
|
- Rebuild for CI gating
|
|
|
|
|
|
|
|
|
|
* Tue Mar 26 2024 Gris Ge <fge@redhat.com> - 1.47.3-1
|
|
|
|
|
- Upgrade to 1.47.3 release (development)
|
|
|
|
|
- Support rollback on global DNS (RHEL-23446)
|
|
|
|
|
- Support VLAN over OVS interface which holds the same name as OVS bridge (RHEL-26753)
|
|
|
|
|
|
|
|
|
|
* Fri Mar 08 2024 Íñigo Huguet <ihuguet@redhat.com>
|
|
|
|
|
- Update to 1.47.2 release (development)
|
|
|
|
|
- Support sending DHCPRELEASE (RHEL-17310)
|
|
|
|
|
|
|
|
|
|
* Thu Feb 22 2024 Stanislas FAYE <sfaye@redhat.com>
|
|
|
|
|
- Update to 1.46.0 release
|
|
|
|
|
- Fix DHCPv4 lease can't be renewed after it expires (RHEL-24127)
|
|
|
|
|
- Support the MACsec offload mode (RHEL-24337)
|
|
|
|
|
- Support creating generic devices via external "device-handler" dispatcher (RHEL-1567)
|
|
|
|
|
- Support changing the eswitch mode (RHEL-1441)
|
|
|
|
|
|
|
|
|
|
* Fri Feb 09 2024 Íñigo Huguet <ihuguet@redhat.com> - 1.45.91-1
|
|
|
|
|
- Update to 1.45.91 release (release candidate)
|
|
|
|
|
- Support changing the DSCP header field for DHCP packets, and set the default to CS0 (RHEL-16040)
|
|
|
|
|
- Deprecate connection.autoconnect-slaves in favour of autoconnect-ports (RHEL-17621)
|
|
|
|
|
- Don't reset bridge's PVID in reapply if it didn't change (RHEL-21576)
|
|
|
|
|
|
|
|
|
|
* Thu Jan 25 2024 Stanislas FAYE <sfaye@redhat.com> - 1.45.90-1
|
|
|
|
|
- Update to 1.45.90 release (release candidate)
|
|
|
|
|
- Deprecate and Replace connection.slave-type in libnm-core and libnm (RHEL-17620)
|
|
|
|
|
- [RFE] Support assigning IPv4 static route to interface without IPv4 address (RHEL-5098)
|
|
|
|
|
|
|
|
|
|
* Mon Jan 15 2024 Stanislas FAYE <sfaye@redhat.com> - 1.45.10-1
|
|
|
|
|
- Update to 1.45.10 (development)
|
|
|
|
|
- Deprecate and Replace connection.master in libnm-core and libnm (RHEL-17619)
|
|
|
|
|
|
|
|
|
|
* Thu Dec 14 2023 Ján Václav <jvaclav@redhat.com> - 1.45.9-1
|
|
|
|
|
- Update to 1.45.9 (development)
|
|
|
|
|
- Add support for PRP/HSR interface (RHEL-5852)
|
|
|
|
|
- Drop support for the 'slaves-order' option in NetworkManager.conf (RHEL-19437)
|
|
|
|
|
- Return error when setting invalid IP addresses or properties via D-Bus (RHEL-19315)
|
|
|
|
|
- Fix extra route being created besides ECMP route (RHEL-1682)
|
|
|
|
|
|
|
|
|
|
* Wed Nov 29 2023 Beniamino Galvani <bgalvani@redhat.com> - 1.45.8-1
|
|
|
|
|
- Update to 1.45.8 (development)
|
|
|
|
|
- Introduce "stable-ssid" option for wifi.cloned-mac-address property (RHEL-16470)
|
|
|
|
|
|
|
|
|
|
* Thu Nov 16 2023 Íñigo Huguet <ihuguet@redhat.com> - 1.45.7-1
|
|
|
|
|
- Update to 1.45.7 release (development)
|
|
|
|
|
- Migrate to SPDX license
|
|
|
|
|
|
|
|
|
|
* Wed Nov 1 2023 Beniamino Galvani <bgalvani@redhat.com> - 1.45.6-1
|
|
|
|
|
- Update to 1.45.6 release (development)
|
|
|
|
|
- Fix ovs activation with netdev datapath and cloned MAC (RHEL-5886)
|
|
|
|
|
|
|
|
|
|
* Wed Oct 18 2023 Íñigo Huguet <ihuguet@redhat.com> - 1.45.5-1
|
|
|
|
|
- Update to 1.45.5 release (development)
|
|
|
|
|
- Various fixes to Duplicate Address Detection (DAD) (RHEL-1581, RHEL-1411)
|
|
|
|
|
- New option to avoid sending the DHCPv4 client-identifier (RHEL-1469)
|
|
|
|
|
- Support setting channels in ethtool options (RHEL-1471)
|
|
|
|
|
|
|
|
|
|
* Wed Oct 04 2023 Íñigo Huguet <ihuguet@redhat.com> - 1.45.4-1
|
|
|
|
|
- Update to 1.45.4 release (development)
|
|
|
|
|
- Add 'dns-change' dispatcher event (RHEL-1671)
|
|
|
|
|
|
|
|
|
|
* Fri Sep 22 2023 Beniamino Galvani <bgalvani@redhat.com> - 1.45.3-1
|
|
|
|
|
- Update to 1.45.3 release (development)
|
|
|
|
|
- Improve explanation of the format and routes properties in keyfile man page (RHEL-1407)
|
|
|
|
|
- Improve nm-settings-nmcli manpage to show format and valid values of properties (RHEL-2465)
|
|
|
|
|
- Honor the autoactivate priority for port connections (RHEL-2202)
|
|
|
|
|
- Properly document valid values for ip-tunnel properties (RHEL-1459)
|
|
|
|
|
|
|
|
|
|
* Wed Sep 6 2023 Beniamino Galvani <bgalvani@redhat.com> - 1.45.2-1
|
|
|
|
|
- update to 1.45.2 release (development)
|
|
|
|
|
|
|
|
|
|
* Mon Sep 04 2023 Gris Ge <fge@redhat.com> - 1.44.0-4
|
|
|
|
|
- Rebuild for RHEL 9.4
|
|
|
|
|
|
|
|
|
|
* Wed Aug 30 2023 Fernando Fernandez Mancera <ferferna@redhat.com> - 1:1.44.0-3
|
|
|
|
|
- checkpoint: Fix segfault crash when rollback (rhel-1526)
|
|
|
|
|
|
|
|
|
|
* Wed Aug 23 2023 Fernando Fernandez Mancera <ferferna@redhat.com> - 1:1.44.0-2
|
|
|
|
|
- manager: ensure device is exported on D-Bus in authentication request (rh #2210271)
|
|
|
|
|
|
|
|
|
|
* Thu Aug 10 2023 Fernando Fernandez Mancera <ferferna@redhat.com> - 1:1.44.0-1
|
|
|
|
|
- update to 1.44.0 release
|
|
|
|
|
- nmcli: add nmcli version mismatch warning (rh #2173196)
|
|
|
|
|
- checkpoint: preserve devices that were removed and readded (rh #2177590)
|
|
|
|
|
|
|
|
|
|
* Wed Jul 26 2023 Wen Liang <wenliang@redhat.com> - 1:1.43.90-1
|
|
|
|
|
- update to 1.43.90 release (release candidate)
|
|
|
|
|
- manager: allow controller activation if device is deactivating (rh #2125615)
|
|
|
|
|
- assume: change IPv6 method from "ignore" and "disabled" into "auto" for loopback device (rh #2207878)
|
|
|
|
|
- device: delete software device when lose carrier and is controller (rh #2224479)
|
|
|
|
|
- core: better handle ignore-carrier=no for bond/bridge/team devices (rh #2180363)
|
|
|
|
|
|
|
|
|
|
* Wed Jul 12 2023 Beniamino Galvani <bgalvani@redhat.com> - 1:1.43.11-1
|
|
|
|
|
- update to 1.43.11 release (development)
|
|
|
|
|
- fix assertion about missing ifindex when resetting MAC (rh #2215022)
|
|
|
|
|
- fix wrong order of entries in resolv.conf after reconnect (rh #2218448)
|
|
|
|
|
- do not fail activation when SR-IOV VF parameters can't be applied (rh #2210164)
|
|
|
|
|
- warn that the ifcfg-rh plugin is deprecated (rh #2190375)
|
|
|
|
|
|
|
|
|
|
* Wed Jun 14 2023 Thomas Haller <thaller@redhat.com> - 1:1.43.10-1
|
|
|
|
|
- Update to 1.43.10 release (development)
|
|
|
|
|
|
|
|
|
|
* Wed May 17 2023 Beniamino Galvani <bgalvani@redhat.com> - 1:1.43.8-1
|
|
|
|
|
- fix reading infiniband p-key from ifcfg files (rh #2209974)
|
|
|
|
|
- improve autoconnect when selecting controller (rh #2121451)
|
|
|
|
|
- fix managing devices after network reconnect (rh #2149012)
|
|
|
|
|
- better handle ignore-carrier for bond/bridge/team (rh #2180363)
|
|
|
|
|
- cloud-setup: block wait-online while configuration is ongoing (rh #2151040)
|
|
|
|
|
- cloud-setup: avoid leaving half configured system (rh #2207812)
|
|
|
|
|
- cloud-setup: log warning when no provider detected (rh #2214880)
|
|
|
|
|
- cloud-setup: fix RPM description (rh #2214491)
|
|
|
|
|
|
|
|
|
|
* Wed May 31 2023 Thomas Haller <thaller@redhat.com> - 1:1.43.9-1
|
|
|
|
|
- Update to 1.43.9 release (development)
|
|
|
|
|
- improve autoconnect logic for port/controller configurations (rh #2121451)
|
|
|
|
|
- fix handling external devices during network off/on (rh #2149012)
|
|
|
|
|
|
|
|
|
|
* Tue May 16 2023 Beniamino Galvani <bgalvani@redhat.com> - 1:1.43.8-1
|
|
|
|
|
- Update to 1.43.8 release (development)
|
|
|
|
|
- ipv6ll: don't regenerate the address when it's removed externally (rh #2196441)
|
|
|
|
|
|
|
|
|
|
* Thu May 4 2023 Thomas Haller <thaller@redhat.com> - 1:1.43.7-1
|
|
|
|
|
* Wed May 3 2023 Thomas Haller <thaller@redhat.com> - 1:1.43.7-1
|
|
|
|
|
- Update to 1.43.7 release (development)
|
|
|
|
|
- bond: support port priorities (rh #2152304)
|
|
|
|
|
- ovs: fix autoconnect race (rh #2152864)
|
|
|
|
|
|
|
|
|
|
* Thu Apr 20 2023 Beniamino Galvani <bgalvani@redhat.com> - 1:1.43.6-1
|
|
|
|
|
* Wed Apr 19 2023 Beniamino Galvani <bgalvani@redhat.com> - 1:1.43.6-1
|
|
|
|
|
- Update to 1.43.6 release (development)
|
|
|
|
|
- fix assertion failure when renewing DHCP lease (rh #2179890)
|
|
|
|
|
- emit the dhcp-change dispatcher script event on lease renewal (rh #2179537)
|
|
|
|
|
- ensure the NetworkManager is restarted when dbus is restarted (rh #2161915)
|
|
|
|
|
- add support for the "no-aaaa" resolv.conf option (rh #2176137) -
|
|
|
|
|
|
|
|
|
|
* Tue Apr 18 2023 Adam Williamson <awilliam@redhat.com> - 1:1.43.5-3
|
|
|
|
|
- Fix ppp version discovery
|
|
|
|
|
|
|
|
|
|
* Tue Apr 18 2023 Adam Williamson <awilliam@redhat.com> - 1:1.43.5-2
|
|
|
|
|
- Rebuild for ppp 2.5.0
|
|
|
|
|
|
|
|
|
|
* Wed Apr 5 2023 Lubomir Rintel <lkundrak@v3.sk> - 1:1.43.5-1
|
|
|
|
|
* Wed Apr 05 2023 Lubomir Rintel <lkundrak@v3.sk> - 1:1.43.5-1
|
|
|
|
|
- Update to 1.43.5 release (development)
|
|
|
|
|
- cloud-init/ec2: use right HTTP method for IMDSv2 (rh #2179718)
|
|
|
|
|
- core: request a bus name only when dbus objects are present (rh #2175919)
|
|
|
|
|
- core: fix autoconnect retry count tracking (rh #2174353)
|
|
|
|
|
- core: fix retry on netlink socket buffer exhaustion (rh #2169512)
|
|
|
|
|
- ovs: fix a race condition on port detachment (rh #2054933)
|
|
|
|
|
|
|
|
|
|
* Wed Mar 22 2023 Thomas Haller <thaller@redhat.com> - 1:1.43.4-1
|
|
|
|
|
- Update to 1.43.4 release (development)
|
|
|
|
|
- core: fix handling of IPv4 prefsrc routes with ACD (rh #2046293)
|
|
|
|
|
- core: don't configure static routes without addresses (rh #2102212)
|
|
|
|
|
- core: fix race activating VLAN devices (rh #2155991)
|
|
|
|
|
|
|
|
|
|
* Wed Mar 8 2023 Lubomir Rintel <lkundrak@v3.sk> - 1:1.43.3-1
|
|
|
|
|
* Thu Mar 09 2023 Lubomir Rintel <lkundrak@v3.sk> - 1:1.43.3-1
|
|
|
|
|
- Update to an early 1.44 snapshot
|
|
|
|
|
- cloud-setup: add IDMSv2 support (rh #2151986)
|
|
|
|
|
- core: add [link] setting (rh #2158328)
|
|
|
|
|
- dhcp: expose client ID, DUID and IAID that have been used (rh #2169869)
|
|
|
|
|
- ovs: ensure device has a proper MAC address once we start dhcp (rh #2168477)
|
|
|
|
|
- team: fix assumption of team port management (rh #2092215)
|
|
|
|
|
|
|
|
|
|
* Thu Feb 23 2023 Beniamino Galvani <bgalvani@redhat.com> - 1:1.42.2-1
|
|
|
|
|
- Update to 1.42.2 release
|
|
|
|
|
- fix hostname lookup from IPv6 address (rh #2167816)
|
|
|
|
|
- add new connection property to remove the autogenerated local route rule (rh #2167805)
|
|
|
|
|
- fix race condition while setting the MAC of a OVS interface (rh #2168477)
|
|
|
|
|
- expose the DHCP IAID in the lease information (rh #2169869)
|
|
|
|
|
|
|
|
|
|
* Fri Feb 10 2023 Thomas Haller <thaller@redhat.com> - 1:1.42.0-1
|
|
|
|
|
- Upgrade to 1.42.0 release
|
|
|
|
|
- Update to 1.42.0 release
|
|
|
|
|
|
|
|
|
|
* Thu Jan 26 2023 Lubomir Rintel <lkundrak@v3.sk> - 1:1.41.91-1
|
|
|
|
|
- Update to 1.41.91 release (release candidate)
|
|
|
|
|
- core: retry if a rtnetlink socket runs out of buffer space (rh #2154350)
|
|
|
|
|
- dns: allow changing resolv.conf options alone via global-dns (rh #2019306)
|
|
|
|
|
|
|
|
|
|
* Fri Jan 20 2023 Fernando Fernandez Mancera <ffmancera@riseup.net> - 1:1.41.90-1
|
|
|
|
|
- Update to 1.42-rc1 (1.41.90) (release candidate)
|
|
|
|
|
- Upstream sync specfile
|
|
|
|
|
|
|
|
|
|
* Wed Jan 18 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.41.8-1.1
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
* Fri Jan 20 2023 Fernando Fernandez Mancera <ferferna@redhat.com> - 1:1.41.90-1
|
|
|
|
|
- Update to 1.41.90 release (release candidate)
|
|
|
|
|
- l3cfg: schedule an update after every commit-type/config-data register/unregister (rh #2158394)
|
|
|
|
|
- all: add support for ovs-dpdk n-rxq-desc and n-txq-desc (rh #2156385)
|
|
|
|
|
- core: fix consistency for internal cache for IPv6 routes (rh #2060684)
|
|
|
|
|
|
|
|
|
|
* Mon Jan 16 2023 Beniamino Galvani <bgalvani@redhat.com> - 1:1.41.8-1
|
|
|
|
|
* Wed Jan 11 2023 Beniamino Galvani <bgalvani@redhat.com> - 1:1.41.8-1
|
|
|
|
|
- Update to 1.41.8 release (development)
|
|
|
|
|
- core: add support for equal-cost multi-path (ECMP) routes (rh #2081302)
|
|
|
|
|
- device: preserve the DHCP lease during reapply (rh #2117352)
|
|
|
|
|
- ovs: add support for 'other_config' settings (rh #2151455)
|
|
|
|
|
|
|
|
|
|
* Wed Dec 21 2022 Thomas Haller <thaller@redhat.com> - 1:1.41.7-2
|
|
|
|
|
- core: avoid infinite autoconnect with multi-connect profiles (rh #2150000)
|
|
|
|
|
|
|
|
|
|
* Thu Dec 15 2022 Lubomir Rintel <lkundrak@v3.sk> - 1:1.41.7-1
|
|
|
|
|
- Update to 1.41.7 release (development)
|
|
|
|
|
- macsec: fix tracking of parent ifindex (rh #2122564)
|
|
|
|
|
- cloud-setup: set preserve-external-ip flag during reapply (rh #2132754)
|
|
|
|
|
|
|
|
|
|
* Wed Nov 30 2022 Thomas Haller <thaller@redhat.com> - 1:1.41.6-1
|
|
|
|
|
- Update to 1.41.6 release (development)
|
|
|
|
|
- add support for loopback interfaces (rh #2073512)
|
|
|
|
|
- ovs: support VLAN trunks for OVS port (rh #2111959)
|
|
|
|
|
|
|
|
|
|
* Fri Nov 18 2022 Thomas Haller <thaller@redhat.com> - 1:1.41.5-1
|
|
|
|
|
- Update to 1.41.5 release (development)
|
|
|
|
@ -1487,133 +1540,210 @@ fi
|
|
|
|
|
- fix generating stable UUIDs for keyfile (gitlab#1130)
|
|
|
|
|
|
|
|
|
|
* Wed Nov 2 2022 Wen Liang <wenliang@redhat.com> - 1:1.41.4-1
|
|
|
|
|
- Upgrade to 1.41.4 release
|
|
|
|
|
- Update to 1.41.4 release (development)
|
|
|
|
|
- device: don't emit recheck-assume if there is a queued activation request (rh #2092215)
|
|
|
|
|
- device: allow configuration of VLAN on an unmanaged interface (rh #2110307)
|
|
|
|
|
|
|
|
|
|
* Tue Oct 18 2022 Beniamino Galvani <bgalvani@redhat.com> - 1:1.41.3-1
|
|
|
|
|
- Upgrade to 1.41.3 release
|
|
|
|
|
* Fri Oct 14 2022 Beniamino Galvani <bgalvani@redhat.com> - 1:1.41.3-1
|
|
|
|
|
- Update to 1.41.3 release (development)
|
|
|
|
|
- core: fix reapply of mptcp-flags (rh #2120471)
|
|
|
|
|
- core: fix autoconnection for devices with a unrealized parent (rh #2101317)
|
|
|
|
|
- device: fix hanging port devices when controller goes down (rh #2130287)
|
|
|
|
|
- bond: add "balance-slb" option which implements source load balancing (rh #2128216)
|
|
|
|
|
- bond: fix setting primary option when the interface is missing (rh #2126347)
|
|
|
|
|
|
|
|
|
|
* Fri Aug 26 2022 Thomas Haller <thaller@redhat.com> - 1:1.40.0-1
|
|
|
|
|
- Upgrade to 1.40.0 release
|
|
|
|
|
* Fri Aug 26 2022 Ana Cabral <acabral@redhat.com> - 1:1.40.0-1
|
|
|
|
|
- Update to 1.40.0 release
|
|
|
|
|
|
|
|
|
|
* Tue Aug 16 2022 Ana Cabral <acabral@redhat.com> - 1:1.39.90-1
|
|
|
|
|
- Upgrade to 1.40-rc1 (1.39.90) (release candidate)
|
|
|
|
|
- Upstream sync
|
|
|
|
|
- Update to 1.39.90 release (release candidate)
|
|
|
|
|
- Add support for MPTCP (rh #2029636)
|
|
|
|
|
- nmcli: fix assertion failure (rh #2092323)
|
|
|
|
|
- bond: fix arp_ip_target option (rh #2117202)
|
|
|
|
|
- nmci: fix test restart_L2_only_lacp (rh #2092361)
|
|
|
|
|
|
|
|
|
|
* Fri Jul 29 2022 Lubomir Rintel <lkundrak@v3.sk> - 1:1.39.12-1
|
|
|
|
|
- Update to 1.39.12 release (development)
|
|
|
|
|
- bridge: fix reapply support (rh #2092762)
|
|
|
|
|
|
|
|
|
|
* Thu Jul 28 2022 Beniamino Galvani <bgalvani@redhat.com> - 1:1.39.11-1
|
|
|
|
|
- Update to 1.39.11 release (development)
|
|
|
|
|
|
|
|
|
|
* Wed Jul 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.39.10-1.1
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
- core: support nm.debug kernel command line option (rh #2102313)
|
|
|
|
|
- ovs: don't ever move unactivated devices to failed state (rh #2077950)
|
|
|
|
|
- dhclient: fix EXTENDED DHCP event handling (rh #2109285)
|
|
|
|
|
- core: make "nmcli net off/on" more robust (rh #2093175)
|
|
|
|
|
- bridge: add reapply support (rh #2092762)
|
|
|
|
|
- bridge: don't reset vlan filtering on external connections (rh #2107647)
|
|
|
|
|
|
|
|
|
|
* Thu Jul 14 2022 Vojtech Bubela <vbubela@redhat.com> - 1:1.39.10-1
|
|
|
|
|
- Update to 1.39.10 release (development)
|
|
|
|
|
- add support for {rto_min,quickack,advmss} route attributes (rh #2068525)
|
|
|
|
|
- fix empty hostname for "SaveHostname" and make setting hostname async (rh #2090946)
|
|
|
|
|
|
|
|
|
|
* Thu Jun 30 2022 Lubomir Rintel <lkundrak@v3.sk> - 1:1.39.8-1
|
|
|
|
|
- Update to 1.39.8 release (development)
|
|
|
|
|
|
|
|
|
|
* Mon May 30 2022 Ana Cabral <acabral@redhat.com> - 1:1.38.0-2
|
|
|
|
|
- rpm: include an informational file in ifcfg files directory
|
|
|
|
|
|
|
|
|
|
* Fri May 13 2022 Thomas Haller <thaller@redhat.com> - 1:1.38.0-1
|
|
|
|
|
- Upgrade to 1.38.0 release
|
|
|
|
|
|
|
|
|
|
* Wed May 4 2022 Thomas Haller <thaller@redhat.com> - 1:1.37.92-1
|
|
|
|
|
- Upgrade to 1.38-rc3 (1.37.92) (release candidate)
|
|
|
|
|
- core: change order in which IPv6 addresses are configured.
|
|
|
|
|
|
|
|
|
|
* Thu Apr 14 2022 Thomas Haller <thaller@redhat.com> - 1:1.37.91-1
|
|
|
|
|
- Upgrade to 1.38-rc2 (1.37.91) (release candidate)
|
|
|
|
|
|
|
|
|
|
* Wed Apr 6 2022 Ana Cabral <acabral@redhat.com> - 1:1.37.90-1
|
|
|
|
|
- Upgrade to 1.38-rc1 (1.37.90) (release candidate)
|
|
|
|
|
- core: make ipv6.addr-gen-mode default configurable (rh #1743161) (rh #2082682)
|
|
|
|
|
- dhcpv6: finish DAD before considering a lease to be good (rh #2096386)
|
|
|
|
|
- core: add connection.wait-activation-delay property (rh #2008337)
|
|
|
|
|
|
|
|
|
|
* Thu Jun 16 2022 Thomas Haller <thaller@redhat.com> - 1:1.39.7-2
|
|
|
|
|
- fix priority of IPv6 addresses to prefer manual over DHCPv6 over SLAAC (rh #2097293)
|
|
|
|
|
- reverse order of priority for static IPv6 addresses in "ipv6.addresses" (rh #2097293)
|
|
|
|
|
|
|
|
|
|
* Wed Jun 15 2022 Lubomir Rintel <lkundrak@v3.sk> - 1:1.39.7-1
|
|
|
|
|
- Update to 1.39.7 release (development)
|
|
|
|
|
- core: cancel the IP check on deactivation (rh #2080928)
|
|
|
|
|
- core: ensure DHCP is restarted every time the link goes up (rh #2079406)
|
|
|
|
|
- core: fix a leak of L3 configuration memory (rh #2083453)
|
|
|
|
|
- ppp: fix a race with pppd when removing addresses (rh #2085382)
|
|
|
|
|
- wifi: fix a crash when checking WEP supplicant capability (rh #2092782)
|
|
|
|
|
|
|
|
|
|
* Wed Jun 1 2022 Beniamino Galvani <bgalvani@redhat.com> - 1:1.39.6-1
|
|
|
|
|
- Update to 1.39.6 release (development)
|
|
|
|
|
- Implement ACD (address conflict detection) for DHCPv4 (rh #1713380)
|
|
|
|
|
|
|
|
|
|
* Thu May 19 2022 Ana Cabral <acabral@redhat.com> - 1:1.39.5-1
|
|
|
|
|
- Update to 1.39.5 release (development)
|
|
|
|
|
- dhcp: fix ignoring addresses with DHCPv6 otherconf (O flag) (rh #2083968)
|
|
|
|
|
- cloud-setup: reorder addresses to honor "primary_ip_address" (rh #2079849)
|
|
|
|
|
|
|
|
|
|
* Wed May 4 2022 Wen Liang <wenliang@redhat.com> - 1:1.39.3-1
|
|
|
|
|
- Update to 1.39.3 release (development)
|
|
|
|
|
- l3cfg: drop NM_L3_CFG_COMMIT_TYPE_ASSUME and assume_config_once (rh #2050216)
|
|
|
|
|
|
|
|
|
|
* Thu Apr 21 2022 Thomas Haller <thaller@redhat.com> - 1:1.39.2-1
|
|
|
|
|
- Update to 1.39.2 release (development)
|
|
|
|
|
- dhcp: set "src" attribute for DHCP routes (rh #1995372)
|
|
|
|
|
- dhcp: drop internal DHCPv4 client based on systemd code (rh #2073067)
|
|
|
|
|
- core: delay startup complete for DNS update (rh #2049421)
|
|
|
|
|
- nmcli: support offline mode to create and edit keyfiles (rh #1361145)
|
|
|
|
|
|
|
|
|
|
* Wed Apr 6 2022 Ana Cabral <acabral@redhat.com> - 1:1.39.0-1
|
|
|
|
|
- Upgrade to 1.39.0 release (development)
|
|
|
|
|
- Include a migration tool for ifcfg configuration to NM keyfiles
|
|
|
|
|
(rh #2059608)
|
|
|
|
|
|
|
|
|
|
* Thu Mar 24 2022 Lubomir Rintel <lkundrak@v3.sk> - 1:1.37.3-1
|
|
|
|
|
- Upgrade to 1.37.3 release (development)
|
|
|
|
|
|
|
|
|
|
* Tue Mar 22 2022 Beniamino Galvani <bgalvani@redhat.com> - 1:1.36.4-1
|
|
|
|
|
- Update to 1.36.4 release
|
|
|
|
|
|
|
|
|
|
* Mon Mar 7 2022 Beniamino Galvani <bgalvani@redhat.com> - 1:1.36.2-1
|
|
|
|
|
- Update to 1.36.2 release
|
|
|
|
|
- Split ifcfg-rh settings plugin into subpackage NetworkManager-initscripts-ifcfg-rh
|
|
|
|
|
- core: allow reapply on autoconnect-slaves property change (rh #2065049)
|
|
|
|
|
- wifi: do not advertise channels outside regulatory domain (rh #2062785)
|
|
|
|
|
- wifi: warn about WEP being phased out (rh #2030997)
|
|
|
|
|
- bond: reject reapply when fail_over_mac was changed (rh #2003214)
|
|
|
|
|
|
|
|
|
|
* Wed Mar 9 2022 Beniamino Galvani <bgalvani@redhat.com> - 1:1.37.2-1
|
|
|
|
|
- Upgrade to 1.37.2 release (development)
|
|
|
|
|
- core: preserve external ports during checkpoint rollback (rh #2061711)
|
|
|
|
|
- core: fix ovs bridge deletion (rh #2061709)
|
|
|
|
|
- core: shorten hostname when too long (rh #2033643)
|
|
|
|
|
- nm-online: bump the timeout upper limit to 2073600 seconds (rh #2025617)
|
|
|
|
|
- cloud-setup: fix crash when handling sigterm (rh #2027674)
|
|
|
|
|
|
|
|
|
|
* Mon Feb 28 2022 Beniamino Galvani <bgalvani@redhat.com> - 1:1.36.0-2
|
|
|
|
|
- core: fix setting DNS from WWAN and PPP (rh #2059138)
|
|
|
|
|
|
|
|
|
|
* Thu Feb 24 2022 Lubomir Rintel <lkundrak@v3.sk> - 1:1.36.0-1
|
|
|
|
|
- Update to 1.36.0 release
|
|
|
|
|
|
|
|
|
|
* Sat Feb 19 2022 Lubomir Rintel <lkundrak@v3.sk> - 1:1.36.0-0.11
|
|
|
|
|
- Update to 1.36-rc3 (1.35.92) (release candidate)
|
|
|
|
|
|
|
|
|
|
* Thu Feb 10 2022 Lubomir Rintel <lkundrak@v3.sk> - 1:1.36.0-0.10
|
|
|
|
|
- Update to 1.36-rc2 (1.35.91) (release candidate)
|
|
|
|
|
- Upgrade to 1.36.0 release
|
|
|
|
|
- core: avoid losing L3 configuration the second time it's applied (rh #2043514)
|
|
|
|
|
- ovs: avoid removing OVSDB entries on daemon shutdown (rh #2055665)
|
|
|
|
|
- nmcli: fix defaults for some properties on interactive add (rh #2053603)
|
|
|
|
|
|
|
|
|
|
* Sat Feb 19 2022 Lubomir Rintel <lkundrak@v3.sk> - 1:1.36.0-0.10
|
|
|
|
|
- Upgrade to 1.35.92 (release candidate)
|
|
|
|
|
- ppp: increase disconnect timeout (rh #2049596)
|
|
|
|
|
- core: finish activation after all objects are committed (rh #2043133)
|
|
|
|
|
- ipv6: add support for multipath routes (rh #1837254)
|
|
|
|
|
- keyfile: do not write empty string list properties (rh #2022623)
|
|
|
|
|
|
|
|
|
|
* Fri Feb 04 2022 Lubomir Rintel <lkundrak@v3.sk> - 1:1.36.0-0.9
|
|
|
|
|
- Update to 1.36-rc1 (1.35.90) (release candidate)
|
|
|
|
|
|
|
|
|
|
* Fri Jan 28 2022 Thomas Haller <thaller@redhat.com> - 1:1.36.0-0.8
|
|
|
|
|
- update to an early 1.36 snapshot (1.35.7)
|
|
|
|
|
|
|
|
|
|
* Thu Jan 27 2022 Thomas Haller <thaller@redhat.com> - 1:1.36.0-0.7
|
|
|
|
|
- Revert rework of DHCP client that causes crash
|
|
|
|
|
- Upgrade to 1.35.91 release (release candidate)
|
|
|
|
|
- bond: fix duplicate IPv4 address detection (rh #2028751)
|
|
|
|
|
- core: add support for blackhole routes (rh #1937823) (rh #2013587)
|
|
|
|
|
- core: re-assess IP configuration if one IP family times out (rh #2051904)
|
|
|
|
|
|
|
|
|
|
* Fri Feb 04 2022 Lubomir Rintel <lkundrak@v3.sk> - 1:1.36.0-0.8
|
|
|
|
|
- Upgrade to 1.35.90 release (release candidate)
|
|
|
|
|
- ovs: remove ovsdb entry on interface removal (rh #2047302)
|
|
|
|
|
- ovs: properly clean up devices on daemon shutdown (rh #2029937)
|
|
|
|
|
- core: avoid losing addresses on handover from initrd to ral root (rh #2047302)
|
|
|
|
|
- core: fix a possibe assertion failure in ACD (rh #2047788)
|
|
|
|
|
|
|
|
|
|
* Fri Jan 28 2022 Thomas Haller <thaller@redhat.com> - 1:1.36.0-0.7
|
|
|
|
|
- Upgrade to 1.35.7 release (development)
|
|
|
|
|
- core: fix crash related to DHCPv6 leases (rh #2028849)
|
|
|
|
|
- wifi: fix stale ActiveAccessPoint in D-Bus (rh #1983735)
|
|
|
|
|
- libnm: fix dangling pointer in NMObject (rh #2039331)
|
|
|
|
|
|
|
|
|
|
* Wed Jan 26 2022 Thomas Haller <thaller@redhat.com> - 1:1.36.0-0.6
|
|
|
|
|
- update to an early 1.36 snapshot (1.35.6)
|
|
|
|
|
- Move ifup/ifdown scripts to new NetworkManager-initscripts-updown package
|
|
|
|
|
|
|
|
|
|
* Wed Jan 19 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.36.0-0.4.1
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Jan 13 2022 Thomas Haller <thaller@redhat.com> - 1:1.36.0-0.4
|
|
|
|
|
- update to an early 1.36 snapshot (1.35.4)
|
|
|
|
|
- Upgrade to 1.35.6 release (development)
|
|
|
|
|
- Move ifup/ifdown scripts to new NetworkManager-initscripts-updown package (rh #2022418)
|
|
|
|
|
- wwan: fix assertion failure in modem/ppp code (rh #2028385)
|
|
|
|
|
- core: fix performance regression with 500vlans test (rh #2028849)
|
|
|
|
|
- core: drop defective BPF filter for netlink sockets that caused hangs (rh #2037411)
|
|
|
|
|
- initrd: add support for rd.znet_ifnames (rh #1980387)
|
|
|
|
|
|
|
|
|
|
* Thu Jan 20 2022 Thomas Haller <thaller@redhat.com> - 1:1.36.0-0.5
|
|
|
|
|
- generate docs during build instead of using pre-generated (rh #2042875)
|
|
|
|
|
|
|
|
|
|
* Wed Jan 12 2022 Wen Liang <wenliang@redhat.com> - 1:1.36.0-0.4
|
|
|
|
|
- Upgrade to 1.35.4 release (development)
|
|
|
|
|
- core: don't reset assume state if the device is unmanaged by parent (rh #2012182)
|
|
|
|
|
- nm-device: clean up IP methods if we lose ifindex (rh #2012934)
|
|
|
|
|
- core: log variant properties in connection diff (rh #2034086)
|
|
|
|
|
|
|
|
|
|
* Thu Dec 16 2021 Wen Liang <wenliang@redhat.com> - 1:1.36.0-0.3
|
|
|
|
|
- update to an early 1.36 snapshot (1.35.3)
|
|
|
|
|
|
|
|
|
|
* Thu Dec 2 2021 Wen Liang <wenliang@redhat.com> - 1:1.36.0-0.2
|
|
|
|
|
- update to an early 1.36 snapshot (1.35.2)
|
|
|
|
|
- Upgrade to 1.35.3 release (development)
|
|
|
|
|
- device: fix update of the ip-iface property (rh #2026024)
|
|
|
|
|
|
|
|
|
|
* Fri Nov 19 2021 Beniamino Galvani <bgalvani@redhat.com> - 1:1.36.0-0.1
|
|
|
|
|
- update to an early 1.36 snapshot (1.35.1)
|
|
|
|
|
* Wed Dec 1 2021 Wen Liang <wenliang@redhat.com> - 1:1.36.0-0.2
|
|
|
|
|
- Upgrade to 1.35.2 release (development)
|
|
|
|
|
|
|
|
|
|
* Fri Oct 29 2021 Beniamino Galvani <bgalvani@redhat.com> - 1:1.32.12-2
|
|
|
|
|
- better handle systemd-resolved errors when resolving hostnames
|
|
|
|
|
* Thu Nov 18 2021 Beniamino Galvani <bgalvani@redhat.com> - 1:1.36.0-0.1
|
|
|
|
|
- Upgrade to 1.35.1 release (development)
|
|
|
|
|
|
|
|
|
|
* Wed Sep 22 2021 Beniamino Galvani <bgalvani@redhat.com> - 1:1.32.12-1
|
|
|
|
|
- update to 1.32.12 release
|
|
|
|
|
* Fri Sep 24 2021 Ana Cabral <acabral@redhat.com> - 1:1.34.0-0.1
|
|
|
|
|
- Upgrade to 1.33.3 release (development) (rh #1996582)
|
|
|
|
|
- Add support of queue_id of bond port (rh #1949127)
|
|
|
|
|
|
|
|
|
|
* Thu Aug 19 2021 Thomas Haller <thaller@redhat.com> - 1:1.32.10-2
|
|
|
|
|
* Thu Aug 19 2021 Wen Liang <wenliang@redhat.com> - 1:1.32.10-2
|
|
|
|
|
- platform: fix capturing IPv4 addresses from platform for assuming after restart
|
|
|
|
|
|
|
|
|
|
* Thu Aug 19 2021 Wen Liang <liangwen12year@gmail.com> - 1:1.32.10-1
|
|
|
|
|
- update to 1.32.10 release
|
|
|
|
|
* Thu Aug 19 2021 Wen Liang <wenliang@redhat.com> - 1:1.32.10-1
|
|
|
|
|
- Upgrade to 1.32.10 release
|
|
|
|
|
|
|
|
|
|
* Tue Aug 10 2021 Fernando Fernandez Mancera <ffmancera@riseup.net> - 1:1.32.8-1
|
|
|
|
|
- update to 1.32.8 release
|
|
|
|
|
* Tue Aug 10 2021 Fernando Fernandez Mancera <ferferna@redhat.com> - 1:1.32.8-1
|
|
|
|
|
- Upgrade to 1.32.8 release
|
|
|
|
|
|
|
|
|
|
* Wed Jul 28 2021 Thomas Haller <thaller@redhat.com> - 1:1.32.6-1
|
|
|
|
|
- update to 1.32.6 release
|
|
|
|
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1:1.32.6-1.1
|
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
|
Related: rhbz#1991688
|
|
|
|
|
|
|
|
|
|
* Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1:1.32.4-1.1
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
* Fri Jul 30 2021 Gris Ge <fge@redhat.com> - 1:1.32.6-1
|
|
|
|
|
- Upgrade to 1.32.6 release
|
|
|
|
|
|
|
|
|
|
* Tue Jul 20 2021 Thomas Haller <thaller@redhat.com> - 1:1.32.4-1
|
|
|
|
|
- update to 1.32.4 release
|
|
|
|
|
- default to "nftables" firewall-backend for shared mode.
|
|
|
|
|
* Tue Jul 27 2021 Gris Ge <fge@redhat.com> - 1:1.32.4-1
|
|
|
|
|
- Upgrade to 1.32.4 release
|
|
|
|
|
- core/wwan: avoid assertion failure in modem_ip{4,6}_config_result() (rh #1916192)
|
|
|
|
|
- bond: support the peer_notif_delay option (rh #1963854)
|
|
|
|
|
|
|
|
|
|
* Wed Jun 16 2021 Thomas Haller <thaller@redhat.com> - 1:1.32.0-1
|
|
|
|
|
- update to 1.32.0 release
|
|
|
|
|
- default to "iptables" firewall-backend due to SELinux bug rh #1972911.
|
|
|
|
|
|
|
|
|
|
* Fri Jun 4 2021 Thomas Haller <thaller@redhat.com> - 1:1.32.0-0.4
|
|
|
|
|
- update to 1.32-rc1 (1.31.90) (release candidate)
|
|
|
|
|
|
|
|
|
|
* Wed May 5 2021 Beniamino Galvani <bgalvani@redhat.com> - 1:1.32.0-0.3
|
|
|
|
|
- update to an early 1.32 snapshot (1.31.4)
|
|
|
|
|
* Thu Jul 1 2021 Wen Liang <wenliang@redhat.com> - 1:1.32.2-1
|
|
|
|
|
- update to 1.32.2 release
|
|
|
|
|
- dhcp/systemd: ignore FORCERENEW requests for DHCPV4 (rh #1966123, CVE-2020-13529)
|
|
|
|
|
|
|
|
|
|
* Fri Apr 23 2021 Beniamino Galvani <bgalvani@redhat.com> - 1:1.32.0-0.2
|
|
|
|
|
- update to an early 1.32 snapshot (1.31.3)
|
|
|
|
|
|
|
|
|
|
* Thu Mar 25 2021 Beniamino Galvani <bgalvani@redhat.com> - 1:1.32.0-0.1
|
|
|
|
|
- update to an early 1.32 snapshot (1.31.2)
|
|
|
|
|
* Fri Jun 18 2021 Wen Liang <wenliang@redhat.com> - 1:1.32.0-1
|
|
|
|
|
- update to 1.32.0 release
|
|
|
|
|
- DNS: fix lookup of hostname via DNS (rh #1956319)
|
|
|
|
|
- initrd: fix crash parsing empty rd.znet argument (rh #1931284)
|
|
|
|
|
- fix the connection unauthenticated via insecure defaults (rh #1910627, CVE-2020-10754)
|
|
|
|
|
- fix NetworkManager crash when setting 'match.path' and activating a profile (rh #1944977, CVE-2021-20297)
|
|
|
|
|
|
|
|
|
|
* Mon Jun 7 2021 Wen Liang <wenliang@redhat.com> - 1:1.32.0-0.1
|
|
|
|
|
- Update to 1.31.5 (development)
|
|
|
|
|
- build: install D-Bus service files to '/usr' by default (rh #1969428)
|
|
|
|
|
- ethtool: introduce PAUSE support (rh #1959261)
|
|
|
|
|
- resolve conflicts in NetworkManager-libnm-devel multilib packages (rh #1915254)
|
|
|
|
|
|
|
|
|
|
* Thu Apr 15 2021 Mohan Boddu <mboddu@redhat.com> - 1:1.30.2-1.1
|
|
|
|
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
|
|
|
|
|
|
|
* Fri Mar 12 2021 Beniamino Galvani <bgalvani@redhat.com> - 1:1.30.2-1
|
|
|
|
|
- update to 1.30.2 release
|
|
|
|
|