Skip to content

Commit

Permalink
rhel: add missing mandatory build dependencies
Browse files Browse the repository at this point in the history
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@ovn.org>
Tested-by: Greg Rose <gvrose8192@gmail.com>
Reviewed-by: Greg Rose <gvrose8192@gmail.com>
  • Loading branch information
ansisatteka authored and Ansis Atteka committed Jan 17, 2018
1 parent c49889c commit 2d2636a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rhel/openvswitch.spec.in
Expand Up @@ -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
Expand Down

0 comments on commit 2d2636a

Please sign in to comment.