Add gdisk and openssl deps to fix UEFI / Azure initialization [bz#1974262]

This commit is contained in:
Neal Gompa 2021-12-15 04:36:00 -05:00
parent 79fa06d5be
commit eaf729492a

View File

@ -1,6 +1,6 @@
Name: cloud-init
Version: 21.3
Release: 3%{?dist}
Release: 4%{?dist}
Summary: Cloud instance init scripts
License: ASL 2.0 or GPLv3
URL: http://launchpad.net/cloud-init
@ -81,6 +81,9 @@ Requires: python3-six
Requires: shadow-utils
Requires: util-linux
Requires: xfsprogs
# https://bugzilla.redhat.com/show_bug.cgi?id=1974262
Requires: gdisk
Requires: openssl
%{?systemd_requires}
@ -188,6 +191,9 @@ python3 -m pytest tests/unittests
%changelog
* Wed Dec 15 2021 Neal Gompa <ngompa@fedoraproject.org> - 21.3-4
- Add gdisk and openssl deps to fix UEFI / Azure initialization [bz#1974262]
* Wed Dec 15 2021 Neal Gompa <ngompa@fedoraproject.org> - 21.3-3
- Backport fix for tests running with new pyyaml