From e1d53b2d91b966f2e1078c4bdb9410858a1a485197c1c5a289eabfb534c765de Mon Sep 17 00:00:00 2001 From: Charles Arnold Date: Wed, 13 Apr 2022 20:59:24 +0000 Subject: [PATCH] Accepting request 970000 from home:frispete:15.2:kvm - Avoid useless builds, if ocaml version isn't up to the task libguestfs uses get_uint8(), available since ocaml 4.13.0 OBS-URL: https://build.opensuse.org/request/show/970000 OBS-URL: https://build.opensuse.org/package/show/Virtualization/libguestfs?expand=0&rev=496 --- libguestfs.changes | 6 ++++++ libguestfs.spec | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/libguestfs.changes b/libguestfs.changes index e03de3f..9a6885a 100644 --- a/libguestfs.changes +++ b/libguestfs.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Apr 13 20:48:37 UTC 2022 - Hans-Peter Jansen + +- Avoid useless builds, if ocaml version isn't up to the task + libguestfs uses get_uint8(), available since ocaml 4.13.0 + ------------------------------------------------------------------- Thu Mar 17 15:45:02 MDT 2022 - carnold@suse.com diff --git a/libguestfs.spec b/libguestfs.spec index c4155d6..1fb9caf 100644 --- a/libguestfs.spec +++ b/libguestfs.spec @@ -40,7 +40,7 @@ BuildRequires: gcc-c++ BuildRequires: gobject-introspection-devel BuildRequires: gperf BuildRequires: libtool -BuildRequires: ocaml +BuildRequires: ocaml >= 4.13 BuildRequires: ocaml-hivex-devel BuildRequires: pkgconf-pkg-config BuildRequires: po4a