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