From: Marc Fiuczynski <mef@cs.princeton.edu>
Date: Thu, 25 Oct 2007 03:43:41 +0000 (+0000)
Subject: Explicitly require various rpm packages in order to build this vsys.
X-Git-Tag: vsys-0.7-19~7
X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=29b39307e80294be18aecf02918ad499919cf82a;p=vsys.git

Explicitly require various rpm packages in order to build this vsys.

This seems like the right thing to do, though I suppose one can
install these software packages from non-RPM sources.  If this turns
out to be more of a curse than a blessing then just get rid of the
BuildRequires statements.
---

diff --git a/vsys.spec b/vsys.spec
index 245dc29..549ea90 100644
--- a/vsys.spec
+++ b/vsys.spec
@@ -23,6 +23,9 @@ License: GPL
 Group: System Environment/Kernel
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
 #Requires: 
+BuildRequires: inotify-tools-devel
+BuildRequires: ocaml
+BuildRequires: ocaml-ocamldocs
 
 Source0: vsys-%{version}.tar.gz