[ovs-dev] [PATCH 2.3] fedora-spec: add missing buildrequires

Flavio Leitner fbl at redhat.com
Fri May 29 00:10:41 UTC 2015


The BuildRequires tells upfront which packages should be
installed in order to build the openvswitch rpm packages.

Signed-off-by: Flavio Leitner <fbl at redhat.com>
---
 rhel/openvswitch-fedora.spec.in | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/rhel/openvswitch-fedora.spec.in b/rhel/openvswitch-fedora.spec.in
index 8faea6c..b081f8c 100644
--- a/rhel/openvswitch-fedora.spec.in
+++ b/rhel/openvswitch-fedora.spec.in
@@ -26,6 +26,10 @@ Source: openvswitch-%{version}.tar.gz
 #Source1: openvswitch-init
 Buildroot: /tmp/openvswitch-fedora-rpm
 
+BuildRequires: autoconf
+BuildRequires: systemd-units openssl openssl-devel
+BuildRequires: python python-twisted-core python-zope-interface PyQt4
+BuildRequires: groff graphviz
 # make check dependencies
 BuildRequires: procps-ng
 
-- 
2.1.0




More information about the dev mailing list