From bd58381243fb420309f4e6c2382a18b976dfe321 Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Tue, 1 Feb 2022 12:59:39 -0500 Subject: [PATCH] import cloud-init-21.1-15.el9 --- SPECS/cloud-init.spec | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/SPECS/cloud-init.spec b/SPECS/cloud-init.spec index 3193490..c2d87d9 100644 --- a/SPECS/cloud-init.spec +++ b/SPECS/cloud-init.spec @@ -1,6 +1,6 @@ Name: cloud-init Version: 21.1 -Release: 14%{?dist} +Release: 15%{?dist} Summary: Cloud instance init scripts License: ASL 2.0 or GPLv3 URL: http://launchpad.net/cloud-init @@ -83,6 +83,9 @@ Requires: shadow-utils Requires: util-linux Requires: xfsprogs Requires: dhcp-client +# https://bugzilla.redhat.com/show_bug.cgi?id=2032524 +Requires: gdisk +Requires: openssl %{?systemd_requires} @@ -231,6 +234,11 @@ fi %config(noreplace) %{_sysconfdir}/rsyslog.d/21-cloudinit.conf %changelog +* Thu Jan 13 2022 Miroslav Rezanina - 21.1-15 +- ci-Add-gdisk-and-openssl-as-deps-to-fix-UEFI-Azure-init.patch [bz#2032524] +- Resolves: bz#2032524 + ([RHEL9] [Azure] cloud-init fails to configure the system) + * Tue Dec 14 2021 Miroslav Rezanina - 21.1-14 - ci-cloudinit-net-handle-two-different-routes-for-the-sa.patch [bz#2028031] - Resolves: bz#2028031