From f5d5667b32f3e28a7ba7dd521420c0df94ff3a6f Mon Sep 17 00:00:00 2001 From: James Slagle Date: Tue, 26 Nov 2013 09:04:20 -0500 Subject: [PATCH] Update openssl for Fedora. We need to update openssl before proceeding as part of the image build because the version on the Fedora cloud image is no longer compatible with new python environments installed by virtualenv. Change-Id: I3ed889f7382e7ca0de052ef5bdd6afeefc8bbdd8 Closes-Bug: #1254879 --- elements/fedora/install.d/00-fedora-fixup-openssl | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 elements/fedora/install.d/00-fedora-fixup-openssl diff --git a/elements/fedora/install.d/00-fedora-fixup-openssl b/elements/fedora/install.d/00-fedora-fixup-openssl new file mode 100755 index 000000000..9a497ff04 --- /dev/null +++ b/elements/fedora/install.d/00-fedora-fixup-openssl @@ -0,0 +1,7 @@ +#!/bin/bash + +# The version of openssl shipped in the fedora cloud image is no longer +# compatible with new python environments installed by virtualenv, so we need +# to update it first. +# See https://bugs.launchpad.net/diskimage-builder/+bug/1254879 +install-packages openssl