import CS NetworkManager-1.54.3-2.el9

This commit is contained in:
AlmaLinux RelEng Bot 2026-03-30 11:16:02 -04:00
parent e2ec57d8b4
commit b32936b5ab
3 changed files with 27 additions and 7 deletions

View File

@ -1 +1 @@
3e228519d0c4fd4d407816f34bc5fce2efcabb1f SOURCES/NetworkManager-1.54.0.tar.xz
7e0ead0e13cb2c49702f4b07042dba3d5dd02866 SOURCES/NetworkManager-1.54.3.tar.xz

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/NetworkManager-1.54.0.tar.xz
SOURCES/NetworkManager-1.54.3.tar.xz

View File

@ -4,10 +4,10 @@
%global glib2_version %(pkg-config --modversion glib-2.0 2>/dev/null || echo bad)
%global epoch_version 1
%global real_version 1.54.0
%global git_tag_version 1.54.0
%global real_version 1.54.3
%global git_tag_version 1.54.3
%global rpm_version %{real_version}
%global release_version 1
%global release_version 2
%global snapshot %{nil}
%global git_sha %{nil}
%global bcond_default_debug 0
@ -201,8 +201,7 @@ Requires(postun): systemd
Requires: dbus >= %{dbus_version}
Requires: glib2 >= %{glib2_version}
Requires: %{name}-libnm%{?_isa} = %{epoch}:%{version}-%{release}
Recommends: iputils
Requires: iputils
%if 0%{?rhel} == 8
# Older libndp versions use select() (rh#1933041). On well known distros,
@ -900,6 +899,7 @@ fi
%{_libexecdir}/nm-dispatcher
%{_libexecdir}/nm-initrd-generator
%{_libexecdir}/nm-daemon-helper
%{_libexecdir}/nm-libnm-helper
%{_libexecdir}/nm-priv-helper
%dir %{_libdir}/%{name}
%dir %{nmplugindir}
@ -1087,6 +1087,26 @@ fi
%changelog
* Wed Jan 7 2026 Beniamino Galvani <bgalvani@redhat.com> - 1:1.54.3-2
- Add hard dependency on iputils (RHEL-134751)
* Mon Dec 15 2025 Íñigo Huguet <ihuguet@redhat.com> - 1:1.54.3-1
- Update to 1.54.3
- Fix CVE-2025-9615 (RHEL-111783)
* Tue Nov 18 2025 Íñigo Huguet <ihuguet@redhat.com> - 1:1.54.2-1
- Update to 1.54.2
- Support setting protocol version of HSR/PRP (RHEL-122172)
- Support interlink for HSR/PRP (RHEL-122175)
- Improve logging of networking off (RHEL-122173 )
- Don't delete unrelated OVS ports (RHEL-121104)
* Thu Sep 18 2025 Vladimír Beneš <vbenes@redhat.com>- 1:1.54.1-1
- Update to 1.54.1
- Adding a VF configuration resets and re-configures all other VFs (RHEL-113954)
- Fix connection.autoconnect-ports of OVS ports (RHEL-114200)
- Global DNS config without domains silently ignored from D-Bus (RHEL-115973)
* Mon Aug 04 2025 Filip Pokryvka <fpokryvk@redhat.com> - 1:1.54.0-1
- Update to 1.54.0
- Fix reaply on bridge port VLAN (RHEL-102743)