From 21ea8738cc80e4e65ce6942ae7a43a7e7e9bfd2d Mon Sep 17 00:00:00 2001 From: Flavio Leitner Date: Thu, 6 Nov 2014 16:45:23 -0200 Subject: [PATCH] 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 --- rhel/openvswitch-fedora.spec.in | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- 2.20.1