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
This commit is contained in:
Olaf Hering 2017-07-17 11:02:52 +00:00 committed by Git OBS Bridge
parent e31e168979
commit 12f3b63ffe
2 changed files with 5 additions and 6 deletions

View File

@ -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

View File

@ -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.