From 273863faf3d22fec198c6a9604436f1b34ca1cec Mon Sep 17 00:00:00 2001 From: Andrew Schoen Date: Mon, 16 Nov 2015 16:16:48 -0600 Subject: [PATCH] rpm-based jenkins slaves need to install rpmdevtools This is used for rpm binary creation. Signed-off-by: Andrew Schoen --- ansible/slave.yml | 1 + ansible/slave.yml.j2 | 1 + 2 files changed, 2 insertions(+) diff --git a/ansible/slave.yml b/ansible/slave.yml index 2bdc3ada..fba85c9b 100644 --- a/ansible/slave.yml +++ b/ansible/slave.yml @@ -37,6 +37,7 @@ - java-1.7.0-openjdk - git #- rpm-sign + - rpmdevtools when: ansible_pkg_mgr == "yum" - name: ensure the rpmmacros file exists to fix centos builds diff --git a/ansible/slave.yml.j2 b/ansible/slave.yml.j2 index 8ad7e2c0..c3290b77 100644 --- a/ansible/slave.yml.j2 +++ b/ansible/slave.yml.j2 @@ -70,6 +70,7 @@ - pkgconfig - redhat-rpm-config - rpm-build + - rpmdevtools when: ansible_pkg_mgr == "yum" # Run the equivalent of "apt-get update" as a separate step -- 2.47.3