diff mbox series

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

Message ID 20180116235547.26223-1-aatteka@ovn.org
State Accepted
Headers show
Series [ovs-dev,1/2] rhel: add missing mandatory build dependencies | expand

Commit Message

Ansis Atteka Jan. 16, 2018, 11:55 p.m. UTC
From: Ansis Atteka <ansisatteka@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@ovn.org>
---
 rhel/openvswitch.spec.in | 2 ++
 1 file changed, 2 insertions(+)

Comments

Ansis Jan. 17, 2018, 1 a.m. UTC | #1
On 16 January 2018 at 15:55, Ansis Atteka <aatteka@ovn.org> wrote:
> From: Ansis Atteka <ansisatteka@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@ovn.org>
> ---

Greg in 2/2 patch approved this 1/2 patch too. Pushed to master branch as well.
diff mbox series

Patch

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