Skip to content
This repository has been archived by the owner on Apr 7, 2022. It is now read-only.

[RFR] openssl in quickstart #10149

Merged
merged 1 commit into from
Jun 1, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 3 additions & 1 deletion cfme/scripting/quickstart/system.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@
("Fedora release 28", "openssl", RH_BASE_NEW + DNF_EXTRA),
("Fedora release 29", "openssl", RH_BASE_NEW + DNF_EXTRA),
("Fedora release 30", "openssl", RH_BASE_NEW + DNF_EXTRA),
("Fedora release 31", "openssl", RH_BASE_NEW + DNF_EXTRA),
("Fedora release 32", "openssl", RH_BASE_NEW + DNF_EXTRA),
("CentOS Linux release 7", "nss", RH_BASE + YUM_EXTRA),
("Red Hat Enterprise Linux Server release 7", "nss", RH_BASE + YUM_EXTRA),
("Red Hat Enterprise Linux Workstation release 7", "nss",
Expand All @@ -92,7 +94,7 @@
("Ubuntu", "16.04", "openssl", DEB_PKGS), # as it appears in travis
("Ubuntu", "16.04.4 LTS (Xenial Xerus)", "openssl", DEB_PKGS),
("Ubuntu", "17.10 (Artful Aardvark)", "openssl", DEB_PKGS),
("Ubuntu", "18.04", "gnutls", DEB_PKGS), # as it appears in travis
("Ubuntu", "18.04", "openssl", DEB_PKGS), # as it appears in travis
("Ubuntu", "18.04.1 LTS (Bionic Beaver)", "openssl", DEB_PKGS),
("Debian GNU/Linux", "9 (stretch)", "openssl", DEB_PKGS),
]
Expand Down