From: Flavio Leitner Date: Thu, 6 Nov 2014 18:45:23 +0000 (-0200) Subject: fedora-spec: Added buildrequires X-Git-Tag: v2.4.0~1041 X-Git-Url: http://git.cascardo.eti.br/?p=cascardo%2Fovs.git;a=commitdiff_plain;h=21ea8738cc80e4e65ce6942ae7a43a7e7e9bfd2d fedora-spec: Added buildrequires This is needed to ensure all the packages are installed on the system to be able to build Open vSwitch. This also permits to use yum-builddep(1) to automatically install the dependencies on the system. Signed-off-by: Flavio Leitner Signed-off-by: Ben Pfaff --- diff --git a/rhel/openvswitch-fedora.spec.in b/rhel/openvswitch-fedora.spec.in index 776cfbf40..42a816efa 100644 --- a/rhel/openvswitch-fedora.spec.in +++ b/rhel/openvswitch-fedora.spec.in @@ -27,6 +27,12 @@ License: ASL 2.0 and LGPLv2+ and SISSL Release: 1%{?dist} Source: http://openvswitch.org/releases/%{name}-%{version}.tar.gz +BuildRequires: autoconf +BuildRequires: systemd-units openssl openssl-devel +BuildRequires: python python-twisted-core python-zope-interface PyQt4 +BuildRequires: desktop-file-utils +BuildRequires: groff graphviz + Requires(post): systemd-units Requires(preun): systemd-units Requires(postun): systemd-units