From 0d053e766fd8f06545d9ff201577914e50665767 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Thu, 21 Nov 2013 11:31:57 +0000 Subject: [PATCH] Add bundled(md5-plumb) (thanks: Tomas Mraz). --- ocaml.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ocaml.spec b/ocaml.spec index f997054..5a89ab9 100644 --- a/ocaml.spec +++ b/ocaml.spec @@ -64,6 +64,9 @@ BuildRequires: git Requires: gcc Requires: rpm-build >= 4.8.0 +# Bundles an MD5 implementation in byterun/md5.{c,h} +Provides: bundled(md5-plumb) + Provides: ocaml(compiler) = %{version} # We can compile OCaml on just about anything, but the native code @@ -525,7 +528,8 @@ fi %changelog -* Sat Nov 9 2013 Richard W.M. Jones - 4.01.0-4 +* Thu Nov 21 2013 Richard W.M. Jones - 4.01.0-4 +- Add bundled(md5-plumb) (thanks: Tomas Mraz). - Add NON-upstream (but being sent upstream) patch to allow --flag=arg as an alternative to --flag arg (RHBZ#1028650).