[ovs-dev] [PATCH 1/2] rhel: add missing mandatory build dependencies

Ansis Atteka aatteka at ovn.org
Tue Jan 16 23:55:46 UTC 2018


From: Ansis Atteka <ansisatteka at gmail.com>

autoconf, automake and libtool are required for ./boot.sh.

python-sphinx is required to prevent an error where ovs-test.8 is
otherwise not generated.

Signed-off-by: Ansis Atteka <aatteka at ovn.org>
---
 rhel/openvswitch.spec.in | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/rhel/openvswitch.spec.in b/rhel/openvswitch.spec.in
index e510d351b..c1d2376df 100644
--- a/rhel/openvswitch.spec.in
+++ b/rhel/openvswitch.spec.in
@@ -36,6 +36,8 @@ Requires: logrotate, hostname, python >= 2.7, python-six
 BuildRequires: python-six
 BuildRequires: openssl-devel
 BuildRequires: checkpolicy, selinux-policy-devel
+BuildRequires: autoconf, automake, libtool
+BuildRequires: python-sphinx
 
 %bcond_without check
 %bcond_with check_datapath_kernel
-- 
2.14.1



More information about the dev mailing list