Update to 1.52.0
Resolves: RHEL-36423 Resolves: RHEL-78122 Resolves: RHEL-79997
This commit is contained in:
parent
5b47cc8f8a
commit
91c5d56dc8
1
.gitignore
vendored
1
.gitignore
vendored
@ -475,3 +475,4 @@ network-manager-applet-0.8.1.tar.bz2
|
||||
/NetworkManager-1.51.6.tar.xz
|
||||
/NetworkManager-1.51.7.tar.xz
|
||||
/NetworkManager-1.51.90.tar.xz
|
||||
/NetworkManager-1.52.0.tar.xz
|
||||
|
@ -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.51.90
|
||||
%global git_tag_version_suffix -dev
|
||||
%global real_version 1.52.0
|
||||
%global git_tag_version_suffix %{nil}
|
||||
%global rpm_version %{real_version}
|
||||
%global release_version 2
|
||||
%global release_version 1
|
||||
%global snapshot %{nil}
|
||||
%global git_sha %{nil}
|
||||
%global bcond_default_debug 0
|
||||
@ -190,7 +190,6 @@ Patch0001: 0001-revert-change-default-value-for-ipv4.dad-timeout-from-0-to-200ms
|
||||
|
||||
# Bugfixes that are only relevant until next rebase of the package.
|
||||
# Patch1001: 1001-some.patch
|
||||
Patch1001: 1001-dnsconfd-fixes-rhel-79693.patch
|
||||
|
||||
Requires(post): systemd
|
||||
Requires(post): systemd-udev
|
||||
@ -1082,6 +1081,12 @@ fi
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Mar 03 2025 Íñigo Huguet <ihuguet@redhat.com> - 1:1.52.0-1
|
||||
- Update to 1.52.0
|
||||
- Add support for creating VLANs for secondary VNICs in nm-cloud-setup (RHEL-36423)
|
||||
- Always reset retries when unblocking children or ports (RHEL-78122)
|
||||
- Prevent the activation of unavailable OVS interfaces (RHEL-79997)
|
||||
|
||||
* Mon Fed 17 2025 Beniamino Galvani <bgalvani@redhat.com> - 1:1.51.90-2
|
||||
- Fix state handling in the dnsconfd DNS plugin (RHEL-79693)
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (NetworkManager-1.51.90.tar.xz) = 7684d27a5e3ec89a97b02e23284602b65f4fd9f028496348ed521b1b0c225c51f68cabf514a51901e39fcc872e913523c71c77ac5662f3b2e28e4a39d54d1391
|
||||
SHA512 (NetworkManager-1.52.0.tar.xz) = 5a9e4273ef8b3a3bc9b9e15b7876e140c4accefd7d6143dfc6732b5ea62e6333838156338adcb8808b626586e0fe546bec2215a7e8e629560ce01c2e690bbffb
|
||||
|
Loading…
Reference in New Issue
Block a user