From a7d9743792838ac9cc96cc16d08599d454a714f1 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Thu, 6 Sep 2007 17:27:10 +0000 Subject: [PATCH] - Force dependency on ocaml >= 3.10.0-7 which has fixed requires/provides scripts. --- ocaml-libvirt.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/ocaml-libvirt.spec b/ocaml-libvirt.spec index 239ff40..7b78028 100644 --- a/ocaml-libvirt.spec +++ b/ocaml-libvirt.spec @@ -9,7 +9,7 @@ Name: ocaml-libvirt Version: 0.3.2.6 -Release: 1%{?dist} +Release: 2%{?dist} Summary: OCaml binding for libvirt Group: Development/Libraries @@ -22,7 +22,7 @@ ExcludeArch: ppc64 # Note for people building from this spec file: # These BR's can be found in Fedora development, or here: # http://www.annexia.org/tmp/ocaml/ -BuildRequires: ocaml +BuildRequires: ocaml >= 3.10.0-7 BuildRequires: ocaml-ocamldoc BuildRequires: ocaml-findlib-devel BuildRequires: ocaml-extlib-devel @@ -204,6 +204,10 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Thu Sep 6 2007 Richard W.M. Jones - 0.3.2.6-2 +- Force dependency on ocaml >= 3.10.0-7 which has fixed requires/provides + scripts. + * Thu Sep 6 2007 Richard W.M. Jones - 0.3.2.6-1 - New upstream version 0.3.2.6.