import NetworkManager-1.36.0-0.8.el8

This commit is contained in:
CentOS Sources 2022-02-16 04:19:30 +00:00 committed by Stepan Oksanichenko
parent 22c2b02c09
commit 18a4bc9829
3 changed files with 15 additions and 5 deletions

View File

@ -1 +1 @@
f7529bb80bd9b82a1012286fd90061ee74cb7746 SOURCES/NetworkManager-1.35.7.tar.xz
68c3290bf24ece6cb4d76014be1d3a0793874c7f SOURCES/NetworkManager-1.35.91.tar.xz

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/NetworkManager-1.35.7.tar.xz
SOURCES/NetworkManager-1.35.91.tar.xz

View File

@ -6,8 +6,8 @@
%global epoch_version 1
%global rpm_version 1.36.0
%global real_version 1.35.7
%global release_version 0.7
%global real_version 1.35.91
%global release_version 0.8
%global snapshot %{nil}
%global git_sha %{nil}
@ -1045,7 +1045,7 @@ fi
%dir %{_localstatedir}/lib/NetworkManager
%dir %{_sysconfdir}/sysconfig/network-scripts
%{_datadir}/dbus-1/system-services/org.freedesktop.nm_dispatcher.service
%{_datadir}/dbus-1/system-services/org.freedesktop.nm-priv-helper.service
%{_datadir}/dbus-1/system-services/org.freedesktop.nm_priv_helper.service
%{_datadir}/polkit-1/actions/*.policy
%{_prefix}/lib/udev/rules.d/*.rules
%if %{with firewalld_zone}
@ -1190,6 +1190,16 @@ fi
%changelog
* Fri Feb 04 2022 Lubomir Rintel <lkundrak@v3.sk> - 1:1.36.0-0.8
- 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)
- 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)