From 29b39307e80294be18aecf02918ad499919cf82a Mon Sep 17 00:00:00 2001 From: Marc Fiuczynski Date: Thu, 25 Oct 2007 03:43:41 +0000 Subject: [PATCH] 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. --- vsys.spec | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.47.0