From 5e5f2cef3c9c09ff908817cde9b7f219d3fcf855 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Mon, 18 Sep 2017 16:32:35 +0100 Subject: [PATCH] ocaml-hivex-devel should Require hivex-devel. --- hivex.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/hivex.spec b/hivex.spec index 098110f..e483e86 100644 --- a/hivex.spec +++ b/hivex.spec @@ -10,7 +10,7 @@ Name: hivex Version: 1.3.14 -Release: 8%{?dist} +Release: 9%{?dist} Summary: Read and write Windows Registry binary hive files License: LGPLv2 @@ -138,6 +138,7 @@ programs which use %{name} you will also need ocaml-%{name}-devel. %package -n ocaml-%{name}-devel Summary: OCaml bindings for %{name} Requires: ocaml-%{name} = %{version}-%{release} +Requires: %{name}-devel = %{version}-%{release} %description -n ocaml-%{name}-devel @@ -322,6 +323,9 @@ popd %changelog +* Mon Sep 18 2017 Richard W.M. Jones - 1.3.14-9 +- ocaml-hivex-devel should Require hivex-devel. + * Mon Aug 07 2017 Richard W.M. Jones - 1.3.14-8 - OCaml 4.05.0 rebuild.