From 12f3b63ffe99440094315cb90743afa19812a39957582db3574606c3086475c3 Mon Sep 17 00:00:00 2001 From: Olaf Hering Date: Mon, 17 Jul 2017 11:02:52 +0000 Subject: [PATCH] Remove autodeps for pre openSUSE 12.1 releases OBS-URL: https://build.opensuse.org/package/show/devel:languages:ocaml/ocaml-libvirt?expand=0&rev=16 --- ocaml-libvirt.changes | 5 +++++ ocaml-libvirt.spec | 6 ------ 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/ocaml-libvirt.changes b/ocaml-libvirt.changes index 57e569d..61a67c1 100644 --- a/ocaml-libvirt.changes +++ b/ocaml-libvirt.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jul 17 10:48:58 UTC 2017 - ohering@suse.de + +- Remove autodeps for pre openSUSE 12.1 releases + ------------------------------------------------------------------- Wed May 31 07:07:33 UTC 2017 - olaf@aepfle.de diff --git a/ocaml-libvirt.spec b/ocaml-libvirt.spec index 13dbc55..b475ba5 100644 --- a/ocaml-libvirt.spec +++ b/ocaml-libvirt.spec @@ -33,12 +33,6 @@ BuildRequires: perl BuildRequires: pkgconfig(libvirt) Requires: libvirt-client >= 0.9.10-3 BuildRoot: %{_tmppath}/%{name}-%{version}-build -# ocaml autodep start for pkg: ocaml-libvirt -# hardcoded rpm dependency for pre 12.1 to compensate for lack of ocaml() provides/requires -%if 0%{?suse_version} < 1210 -Requires: ocaml-runtime -%endif -# ocaml autodep end for pkg: ocaml-libvirt %description OCaml binding for libvirt.