From: Ansis Atteka <[email protected]> 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 <[email protected]> --- 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 _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
