diff --git a/SPECS/cloud-init.spec b/SPECS/cloud-init.spec index 673efce..00a198a 100644 --- a/SPECS/cloud-init.spec +++ b/SPECS/cloud-init.spec @@ -6,7 +6,7 @@ Name: cloud-init Version: 19.4 -Release: 11%{?dist}.1 +Release: 11%{?dist}.2 Summary: Cloud instance init scripts Group: System Environment/Base @@ -64,6 +64,8 @@ Patch26: ci-Add-config-modules-for-controlling-IBM-PowerVM-RMC.-.patch Patch27: ci-Explicit-set-IPV6_AUTOCONF-and-IPV6_FORCE_ACCEPT_RA-.patch # For bz#1894015 - Add support for ipv6_autoconf[rhel-8.3.0.z] Patch28: ci-net-fix-rendering-of-static6-in-network-config-77.patch +# For bz#1916839 - [Azure] Update existing user password RHEL8x [rhel-8.3.0.z] +Patch29: ci-DataSourceAzure-update-password-for-defuser-if-exist.patch BuildArch: noarch @@ -247,6 +249,11 @@ fi %config(noreplace) %{_sysconfdir}/rsyslog.d/21-cloudinit.conf %changelog +* Tue Jan 26 2021 Miroslav Rezanina - 19.4-11.el8_3.2 +- ci-DataSourceAzure-update-password-for-defuser-if-exist.patch [bz#1916839] +- Resolves: bz#1916839 + ([Azure] Update existing user password RHEL8x [rhel-8.3.0.z]) + * Mon Nov 09 2020 Miroslav Rezanina - 19.4-11.el8_3.1 - ci-DHCP-sandboxing-failing-on-noexec-mounted-var-tmp-52.patch [bz#1879989] - ci-network-Fix-type-and-respect-name-when-rendering-vla.patch [bz#1890551]