Skip to content

Commit

Permalink
fedora-spec: Added buildrequires
Browse files Browse the repository at this point in the history
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 <fbl@redhat.com>
Signed-off-by: Ben Pfaff <blp@nicira.com>
  • Loading branch information
fleitner authored and blp committed Nov 6, 2014
1 parent d09dbe6 commit 21ea873
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions rhel/openvswitch-fedora.spec.in
Expand Up @@ -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
Expand Down

0 comments on commit 21ea873

Please sign in to comment.