Sync from SUSE:ALP:Source:Standard:1.0 cloud-netconfig revision a7c1833b7f519f17802795e411df7867
This commit is contained in:
parent
ce98010c48
commit
6722968117
BIN
cloud-netconfig-1.10.tar.bz2
(Stored with Git LFS)
BIN
cloud-netconfig-1.10.tar.bz2
(Stored with Git LFS)
Binary file not shown.
BIN
cloud-netconfig-1.11.tar.bz2
(Stored with Git LFS)
Normal file
BIN
cloud-netconfig-1.11.tar.bz2
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 8 10:15:40 UTC 2024 - Joachim Gleissner <jgleissner@suse.com>
|
||||
|
||||
- Update to version 1.11:
|
||||
+ Revert address metadata lookup in GCE to local lookup (bsc#1219454)
|
||||
+ Fix hang on warning log messages
|
||||
+ Check whether getting IPv4 addresses from metadata failed and abort
|
||||
if true
|
||||
+ Only delete policy rules if they exist
|
||||
+ Skip adding/removing IPv4 ranges if metdata lookup failed
|
||||
+ Improve error handling and logging in Azure
|
||||
+ Set SCRIPTDIR when installing netconfig wrapper
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 19 14:20:48 UTC 2024 - Joachim Gleissner <jgleissner@suse.com>
|
||||
|
||||
|
@ -48,7 +48,7 @@ ExclusiveArch: do-not-build
|
||||
%endif
|
||||
|
||||
Name: %{base_name}%{flavor_suffix}
|
||||
Version: 1.10
|
||||
Version: 1.11
|
||||
Release: 0
|
||||
License: GPL-3.0-or-later
|
||||
Summary: Network configuration scripts for %{csp_string}
|
||||
@ -105,6 +105,7 @@ ln -s /dev/null %{buildroot}/%{_sysconfdir}/udev/rules.d/75-persistent-net-gener
|
||||
|
||||
%if %{with_sysconfig} == 1
|
||||
make install-netconfig-wrapper \
|
||||
SCRIPTDIR=%{_scriptdir} \
|
||||
DESTDIR=%{buildroot} \
|
||||
NETCONFIGDIR=%{_netconfigdir}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user