From: Alexander Popovsky (apopovsk) Date: Fri, 17 Mar 2017 01:21:14 +0000 (-0700) Subject: Add epel-rpm-macros for CentOS/RHEL install-dep X-Git-Tag: v17.04-rc1~32 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=d2b792b778887baafba1a53372318ef33f303232;p=vpp.git Add epel-rpm-macros for CentOS/RHEL install-dep %py2_install is required by vpp-api-python and is not available on bare CentOS/RHEL install, causing 'fg: no job control' error. Added 'epel-rpm-macros' to the list of EPEL dependencies Change-Id: I1e09d7d825d9d8db06e7385d2b8d5579c8ce748b Signed-off-by: Alexander Popovsky (apopovsk) --- diff --git a/Makefile b/Makefile index f47c98a54e1..445470673db 100644 --- a/Makefile +++ b/Makefile @@ -52,7 +52,7 @@ RPM_DEPENDS = redhat-lsb glibc-static java-1.8.0-openjdk-devel yum-utils RPM_DEPENDS += openssl-devel https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm apr-devel RPM_DEPENDS += python-devel python-virtualenv lcov chrpath libffi-devel RPM_DEPENDS += https://kojipkgs.fedoraproject.org//packages/nasm/2.12.02/2.fc26/x86_64/nasm-2.12.02-2.fc26.x86_64.rpm -EPEL_DEPENDS = libconfuse-devel ganglia-devel +EPEL_DEPENDS = libconfuse-devel ganglia-devel epel-rpm-macros ifneq ($(wildcard $(STARTUP_DIR)/startup.conf),) STARTUP_CONF ?= $(STARTUP_DIR)/startup.conf