From 13315b80a8aff9e0f573d8099e12c341215d26a746d902d49d462c80fdda621e Mon Sep 17 00:00:00 2001 From: Olaf Hering Date: Tue, 24 Sep 2019 13:35:43 +0000 Subject: [PATCH] - Require findlib for ocamlfind, which is used to find ocaml OBS-URL: https://build.opensuse.org/package/show/devel:languages:ocaml/ocaml-dune?expand=0&rev=30 --- ocaml-dune.changes | 1 + ocaml-dune.spec | 1 + 2 files changed, 2 insertions(+) diff --git a/ocaml-dune.changes b/ocaml-dune.changes index 7412cde..afd93c0 100644 --- a/ocaml-dune.changes +++ b/ocaml-dune.changes @@ -3,6 +3,7 @@ Mon Sep 23 16:35:39 UTC 2019 - ohering@suse.de - Update to version 1.11.3: see included CHANGES.md for details +- Require findlib for ocamlfind, which is used to find ocaml ------------------------------------------------------------------- Thu May 30 15:23:34 UTC 2019 - Andy diff --git a/ocaml-dune.spec b/ocaml-dune.spec index 1ef22a4..29322a4 100644 --- a/ocaml-dune.spec +++ b/ocaml-dune.spec @@ -28,6 +28,7 @@ Conflicts: ocaml-jbuilder Conflicts: ocaml-jbuilder-debuginfo Conflicts: ocaml-jbuilder-debugsource Source: %{name}-%{version}.tar.xz +Requires: ocaml-findlib BuildRequires: ocaml BuildRoot: %{_tmppath}/%{name}-%{version}-build