Update to 1.43.10 release (development)
Resolves: #2121451 Resolves: #2149012 Resolves: #2151040 Resolves: #2180363 Resolves: #2207812 Resolves: #2209974 Resolves: #2214491 Resolves: #2214880
This commit is contained in:
parent
c65518a8f9
commit
d9fff4ea16
1
.gitignore
vendored
1
.gitignore
vendored
@ -435,3 +435,4 @@ network-manager-applet-0.8.1.tar.bz2
|
||||
/NetworkManager-1.43.7.tar.xz
|
||||
/NetworkManager-1.43.8.tar.xz
|
||||
/NetworkManager-1.43.9.tar.xz
|
||||
/NetworkManager-1.43.10.tar.xz
|
||||
|
@ -4,7 +4,7 @@
|
||||
%global glib2_version %(pkg-config --modversion glib-2.0 2>/dev/null || echo bad)
|
||||
|
||||
%global epoch_version 1
|
||||
%global real_version 1.43.9
|
||||
%global real_version 1.43.10
|
||||
%global rpm_version %{real_version}
|
||||
%global release_version 1
|
||||
%global snapshot %{nil}
|
||||
@ -591,8 +591,8 @@ Requires: %{name}-libnm%{?_isa} = %{epoch}:%{version}-%{release}
|
||||
|
||||
%description cloud-setup
|
||||
Installs a nm-cloud-setup tool that can automatically configure
|
||||
NetworkManager in cloud setups. Currently only EC2 is supported.
|
||||
This tool is still experimental.
|
||||
NetworkManager in cloud environment. Only certain cloud providers
|
||||
like Aliyun, Azure, EC2, GCP are supported.
|
||||
%endif
|
||||
|
||||
|
||||
@ -1239,6 +1239,7 @@ fi
|
||||
%{_unitdir}/nm-cloud-setup.timer
|
||||
%{nmlibdir}/dispatcher.d/90-nm-cloud-setup.sh
|
||||
%{nmlibdir}/dispatcher.d/no-wait.d/90-nm-cloud-setup.sh
|
||||
%{nmlibdir}/dispatcher.d/pre-up.d/90-nm-cloud-setup.sh
|
||||
%{_mandir}/man8/nm-cloud-setup.8*
|
||||
%endif
|
||||
|
||||
@ -1251,6 +1252,17 @@ fi
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Jun 14 2023 Thomas Haller <thaller@redhat.com> - 1:1.43.10-1
|
||||
- Update to 1.43.10 release (development)
|
||||
- fix reading infiniband p-key from ifcfg files (rh #2209974)
|
||||
- improve autoconnect when selecting controller (rh #2121451)
|
||||
- fix managing devices after network reconnect (rh #2149012)
|
||||
- better handle ignore-carrier for bond/bridge/team (rh #2180363)
|
||||
- cloud-setup: block wait-online while configuration is ongoing (rh #2151040)
|
||||
- cloud-setup: avoid leaving half configured system (rh #2207812)
|
||||
- cloud-setup: log warning when no provider detected (rh #2214880)
|
||||
- cloud-setup: fix RPM description (rh #2214491)
|
||||
|
||||
* Wed May 31 2023 Thomas Haller <thaller@redhat.com> - 1:1.43.9-1
|
||||
- Update to 1.43.9 release (development)
|
||||
- improve autoconnect logic for port/controller configurations (rh #2121451)
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (NetworkManager-1.43.9.tar.xz) = e495d2291ac4be3a41f07d6159eaecedab857e8420417fc039e6918eacdd1a30254fd82fc818b695ab8b96af55c696af8276eb2058986d6d847193a2384609e9
|
||||
SHA512 (NetworkManager-1.43.10.tar.xz) = 7f6a83a086c71af1194a503a77df53356e17588c879d2dedfe01f99d5fa8f39c0215794c4d4b894de054571e492fae8e14bb3444969bdfc7fe1131336ca4921c
|
||||
|
Loading…
Reference in New Issue
Block a user