From 3e97df42bbdd9916ef313cd21745e48fbe4cbdc4d290148f98e5a4ac0d5efd8a Mon Sep 17 00:00:00 2001 From: Olaf Hering Date: Wed, 25 May 2016 07:00:50 +0000 Subject: [PATCH] - Add hardcoded Provides for pre 12.1 repos OBS-URL: https://build.opensuse.org/package/show/devel:languages:ocaml/ocaml-cppo?expand=0&rev=8 --- ocaml-cppo.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ocaml-cppo.spec b/ocaml-cppo.spec index 94eb138..a498572 100644 --- a/ocaml-cppo.spec +++ b/ocaml-cppo.spec @@ -33,7 +33,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build # ocaml autodep start for pkg: ocaml-cppo # hardcoded rpm dependency for pre 12.1 to compensate for lack of ocaml() provides/requires %if 0%{?suse_version} < 1210 -Requires: ocaml ocaml-runtime +Requires: ocaml-ocamlbuild ocaml-runtime %endif # ocaml autodep end for pkg: ocaml-cppo