From fdedf8bfa8a15020ba6cd48d901ecb8ebfc6f432 Mon Sep 17 00:00:00 2001 From: Jerry James Date: Tue, 26 Mar 2019 20:29:33 -0600 Subject: [PATCH] Add missing R on ocamlfind (bz 1692434). --- ocaml-menhir.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/ocaml-menhir.spec b/ocaml-menhir.spec index 3672389..3341777 100644 --- a/ocaml-menhir.spec +++ b/ocaml-menhir.spec @@ -7,7 +7,7 @@ Name: ocaml-menhir Version: 20181113 -Release: 2%{?dist} +Release: 3%{?dist} Summary: LR(1) parser generator for OCaml # The generator is GPLv2 @@ -35,6 +35,7 @@ Summary: Development files for %{name} # The library is LGPLv2 with a linking exception. License: LGPLv2 with exceptions Requires: %{name}%{?_isa} = %{version}-%{release} +Requires: ocaml-findlib %description devel The %{name}-devel package contains libraries and signature files @@ -91,6 +92,9 @@ find demos \( -name .merlin -o -name .gitignore \) -exec rm {} \+ %{_libdir}/ocaml/menhirSdk/menhirSdk.o %changelog +* Tue Mar 26 2019 Jerry James - 20181113-3 +- Add missing R on ocamlfind (bz 1692434) + * Fri Feb 01 2019 Fedora Release Engineering - 20181113-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild