From 053697889d2b9bfd8a2c9c943ae601c4f1865c3d Mon Sep 17 00:00:00 2001 From: Daniel Aleksandersen Date: Tue, 17 Nov 2015 05:14:04 +0100 Subject: [PATCH] Add missing RPM requirement `redhat-rpm-config` provides the required `/usr/lib/rpm/redhat/redhat-hardened-cc1` to Fedora. --- bootstrap/_rpm_common.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/bootstrap/_rpm_common.sh b/bootstrap/_rpm_common.sh index 5aca13cd4..042332f4b 100755 --- a/bootstrap/_rpm_common.sh +++ b/bootstrap/_rpm_common.sh @@ -40,6 +40,7 @@ if ! $tool install -y \ augeas-libs \ openssl-devel \ libffi-devel \ + redhat-rpm-config \ ca-certificates then echo "Could not install additional dependencies. Aborting bootstrap!"