2014-07-21 17:13:00 +00:00
|
|
|
# On a fresh Fedora 18 install you might have to update audit in order to
|
|
|
|
# fix a conflict with a file from the glibc package.
|
|
|
|
# https://bugzilla.redhat.com/show_bug.cgi?id=894307
|
2014-11-26 21:35:36 +00:00
|
|
|
audit:
|
2013-06-20 10:02:18 +00:00
|
|
|
|
2014-07-21 17:13:00 +00:00
|
|
|
# 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
|
2014-11-26 21:35:36 +00:00
|
|
|
openssl:
|
2014-03-29 03:28:22 +00:00
|
|
|
|
2013-06-20 10:02:18 +00:00
|
|
|
# FIXME: To avoid conflict between the pyOpenSSL installed via python-pip
|
|
|
|
# and pyOpenSSL installed via yum, we are going to sort it out installing
|
|
|
|
# it earlier at the beginning of the image building process. Pyhton-pip
|
|
|
|
# is installing pyOpenSSL as part of satisfying the requirements.txt
|
|
|
|
# in python-glanceclient and afterwards yum tries to install it as a
|
|
|
|
# dependency of the python-paste package needed for the heat element,
|
|
|
|
# this seems to be conflicting and causing the image building process to
|
|
|
|
# fail. The problem is hapenning on a Fedora 18 system.
|
2014-11-26 21:35:36 +00:00
|
|
|
python-pyopenssl:
|
2014-07-21 17:13:00 +00:00
|
|
|
|
|
|
|
# Workaround for:
|
|
|
|
# https://bugzilla.redhat.com/show_bug.cgi?id=1066983
|
2014-11-26 21:35:36 +00:00
|
|
|
vim-minimal:
|
2015-03-08 02:45:33 +00:00
|
|
|
|
|
|
|
# kernel modules to match the core kernel
|
|
|
|
# Newer Fedora 21 splits these out into a separate package.
|
|
|
|
# It contains iscsi_tcp.ko (for Ironic) among other things like network
|
|
|
|
# driver modules, etc.
|
|
|
|
kernel-modules:
|
2015-03-16 16:45:33 +00:00
|
|
|
|
|
|
|
# This small package is required on Fedora 21 in order to build some
|
|
|
|
# packages via source (MySQL driver).
|
|
|
|
redhat-rpm-config:
|