import NetworkManager-1.36.0-0.2.el8

This commit is contained in:
CentOS Sources 2021-12-04 06:53:33 +00:00 committed by Stepan Oksanichenko
parent 05eb1fbae5
commit 622f2c2676
3 changed files with 12 additions and 4 deletions

View File

@ -1 +1 @@
0a1c2429e869af9a6acd29e50811f27b9655382a SOURCES/NetworkManager-1.35.1.tar.xz
2abd8bc4db24e18656a259429473f62da7de19b1 SOURCES/NetworkManager-1.35.2.tar.xz

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/NetworkManager-1.35.1.tar.xz
SOURCES/NetworkManager-1.35.2.tar.xz

View File

@ -6,8 +6,8 @@
%global epoch_version 1
%global rpm_version 1.36.0
%global real_version 1.35.1
%global release_version 0.1
%global real_version 1.35.2
%global release_version 0.2
%global snapshot %{nil}
%global git_sha %{nil}
@ -1169,6 +1169,14 @@ fi
%changelog
* Wed Dec 1 2021 Wen Liang <wenliang@redhat.com> - 1:1.36.0-0.2
- Upgrade to 1.35.2 release (development)
- initrd: handle ip=dhcp,dhcp6 specially to wait for both IPv4 and IPv6 (rh #1961666)
- bridge: fix ageing_time bridge option (rh #1871950)
- core: make sure Device and AC emit StateChanged a bit later (rh #2006677)
- ovsdb: deactivate removed device if does not have a master (rh #2022275)
- nmcli: fix setting wake-on-lan property on edit mode (rh #2016348)
* Thu Nov 18 2021 Beniamino Galvani <bgalvani@redhat.com> - 1:1.36.0-0.1
- Upgrade to 1.35.1 release (development)
- core: refactor IP configuration code (rh #1868254)