diff --git a/SPECS/cloud-init.spec b/SPECS/cloud-init.spec index da7cc88..d41b445 100644 --- a/SPECS/cloud-init.spec +++ b/SPECS/cloud-init.spec @@ -6,7 +6,7 @@ Name: cloud-init Version: 20.3 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Cloud instance init scripts Group: System Environment/Base @@ -32,6 +32,8 @@ Patch11: ci-Adding-BOOTPROTO-dhcp-to-render-sysconfig-dhcp6-stat.patch Patch12: ci-Fix-unit-failure-of-cloud-final.service-if-NetworkMa.patch # For bz#1862967 - [cloud-init]Customize ssh AuthorizedKeysFile causes login failure Patch13: ci-ssh_util-handle-non-default-AuthorizedKeysFile-confi.patch +# For bz#1859695 - [Cloud-init] DHCPv6 assigned address is not added to VM's interface +Patch14: ci-Missing-IPV6_AUTOCONF-no-to-render-sysconfig-dhcp6-s.patch BuildArch: noarch @@ -223,6 +225,11 @@ fi %config(noreplace) %{_sysconfdir}/rsyslog.d/21-cloudinit.conf %changelog +* Thu Jan 21 2021 Miroslav Rezanina - 20.3-8.el8 +- ci-Missing-IPV6_AUTOCONF-no-to-render-sysconfig-dhcp6-s.patch [bz#1859695] +- Resolves: bz#1859695 + ([Cloud-init] DHCPv6 assigned address is not added to VM's interface) + * Tue Jan 05 2021 Miroslav Rezanina - 20.3-7.el8 - ci-Report-full-specific-version-with-cloud-init-version.patch [bz#1898949] - Resolves: bz#1898949