Update to 1.43.10 release (development)
This commit is contained in:
parent
26136ffe1f
commit
c3bc828250
1
.gitignore
vendored
1
.gitignore
vendored
@ -433,3 +433,4 @@ network-manager-applet-0.8.1.tar.bz2
|
||||
/NetworkManager-1.43.6.tar.xz
|
||||
/NetworkManager-1.43.7.tar.xz
|
||||
/NetworkManager-1.43.8.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.8
|
||||
%global real_version 1.43.10
|
||||
%global rpm_version %{real_version}
|
||||
%global release_version 1
|
||||
%global snapshot %{nil}
|
||||
@ -585,8 +585,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
|
||||
|
||||
|
||||
@ -1233,6 +1233,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
|
||||
|
||||
@ -1245,6 +1246,9 @@ fi
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Jun 14 2023 Thomas Haller <thaller@redhat.com> - 1:1.43.10-1
|
||||
- Update to 1.43.10 release (development)
|
||||
|
||||
* Wed May 17 2023 Beniamino Galvani <bgalvani@redhat.com> - 1:1.43.8-1
|
||||
- Update to 1.43.8 release (development)
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (NetworkManager-1.43.8.tar.xz) = 0658101cf399358c3f9735f14c5af0a28371d8abea73df4890a2545a3e141a349632bccd321edc1b1e844cc44b33359b5b326b68f27798623d5b731bcce2b13c
|
||||
SHA512 (NetworkManager-1.43.10.tar.xz) = 7f6a83a086c71af1194a503a77df53356e17588c879d2dedfe01f99d5fa8f39c0215794c4d4b894de054571e492fae8e14bb3444969bdfc7fe1131336ca4921c
|
||||
|
Loading…
Reference in New Issue
Block a user