Update to 1.52.0
Resolves: RHEL-80475 Resolves: RHEL-79829 Resolves: RHEL-77157
This commit is contained in:
parent
1a67b223a3
commit
c3bf509b36
1
.gitignore
vendored
1
.gitignore
vendored
@ -453,3 +453,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
|
||||
@ -189,7 +189,6 @@ Source9: readme-ifcfg-rh-migrated.txt
|
||||
|
||||
# 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
|
||||
@ -1081,6 +1080,12 @@ fi
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Mar 03 2025 Íñigo Huguet <ihuguet@redhat.com> - 1:1.52.0-1
|
||||
- Update to 1.52.0
|
||||
- Always reset retries when unblocking children or ports (RHEL-80475)
|
||||
- Prevent the activation of unavailable OVS interfaces (RHEL-79829)
|
||||
- Fix crash in imagemode with SELinux enforced (RHEL-77157)
|
||||
|
||||
* Mon Feb 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