diff options
author | Alexander Popovsky (apopovsk) <apopovsk@cisco.com> | 2017-03-16 18:21:14 -0700 |
---|---|---|
committer | Alexander Popovsky (apopovsk) <apopovsk@cisco.com> | 2017-03-16 18:36:42 -0700 |
commit | d2b792b778887baafba1a53372318ef33f303232 (patch) | |
tree | fd8a7a87fb31be511fe69a0b5c31d35c8863a436 | |
parent | b6f93a1d1acf0f6ad2cdac0f0ea72842f36776a1 (diff) |
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) <apopovsk@cisco.com>
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |