diff --git a/cloud-init.spec b/cloud-init.spec index 1b7ebb2..8af4d05 100644 --- a/cloud-init.spec +++ b/cloud-init.spec @@ -1,6 +1,6 @@ Name: cloud-init Version: 19.4 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Cloud instance init scripts License: ASL 2.0 or GPLv3 URL: http://launchpad.net/cloud-init @@ -161,6 +161,9 @@ nosetests-%{python3_version} tests/unittests/ %changelog +* Mon May 25 2020 Miro HronĨok - 19.4-4 +- Rebuilt for Python 3.9 + * Tue Apr 14 2020 Eduardo Otubo - 19.4-3 - Fix BZ#1798729 - CVE-2020-8632 cloud-init: Too short random password length in cc_set_password in config/cc_set_passwords.py