-
Notifications
You must be signed in to change notification settings - Fork 554
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revert "cloud-init: uprev to 22.2 (#3104)"
This reverts commit 3bcdc43. Reverting this change temporarily because we are not ready to upgrade cloud-init.
- Loading branch information
1 parent
68bd0ec
commit ae3a7d8
Showing
4 changed files
with
241 additions
and
303 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"Signatures": { | ||
"10-azure-kvp.cfg": "79e0370c010be5cd4717960e4b414570c9ec6e6d29aede77ccecc43d2b03bb9a", | ||
"cloud-init-22.2.tar.gz": "240b170d0241f10fd1eb0d09c8584ee4ec68ef71418af41bdef8b32ea37856dd" | ||
"cloud-init-22.1.tar.gz": "a3738cb7ce95454fae5ffd5589f9e45d7109ffbbc38313213ca478ecb831ae2c" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
%define cl_services cloud-config.service cloud-config.target cloud-final.service cloud-init.service cloud-init.target cloud-init-local.service | ||
Summary: Cloud instance init scripts | ||
Name: cloud-init | ||
Version: 22.2 | ||
Version: 22.1 | ||
Release: 2%{?dist} | ||
License: GPLv3 | ||
Vendor: Microsoft Corporation | ||
|
@@ -10,7 +10,8 @@ Group: System Environment/Base | |
URL: https://launchpad.net/cloud-init | ||
Source0: https://launchpad.net/cloud-init/trunk/%{version}/+download/%{name}-%{version}.tar.gz | ||
Source1: 10-azure-kvp.cfg | ||
Patch0: add-mariner-distro-support.patch | ||
# Add Mariner distro support to cloud-init 22.1 | ||
Patch0: mariner-22.1.patch | ||
BuildRequires: automake | ||
BuildRequires: dbus | ||
BuildRequires: iproute | ||
|
@@ -141,9 +142,6 @@ make check %{?_smp_mflags} | |
%config(noreplace) %{_sysconfdir}/cloud/cloud.cfg.d/10-azure-kvp.cfg | ||
|
||
%changelog | ||
* Fri Jun 03 2022 Chris Patterson <[email protected]> - 22.2-1 | ||
- Update to cloud-init 22.2 | ||
|
||
* Mon Mar 28 2022 Henry Beberman <[email protected]> - 22.1-2 | ||
- Add netplan defaults to Mariner distro config patch | ||
|
||
|
Oops, something went wrong.